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-22T03:21:21.920Z||main|||||INFO|500||The following profiles are active: basic 2022-08-22T03:21:36.829Z||main|||||INFO|500||Starting service [Tomcat] 2022-08-22T03:21:36.830Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-08-22T03:21:36.977Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-08-22T03:21:44.220Z||main|||||INFO|500||catdb-pool - Starting... 2022-08-22T03:21:44.835Z||main|||||INFO|500||catdb-pool - Start completed. 2022-08-22T03:21:45.539Z||main|||||INFO|500||reqdb-pool - Starting... 2022-08-22T03:21:45.563Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-08-22T03:21:45.724Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-08-22T03:21:46.054Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-08-22T03:21:46.934Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-08-22T03:21:49.532Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-08-22T03:21:52.596Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-08-22T03:21:52.677Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-08-22T03:21:53.872Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-08-22T03:21:54.302Z||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-22T03:21:56.335Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-08-22T03:21:57.718Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-08-22T03:21:57.750Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$fa32a587.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-08-22T03:21:57.752Z||main|||||WARN|500||The sdc end point is not alive 2022-08-22T03:22:01.939Z||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-22T03:22:05.778Z||main|||||WARN|500||--- 2022-08-22T03:22:05.825Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-08-22T03:22:05.825Z||main|||||WARN|500||--- 2022-08-22T03:22:06.341Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-08-22T03:22:13.725Z||main|||||INFO|500||Started Application in 55.829 seconds (JVM running for 60.104) 2022-08-22T03:22:13.743Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-08-22T03:22:13.770Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-08-22T03:22:13.811Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-08-22T03:22:13.862Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-08-22T03:22:13.954Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= c30f207e-6fed-48ec-815f-f3ed46a4e258 url= /sdc/v1/artifactTypes 2022-08-22T03:22:13.955Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-08-22T03:22:14.417Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-08-22T03:22:14.462Z||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-22T03:22:14.504Z||scheduling-1|||||DEBUG|500||create keys 2022-08-22T03:22:14.517Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-08-22T03:22:14.548Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:22:14.582Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 9909dc77-5049-443a-a9a2-4ce073cf9673 url= /sdc/v1/registerForDistribution 2022-08-22T03:22:14.720Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 9909dc77-5049-443a-a9a2-4ce073cf9673 url= /sdc/v1/registerForDistribution 2022-08-22T03:22:14.720Z||scheduling-1|||||INFO|500||start DistributionClient 2022-08-22T03:22:14.754Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-08-22T03:22:14.780Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:22:14.781Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:22:14.810Z||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-22T03:22:14.813Z||pool-2-thread-1|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:22:14.814Z||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-22T03:22:14.814Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:22:25.143Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:22:25.148Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:23:14.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:23:14.742Z||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-22T03:23:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:23:14.743Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:23:14.743Z||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-22T03:23:14.744Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:23:24.333Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:23:24.337Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:24:14.740Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:24:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:24:14.742Z||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-22T03:24:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:24:14.744Z||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-22T03:24:14.745Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:24:24.295Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:24:24.296Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:25:14.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:25:14.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:25:14.742Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T03:25:14.742Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:25:14.743Z||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-22T03:25:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:25:24.293Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:25:24.294Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:26:14.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:26:14.742Z||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-22T03:26:14.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:26:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:26:14.744Z||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-22T03:26:14.744Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:26:24.323Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:26:24.325Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:27:14.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:27:14.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:27:14.743Z||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-22T03:27:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:27:14.743Z||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-22T03:27:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:27:24.300Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:27:24.304Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:28:14.741Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:28:14.742Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:28:14.742Z||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-22T03:28:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:28:14.743Z||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-22T03:28:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:28:24.310Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:28:24.319Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:29:14.742Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:29:14.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:29:14.744Z||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-22T03:29:14.745Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:29:14.748Z||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-22T03:29:14.748Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:29:24.299Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:29:24.300Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:30:14.741Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:30:14.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:30:14.743Z||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-22T03:30:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:30:14.743Z||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-22T03:30:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:30:24.292Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:30:24.308Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:31:14.740Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:31:14.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:31:14.742Z||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-22T03:31:14.743Z||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-22T03:31:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:31:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:31:24.306Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:31:24.317Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:31:30.496Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-08-22T03:32:14.740Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:32:14.742Z||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-22T03:32:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:32:14.745Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:32:14.745Z||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-22T03:32:14.745Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:32:24.292Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:32:24.294Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:33:14.740Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:33:14.742Z||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-22T03:33:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:33:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:33:14.743Z||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-22T03:33:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:33:24.291Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:33:24.296Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:34:14.741Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:34:14.743Z||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-22T03:34:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:34:14.744Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:34:14.744Z||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-22T03:34:14.744Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:34:24.318Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:34:24.319Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:35:14.740Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:35:14.742Z||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-22T03:35:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:35:14.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:35:14.743Z||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-22T03:35:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:35:24.290Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:35:24.290Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:36:14.743Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:36:14.747Z||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-22T03:36:14.748Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:36:14.751Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:36:14.752Z||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-22T03:36:14.753Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:36:24.297Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:36:24.297Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:37:14.741Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:37:14.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:37:14.742Z||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-22T03:37:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:37:14.743Z||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-22T03:37:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:37:24.298Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:37:24.301Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:38:14.741Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:38:14.742Z||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-22T03:38:14.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:38:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:38:14.743Z||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-22T03:38:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:38:24.302Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:38:24.303Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:39:14.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:39:14.742Z||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-22T03:39:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:39:14.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:39:14.743Z||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-22T03:39:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:39:24.312Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:39:24.316Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:40:14.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:40:14.742Z||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-22T03:40:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:40:14.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:40:14.743Z||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-22T03:40:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:40:24.302Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:40:24.315Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:41:14.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:41:14.742Z||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-22T03:41:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:41:14.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:41:14.743Z||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-22T03:41:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:41:24.306Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:41:24.305Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:42:14.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:42:14.742Z||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-22T03:42:14.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:42:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:42:14.743Z||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-22T03:42:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:42:24.307Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:42:24.310Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:43:14.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:43:14.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:43:14.742Z||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-22T03:43:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:43:14.743Z||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-22T03:43:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:43:24.310Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:43:24.327Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:44:14.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:44:14.743Z||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-22T03:44:14.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:44:14.744Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:44:14.745Z||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-22T03:44:14.745Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:44:24.315Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:44:24.322Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:45:14.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:45:14.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:45:14.743Z||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-22T03:45:14.743Z||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-22T03:45:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:45:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:45:24.309Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:45:24.322Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:46:14.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:46:14.742Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T03:46:14.742Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:46:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:46:14.743Z||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-22T03:46:14.744Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:46:24.299Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:46:24.300Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:47:14.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:47:14.741Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T03:47:14.742Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:47:14.742Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:47:14.743Z||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-22T03:47:14.744Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:47:24.304Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:47:24.307Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:48:14.740Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:48:14.742Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T03:48:14.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:48:14.742Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:48:14.743Z||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-22T03:48:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:48:24.294Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:48:24.295Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:49:14.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:49:14.742Z||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-22T03:49:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:49:14.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:49:14.743Z||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-22T03:49:14.744Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:49:24.318Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:49:24.318Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:50:14.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:50:14.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:50:14.742Z||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-22T03:50:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:50:14.744Z||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-22T03:50:14.744Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:50:24.311Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:50:24.313Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:51:14.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:51:14.742Z||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-22T03:51:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:51:14.744Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:51:14.744Z||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-22T03:51:14.745Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:51:24.321Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:51:24.323Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:52:14.740Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:52:14.742Z||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-22T03:52:14.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:52:14.743Z||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-22T03:52:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:52:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:52:24.352Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:52:24.353Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:53:14.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:53:14.743Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:53:14.743Z||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-22T03:53:14.743Z||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-22T03:53:14.744Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:53:14.744Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:53:24.340Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:53:24.340Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:54:14.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:54:14.742Z||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-22T03:54:14.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:54:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:54:14.743Z||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-22T03:54:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:54:24.312Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:54:24.313Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:55:14.741Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:55:14.742Z||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-22T03:55:14.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:55:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:55:14.743Z||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-22T03:55:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:55:24.305Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:55:24.315Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:56:14.740Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:56:14.742Z||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-22T03:56:14.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:56:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:56:14.742Z||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-22T03:56:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:56:24.320Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:56:24.321Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:57:14.740Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:57:14.741Z||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-22T03:57:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:57:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:57:14.743Z||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-22T03:57:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:57:15.374Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:57:15.376Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.376Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"a0aa9155-f121-41f8-96a8-5500bb47d0de","serviceName":"basic_onboard_NWGWON","serviceVersion":"1.0","serviceUUID":"8f4d0721-4948-4123-87dd-e6d3c8024955","serviceDescription":"service","serviceInvariantUUID":"095268a8-b0b9-4fed-97d6-e6a413bd42bc","resources":[{"resourceInstanceName":"basic_onboard_NWGWON 0","resourceName":"basic_onboard_NWGWON","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"52138be4-b932-4480-8d95-cc1e9ae095fb","resourceInvariantUUID":"00759dbd-44fe-462d-bbd8-9f538e096450","resourceCustomizationUUID":"bad40a5a-8bf6-4b62-964c-ba6af2633390","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vf-license-model.xml","artifactChecksum":"ODNjNTU1MzA5NGMwNWMxNTNkMWU3NWU0NWM0ZTkwZjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e9b93e0e-47c7-4adb-ad07-2ba30bf500fc","artifactVersion":"1"},{"artifactName":"basic_onboard_nwgwon0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json","artifactChecksum":"NjRmYzQxNDkzYWQ0ODZiOTgzNTkzMzU3MWE4YTQzMGE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8fb955c0-0ff0-4b89-881c-dcc26282f17b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"f1a1b9c0-07aa-46df-ba29-9b249e95a6ab","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ed5424ac-c934-4f06-8506-e6d68bedb014","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"764933e4-7297-41f7-9d9c-bc299d0f074e","artifactVersion":"2","generatedFromUUID":"f1a1b9c0-07aa-46df-ba29-9b249e95a6ab"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNwgwon-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-template.yml","artifactChecksum":"OWFkM2E5N2MxNzhjOTUzMTIyMDZhYTAxOGI0YTM2NzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9b697ad5-fd97-48ec-bfb4-2f012d023731","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNwgwon-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar","artifactChecksum":"NzQ2ZGZjYTNmMmY4MjZlODQxMzY4ZjliODk5ZjI1MmM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"96ac1128-6596-48aa-aecf-2ca29b1bb411","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-22T03:57:15.377Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:57:15.385Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.387Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "multicloud-k8s-id", "timestamp": 1661140605039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.422Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T03:57:15.429Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T03:57:15.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "cds", "timestamp": 1661140609606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "aai-ml", "timestamp": 1661140613553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.466Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "policy-id", "timestamp": 1661140610837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.467Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T03:57:15.467Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140634740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "ves-openapi-manager", "timestamp": 1661140605227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "multicloud-k8s-id", "timestamp": 1661140605039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json", "status": "NOTIFIED" } 2022-08-22T03:57:15.470Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "cds", "timestamp": 1661140609606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.471Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.471Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.471Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "aai-ml", "timestamp": 1661140613553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.472Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "policy-id", "timestamp": 1661140610837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.472Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.472Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "ves-openapi-manager", "timestamp": 1661140605227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.473Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.473Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.473Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "multicloud-k8s-id", "timestamp": 1661140605039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-08-22T03:57:15.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.474Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.474Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "cds", "timestamp": 1661140609606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.474Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.475Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "aai-ml", "timestamp": 1661140613553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.475Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.475Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "policy-id", "timestamp": 1661140610837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-08-22T03:57:15.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.476Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "ves-openapi-manager", "timestamp": 1661140605227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.476Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "multicloud-k8s-id", "timestamp": 1661140605039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "cds", "timestamp": 1661140609606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "aai-ml", "timestamp": 1661140613553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "policy-id", "timestamp": 1661140610837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.481Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "ves-openapi-manager", "timestamp": 1661140605227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.482Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.483Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.483Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "multicloud-k8s-id", "timestamp": 1661140605039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-08-22T03:57:15.484Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.484Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.484Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "cds", "timestamp": 1661140609606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.485Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.485Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.485Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "policy-id", "timestamp": 1661140610837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.486Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.486Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.486Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "aai-ml", "timestamp": 1661140613553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.487Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.487Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "ves-openapi-manager", "timestamp": 1661140605227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.488Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140618500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.489Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "multicloud-k8s-id", "timestamp": 1661140605039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "cds", "timestamp": 1661140609606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "aai-ml", "timestamp": 1661140613553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "policy-id", "timestamp": 1661140610837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "ves-openapi-manager", "timestamp": 1661140605227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.499Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140618500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "multicloud-k8s-id", "timestamp": 1661140605039, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "NOTIFIED" } 2022-08-22T03:57:15.501Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "cds", "timestamp": 1661140609606, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "NOTIFIED" } 2022-08-22T03:57:15.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "aai-ml", "timestamp": 1661140613553, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "NOTIFIED" } 2022-08-22T03:57:15.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "policy-id", "timestamp": 1661140610837, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "NOTIFIED" } 2022-08-22T03:57:15.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "ves-openapi-manager", "timestamp": 1661140605227, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.505Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140618500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "multicloud-k8s-id", "timestamp": 1661140622022, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-22T03:57:15.506Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T03:57:15.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.507Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "aai-ml", "timestamp": 1661140622307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T03:57:15.507Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T03:57:15.507Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "cds", "timestamp": 1661140622229, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T03:57:15.508Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T03:57:15.508Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.508Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "policy-id", "timestamp": 1661140622057, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T03:57:15.509Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T03:57:15.510Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.510Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140618500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.510Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.511Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.511Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "cds", "timestamp": 1661140623303, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-08-22T03:57:15.571Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T03:57:15.600Z||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-22T03:57:15.601Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:57:15.613Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:57:15.614Z||pool-3-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-22T03:57:15.829Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a0aa9155-f121-41f8-96a8-5500bb47d0de 2022-08-22T03:57:15.852Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0aa9155-f121-41f8-96a8-5500bb47d0de 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-22T03:57:15.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "multicloud-k8s-id", "timestamp": 1661140623147, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T03:57:15.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T03:57:15.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "policy-id", "timestamp": 1661140623068, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T03:57:15.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T03:57:15.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140618500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "policy-id", "timestamp": 1661140624073, "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-22T03:57:15.915Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0aa9155-f121-41f8-96a8-5500bb47d0de 2022-08-22T03:57:15.915Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0aa9155-f121-41f8-96a8-5500bb47d0de 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-22T03:57:15.928Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.928Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140618500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.928Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "multicloud-k8s-id", "timestamp": 1661140624217, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-08-22T03:57:15.929Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T03:57:15.929Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.929Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140618500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "NOTIFIED" } 2022-08-22T03:57:15.930Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.930Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.930Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "multicloud-k8s-id", "timestamp": 1661140625334, "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-22T03:57:15.936Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a0aa9155-f121-41f8-96a8-5500bb47d0de 2022-08-22T03:57:15.936Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0aa9155-f121-41f8-96a8-5500bb47d0de 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-22T03:57:15.950Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.950Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "multicloud-k8s-id", "timestamp": 1661140626341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json", "status": "DEPLOY_OK" } 2022-08-22T03:57:15.950Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T03:57:15.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140626382, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T03:57:15.951Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T03:57:15.951Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.951Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "clamp", "timestamp": 1661140629633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "clamp", "timestamp": 1661140629633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json", "status": "NOTIFIED" } 2022-08-22T03:57:15.952Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.952Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.952Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140631592, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T03:57:15.953Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T03:57:15.953Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.953Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "clamp", "timestamp": 1661140629633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.953Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.954Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.954Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140632598, "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-22T03:57:15.966Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a0aa9155-f121-41f8-96a8-5500bb47d0de 2022-08-22T03:57:15.966Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0aa9155-f121-41f8-96a8-5500bb47d0de 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-22T03:57:15.980Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.980Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "clamp", "timestamp": 1661140629633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.981Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:15.981Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:57:15.981Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "clamp", "timestamp": 1661140629633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:15.982Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:57:16.479Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T03:57:16.480Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T03:57:16.482Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T03:57:16.482Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140634740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json", "status": "NOTIFIED" } 2022-08-22T03:57:16.582Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T03:57:16.584Z||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-22T03:57:16.584Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:57:16.597Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:57:16.598Z||pool-4-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-08-22T03:57:17.482Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T03:57:17.484Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T03:57:17.486Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T03:57:17.486Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140634740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-08-22T03:57:17.586Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T03:57:17.588Z||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-22T03:57:17.588Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:57:17.604Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:57:17.605Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-08-22T03:57:18.487Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T03:57:18.488Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T03:57:18.490Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T03:57:18.491Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140634740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:18.591Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T03:57:18.593Z||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-22T03:57:18.593Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:57:18.605Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:57:18.606Z||pool-6-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T03:57:19.492Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T03:57:19.493Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T03:57:19.495Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T03:57:19.496Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140634740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-08-22T03:57:19.596Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T03:57:19.597Z||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-22T03:57:19.598Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:57:19.609Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:57:19.610Z||pool-7-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T03:57:20.496Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T03:57:20.497Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T03:57:20.500Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T03:57:20.500Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140634740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T03:57:20.600Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T03:57:20.602Z||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-22T03:57:20.602Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:57:20.614Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:57:20.615Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T03:57:21.501Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T03:57:21.502Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T03:57:21.505Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T03:57:21.505Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140634740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "NOTIFIED" } 2022-08-22T03:57:21.605Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T03:57:21.606Z||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-22T03:57:21.607Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:57:21.618Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:57:21.619Z||pool-9-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T03:57:22.507Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "serviceName": "basic_onboard_NWGWON", "serviceVersion": "1.0", "serviceUUID": "8f4d0721-4948-4123-87dd-e6d3c8024955", "serviceDescription": "service", "serviceInvariantUUID": "095268a8-b0b9-4fed-97d6-e6a413bd42bc", "resources": [ { "resourceInstanceName": "basic_onboard_NWGWON 0", "resourceCustomizationUUID": "bad40a5a-8bf6-4b62-964c-ba6af2633390", "resourceName": "basic_onboard_NWGWON", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "52138be4-b932-4480-8d95-cc1e9ae095fb", "resourceInvariantUUID": "00759dbd-44fe-462d-bbd8-9f538e096450", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_nwgwon0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json", "artifactChecksum": "NjRmYzQxNDkzYWQ0ODZiOTgzNTkzMzU3MWE4YTQzMGE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8fb955c0-0ff0-4b89-881c-dcc26282f17b", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "f1a1b9c0-07aa-46df-ba29-9b249e95a6ab", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "764933e4-7297-41f7-9d9c-bc299d0f074e", "generatedFromUUID": "f1a1b9c0-07aa-46df-ba29-9b249e95a6ab" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "764933e4-7297-41f7-9d9c-bc299d0f074e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardNwgwon-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "artifactChecksum": "NzQ2ZGZjYTNmMmY4MjZlODQxMzY4ZjliODk5ZjI1MmM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "96ac1128-6596-48aa-aecf-2ca29b1bb411" } ], "workloadContext": "Production" } 2022-08-22T03:57:22.509Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-22T03:57:22.509Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 8f4d0721-4948-4123-87dd-e6d3c8024955 ASDC 2022-08-22T03:57:22.639Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:a0aa9155-f121-41f8-96a8-5500bb47d0de ServiceName:basic_onboard_NWGWON ServiceVersion:1.0 ServiceUUID:8f4d0721-4948-4123-87dd-e6d3c8024955 ServiceInvariantUUID:095268a8-b0b9-4fed-97d6-e6a413bd42bc ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardNwgwon-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar ArtifactUUID:96ac1128-6596-48aa-aecf-2ca29b1bb411 ArtifactChecksum:NzQ2ZGZjYTNmMmY4MjZlODQxMzY4ZjliODk5ZjI1MmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_NWGWON 0 ResourceCustomizationUUID:bad40a5a-8bf6-4b62-964c-ba6af2633390 ResourceInvariantUUID:00759dbd-44fe-462d-bbd8-9f538e096450 ResourceName:basic_onboard_NWGWON ResourceType:VF ResourceUUID:52138be4-b932-4480-8d95-cc1e9ae095fb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_nwgwon0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json ArtifactUUID:8fb955c0-0ff0-4b89-881c-dcc26282f17b ArtifactChecksum:NjRmYzQxNDkzYWQ0ODZiOTgzNTkzMzU3MWE4YTQzMGE= 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/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml ArtifactUUID:f1a1b9c0-07aa-46df-ba29-9b249e95a6ab 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/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env ArtifactUUID:764933e4-7297-41f7-9d9c-bc299d0f074e 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/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env ArtifactUUID:764933e4-7297-41f7-9d9c-bc299d0f074e ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-22T03:57:22.639Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8f4d0721-4948-4123-87dd-e6d3c8024955 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-22T03:57:22.702Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T03:57:22.703Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-08-22T03:57:22.704Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-08-22T03:57:22.704Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 96ac1128-6596-48aa-aecf-2ca29b1bb411 from URL: /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar 2022-08-22T03:57:22.704Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-22T03:57:22.706Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar 2022-08-22T03:57:22.830Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-22T03:57:22.856Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar 96ac1128-6596-48aa-aecf-2ca29b1bb411 71586 2022-08-22T03:57:22.859Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar ASDC sendASDCNotification 2022-08-22T03:57:22.859Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar 2022-08-22T03:57:22.860Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T03:57:22.862Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T03:57:22.865Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T03:57:22.865Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140642856, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T03:57:22.965Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T03:57:22.967Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T03:57:22.967Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:57:22.979Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:57:22.980Z||pool-10-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T03:57:23.866Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T03:57:23.867Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-08-22T03:57:23.868Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 96ac1128-6596-48aa-aecf-2ca29b1bb411, URL: /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar to file: /app/ASDC/1/service-BasicOnboardNwgwon-csar.csar 2022-08-22T03:57:23.869Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNwgwon-csar.csar 2022-08-22T03:57:23.963Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNwgwon-csar.csar 2022-08-22T03:57:23.963Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNwgwon-csar.csar 2022-08-22T03:57:24.801Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12371878522275225358/Definitions/service-BasicOnboardNwgwon-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-22T03:57:26.934Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-22T03:57:26.939Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-08-22T03:57:26.940Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNwgwon-csar.csar 2022-08-22T03:57:26.940Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-08-22T03:57:26.940Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardNwgwon-csar.csar 2022-08-22T03:57:26.940Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNwgwon-csar.csar 2022-08-22T03:57:26.940Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NWGWON 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-BasicOnboardNwgwon-csar.csar 2022-08-22T03:57:26.941Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNwgwon-csar.csar 2022-08-22T03:57:26.941Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNwgwon-csar.csar 2022-08-22T03:57:26.941Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNwgwon-csar.csar 2022-08-22T03:57:26.941Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNwgwon-csar.csar 2022-08-22T03:57:26.941Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNwgwon-csar.csar 2022-08-22T03:57:26.941Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNwgwon-csar.csar 2022-08-22T03:57:26.942Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-08-22T03:57:26.948Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:26.950Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T03:57:26.954Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is matching search criteria 2022-08-22T03:57:26.954Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-08-22T03:57:26.956Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NWGWON 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T03:57:26.958Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:26.958Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T03:57:26.958Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is matching search criteria 2022-08-22T03:57:26.958Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-08-22T03:57:26.959Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NWGWON 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T03:57:26.959Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:26.959Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T03:57:26.963Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:26.963Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is not matching search criteria 2022-08-22T03:57:26.963Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-08-22T03:57:26.964Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-08-22T03:57:26.964Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-08-22T03:57:26.964Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-08-22T03:57:26.964Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-22T03:57:26.964Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:26.965Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-22T03:57:26.966Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:26.966Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is matching search criteria 2022-08-22T03:57:26.966Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NWGWON 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T03:57:26.967Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:26.967Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is matching search criteria 2022-08-22T03:57:26.967Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NWGWON 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T03:57:26.968Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:26.968Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is matching search criteria 2022-08-22T03:57:26.968Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NWGWON 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T03:57:26.968Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:26.968Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is not matching search criteria 2022-08-22T03:57:26.969Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-08-22T03:57:26.969Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-08-22T03:57:26.969Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=83fb10a6-0477-4b4f-9300-c40c6b13d21c 2022-08-22T03:57:26.969Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:26.970Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T03:57:26.970Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:26.970Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T03:57:26.970Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:26.970Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T03:57:26.971Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:26.971Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T03:57:26.971Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_NWGWON Description:service Model UUID:8f4d0721-4948-4123-87dd-e6d3c8024955 Model Version:NULL Model InvariantUuid:095268a8-b0b9-4fed-97d6-e6a413bd42bc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_NWGWON Model UUID:14fd6458-9d0c-4343-870e-cf239f05bbaf Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:00759dbd-44fe-462d-bbd8-9f538e096450 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:bad40a5a-8bf6-4b62-964c-ba6af2633390 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ba12fe60-f4eb-4860-8342-ad75d7189a2c ModelName:BasicOnboardNwgwon..base_ubuntu18..module-0 ModelUuid:378ebe3e-1d18-45e5-b9d6-767a896651c4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:83fb10a6-0477-4b4f-9300-c40c6b13d21c ModelInvariantUuid:9e01a4bb-2bf1-41eb-8297-ebc212b43999 ModelName:basic_onboard_NWGWON-nodes.ubuntu18Cvfc ModelUuid:87f91b5f-ae80-428e-bd35-843b880bd761 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:6f5d79b4-ba68-420f-8f01-0d1b198442f9 ModelInvariantUuid:b53a4f6b-3189-43db-9d3b-76ac56ebe749 ModelName:BasicOnboardNwgwon.compute.nodes.heat.ubuntu18 ModelUuid:8bc57571-5b13-4993-b088-e023bfd7ef2d 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-22T03:57:26.985Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 52138be4-b932-4480-8d95-cc1e9ae095fb 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-22T03:57:27.089Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||basic_onboard_NWGWON 0 2022-08-22T03:57:27.098Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 52138be4-b932-4480-8d95-cc1e9ae095fb 2022-08-22T03:57:27.099Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 8fb955c0-0ff0-4b89-881c-dcc26282f17b from URL: /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json 2022-08-22T03:57:27.099Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-22T03:57:27.100Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json 2022-08-22T03:57:27.164Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-22T03:57:27.165Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json 8fb955c0-0ff0-4b89-881c-dcc26282f17b 798 2022-08-22T03:57:27.165Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json ASDC sendASDCNotification 2022-08-22T03:57:27.165Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json 2022-08-22T03:57:27.166Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T03:57:27.166Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T03:57:27.169Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T03:57:27.169Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140647165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-22T03:57:27.270Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T03:57:27.271Z||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-22T03:57:27.271Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:57:27.284Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:57:27.285Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-08-22T03:57:28.171Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNwgwon..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ba12fe60-f4eb-4860-8342-ad75d7189a2c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "378ebe3e-1d18-45e5-b9d6-767a896651c4", "vfModuleModelCustomizationUUID": "8a73c181-9ea2-438e-b893-c19e62d09c52", "isBase": true, "artifacts": [ "f1a1b9c0-07aa-46df-ba29-9b249e95a6ab", "764933e4-7297-41f7-9d9c-bc299d0f074e" ], "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-22T03:57:28.186Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNwgwon..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:378ebe3e-1d18-45e5-b9d6-767a896651c4 VfModuleModelInvariantUUID:ba12fe60-f4eb-4860-8342-ad75d7189a2c VfModuleModelDescription:NULL Artifacts UUID List:{ f1a1b9c0-07aa-46df-ba29-9b249e95a6ab , 764933e4-7297-41f7-9d9c-bc299d0f074e } 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-22T03:57:28.189Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNwgwon..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "ba12fe60-f4eb-4860-8342-ad75d7189a2c", "vfModuleModelVersion": "1", "vfModuleModelUUID": "378ebe3e-1d18-45e5-b9d6-767a896651c4", "vfModuleModelCustomizationUUID": "8a73c181-9ea2-438e-b893-c19e62d09c52", "isBase": true, "artifacts": [ "f1a1b9c0-07aa-46df-ba29-9b249e95a6ab", "764933e4-7297-41f7-9d9c-bc299d0f074e" ], "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-22T03:57:28.189Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNwgwon..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:378ebe3e-1d18-45e5-b9d6-767a896651c4 VfModuleModelInvariantUUID:ba12fe60-f4eb-4860-8342-ad75d7189a2c VfModuleModelDescription:NULL Artifacts UUID List:{ f1a1b9c0-07aa-46df-ba29-9b249e95a6ab , 764933e4-7297-41f7-9d9c-bc299d0f074e } 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-22T03:57:28.189Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: f1a1b9c0-07aa-46df-ba29-9b249e95a6ab from URL: /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml 2022-08-22T03:57:28.189Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-22T03:57:28.190Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml 2022-08-22T03:57:28.269Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-22T03:57:28.269Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml f1a1b9c0-07aa-46df-ba29-9b249e95a6ab 5033 2022-08-22T03:57:28.270Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-08-22T03:57:28.270Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml 2022-08-22T03:57:28.270Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T03:57:28.270Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T03:57:28.273Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T03:57:28.273Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140648270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T03:57:28.378Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-08-22T03:57:28.381Z||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-22T03:57:28.382Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:57:28.394Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:57:28.395Z||pool-12-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-22T03:57:29.275Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 764933e4-7297-41f7-9d9c-bc299d0f074e from URL: /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env 2022-08-22T03:57:29.275Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-22T03:57:29.276Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env 2022-08-22T03:57:29.370Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-22T03:57:29.371Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env 764933e4-7297-41f7-9d9c-bc299d0f074e 909 2022-08-22T03:57:29.372Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-08-22T03:57:29.372Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env 2022-08-22T03:57:29.372Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T03:57:29.373Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T03:57:29.376Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T03:57:29.376Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140649372, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-08-22T03:57:29.477Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T03:57:29.479Z||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-22T03:57:29.479Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:57:29.494Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:57:29.496Z||pool-13-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-08-22T03:57:30.378Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 8f4d0721-4948-4123-87dd-e6d3c8024955 2022-08-22T03:57:30.379Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NWGWON 0 52138be4-b932-4480-8d95-cc1e9ae095fb 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-22T03:57:30.417Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@aca6b55, org.onap.sdc.toscaparser.api.parameters.Input@56d2b4e2, org.onap.sdc.toscaparser.api.parameters.Input@76eb76d2, org.onap.sdc.toscaparser.api.parameters.Input@51259658, org.onap.sdc.toscaparser.api.parameters.Input@86ccfea] 2022-08-22T03:57:30.421Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:30.421Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T03:57:30.421Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-08-22T03:57:30.422Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= bad40a5a-8bf6-4b62-964c-ba6af2633390 2022-08-22T03:57:30.422Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: bad40a5a-8bf6-4b62-964c-ba6af2633390 matches Tosca VF Customization UUID: bad40a5a-8bf6-4b62-964c-ba6af2633390 2022-08-22T03:57:30.422Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: bad40a5a-8bf6-4b62-964c-ba6af2633390 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-22T03:57:30.431Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:30.432Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T03:57:30.434Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id bad40a5a-8bf6-4b62-964c-ba6af2633390: {\"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-22T03:57:30.434Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@56411b03 2022-08-22T03:57:30.434Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:30.434Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-22T03:57:30.435Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 8a73c181-9ea2-438e-b893-c19e62d09c52 2022-08-22T03:57:30.437Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 8a73c181-9ea2-438e-b893-c19e62d09c52 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-22T03:57:30.446Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:30.446Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is matching search criteria 2022-08-22T03:57:30.447Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NWGWON 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T03:57:30.447Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:30.448Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is matching search criteria 2022-08-22T03:57:30.448Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NWGWON 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T03:57:30.449Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:30.449Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is not matching search criteria 2022-08-22T03:57:30.449Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-08-22T03:57:30.450Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-08-22T03:57:30.450Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=83fb10a6-0477-4b4f-9300-c40c6b13d21c 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-22T03:57:30.459Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:30.460Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is matching search criteria 2022-08-22T03:57:30.482Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NWGWON 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T03:57:30.484Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:30.485Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Node template basic_onboard_NWGWON 0 is matching search criteria 2022-08-22T03:57:30.486Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found topology templates [basic_onboard_NWGWON 0] matching following query criteria: sdcType=VF, customizationUUID=bad40a5a-8bf6-4b62-964c-ba6af2633390 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-22T03:57:30.491Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:30.492Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T03:57:30.493Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 8f4d0721-4948-4123-87dd-e6d3c8024955: basic_onboard_NWGWON 2022-08-22T03:57:30.493Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:30.493Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T03:57:30.494Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:30.494Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T03:57:30.494Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:30.495Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T03:57:30.495Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:30.495Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T03:57:30.495Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T03:57:30.496Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Service basic_onboard_NWGWON is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T03:57:30.496Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||Saving Service: basic_onboard_NWGWON 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-22T03:57:30.701Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NWGWON 52138be4-b932-4480-8d95-cc1e9ae095fb 1 ASDC deployResourceStructure 2022-08-22T03:57:30.702Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json ASDC sendASDCNotification 2022-08-22T03:57:30.702Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json 2022-08-22T03:57:30.702Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T03:57:30.703Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T03:57:30.705Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T03:57:30.705Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140650702, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json", "status": "DEPLOY_OK" } 2022-08-22T03:57:30.806Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T03:57:30.807Z||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-22T03:57:30.807Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:57:30.821Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:57:30.822Z||pool-14-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-22T03:57:31.707Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-08-22T03:57:31.707Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml 2022-08-22T03:57:31.707Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T03:57:31.708Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T03:57:31.710Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T03:57:31.711Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140651706, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-08-22T03:57:31.811Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T03:57:31.812Z||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-22T03:57:31.813Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:57:31.824Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:57:31.824Z||pool-15-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-08-22T03:57:32.711Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-08-22T03:57:32.712Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env 2022-08-22T03:57:32.712Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T03:57:32.712Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T03:57:32.714Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T03:57:32.715Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140652711, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-08-22T03:57:32.815Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T03:57:32.817Z||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-22T03:57:32.818Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:57:32.830Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:57:32.831Z||pool-16-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-08-22T03:57:33.716Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar ASDC sendASDCNotification 2022-08-22T03:57:33.716Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar 2022-08-22T03:57:33.717Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T03:57:33.717Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T03:57:33.719Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T03:57:33.719Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140653716, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T03:57:33.819Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T03:57:33.821Z||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-22T03:57:33.821Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:57:33.833Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:57:33.834Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T03:57:34.721Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0aa9155-f121-41f8-96a8-5500bb47d0de Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T03:57:34.743Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0aa9155-f121-41f8-96a8-5500bb47d0de Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T03:57:34.746Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T03:57:34.746Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T03:57:34.747Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T03:58:04.747Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0aa9155-f121-41f8-96a8-5500bb47d0de Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T03:58:04.762Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0aa9155-f121-41f8-96a8-5500bb47d0de Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T03:58:04.768Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T03:58:04.768Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T03:58:04.768Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T03:58:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:58:14.744Z||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-22T03:58:14.744Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:58:14.868Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:58:14.869Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:58:14.870Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "aai-ml", "timestamp": 1661140635588, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T03:58:14.871Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T03:58:34.769Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0aa9155-f121-41f8-96a8-5500bb47d0de Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T03:58:34.784Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0aa9155-f121-41f8-96a8-5500bb47d0de Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T03:58:34.787Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T03:58:34.788Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T03:58:34.788Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T03:59:04.792Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0aa9155-f121-41f8-96a8-5500bb47d0de Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T03:59:04.811Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0aa9155-f121-41f8-96a8-5500bb47d0de Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T03:59:04.816Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T03:59:04.816Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T03:59:04.816Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T03:59:14.743Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T03:59:14.744Z||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-22T03:59:14.744Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T03:59:14.776Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T03:59:14.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "clamp", "timestamp": 1661140629633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T03:59:14.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:59:14.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140634740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:59:14.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:59:14.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "aai-ml", "timestamp": 1661140636596, "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-22T03:59:14.805Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a0aa9155-f121-41f8-96a8-5500bb47d0de 2022-08-22T03:59:14.806Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0aa9155-f121-41f8-96a8-5500bb47d0de 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-22T03:59:14.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "clamp", "timestamp": 1661140629633, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "NOTIFIED" } 2022-08-22T03:59:14.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:59:14.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140634740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json", "status": "NOTIFIED" } 2022-08-22T03:59:14.821Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:59:14.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140634740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-08-22T03:59:14.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:59:14.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.822Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140634740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:59:14.822Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:59:14.822Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140634740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-08-22T03:59:14.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:59:14.823Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.823Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140634740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T03:59:14.823Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:59:14.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140634740, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "NOTIFIED" } 2022-08-22T03:59:14.824Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:59:14.824Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.824Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140642856, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T03:59:14.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T03:59:14.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140647165, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-22T03:59:14.825Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T03:59:14.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140648270, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T03:59:14.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T03:59:14.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140649372, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-08-22T03:59:14.827Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T03:59:14.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "clamp", "timestamp": 1661140649499, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T03:59:14.828Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T03:59:14.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140650702, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/basic_onboard_nwgwon0_modules.json", "status": "DEPLOY_OK" } 2022-08-22T03:59:14.828Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T03:59:14.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "clamp", "timestamp": 1661140651523, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T03:59:14.829Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T03:59:14.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140651706, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-08-22T03:59:14.830Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T03:59:14.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "clamp", "timestamp": 1661140652530, "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-22T03:59:14.837Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a0aa9155-f121-41f8-96a8-5500bb47d0de 2022-08-22T03:59:14.837Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId a0aa9155-f121-41f8-96a8-5500bb47d0de 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-22T03:59:14.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140652711, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/resourceInstances/basic_onboard_nwgwon0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-08-22T03:59:14.854Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T03:59:14.854Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.854Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140653716, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNwgwon/1.0/artifacts/service-BasicOnboardNwgwon-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T03:59:14.855Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T03:59:14.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.855Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "clamp", "timestamp": 1661140689633, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:59:14.855Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:59:14.855Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "cds", "timestamp": 1661140684606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:59:14.856Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:59:14.856Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.856Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "ves-openapi-manager", "timestamp": 1661140685227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:59:14.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:59:14.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "multicloud-k8s-id", "timestamp": 1661140685040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:59:14.857Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:59:14.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "policy-id", "timestamp": 1661140690837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T03:59:14.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:59:14.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "ves-openapi-manager", "timestamp": 1661140685227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T03:59:14.862Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:59:14.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "clamp", "timestamp": 1661140689633, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json", "status": "NOTIFIED" } 2022-08-22T03:59:14.863Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:59:14.863Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.863Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "cds", "timestamp": 1661140684606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T03:59:14.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:59:14.864Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.864Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "multicloud-k8s-id", "timestamp": 1661140685040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json", "status": "NOTIFIED" } 2022-08-22T03:59:14.864Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:59:14.865Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T03:59:14.865Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "policy-id", "timestamp": 1661140690837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T03:59:14.865Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T03:59:34.816Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a0aa9155-f121-41f8-96a8-5500bb47d0de Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T03:59:34.832Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a0aa9155-f121-41f8-96a8-5500bb47d0de Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T03:59:34.835Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T03:59:34.835Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-22T03:59:34.835Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-22T03:59:34.835Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-22T03:59:34.836Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T03:59:34.836Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T03:59:34.836Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T03:59:34.836Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T03:59:34.836Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T03:59:34.836Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T03:59:34.837Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-22T03:59:34.848Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-22T04:00:04.849Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a0aa9155-f121-41f8-96a8-5500bb47d0de 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-22T04:00:04.862Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a0aa9155-f121-41f8-96a8-5500bb47d0de and serviceModelVersionId: 8f4d0721-4948-4123-87dd-e6d3c8024955 2022-08-22T04:00:04.863Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 095268a8-b0b9-4fed-97d6-e6a413bd42bc 2022-08-22T04:00:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:00:14.745Z||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-22T04:00:14.745Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:00:15.281Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:00:15.286Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.286Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "multicloud-k8s-id", "timestamp": 1661140685040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-22T04:00:15.288Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.289Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.289Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "ves-openapi-manager", "timestamp": 1661140685227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.290Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.290Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "cds", "timestamp": 1661140684606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.297Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.297Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.297Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "clamp", "timestamp": 1661140689633, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.298Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.298Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.298Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "policy-id", "timestamp": 1661140690837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-22T04:00:15.299Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.299Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.302Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "multicloud-k8s-id", "timestamp": 1661140685040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.303Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.303Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.303Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "ves-openapi-manager", "timestamp": 1661140685227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.304Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "cds", "timestamp": 1661140684606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "clamp", "timestamp": 1661140689633, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.306Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "policy-id", "timestamp": 1661140690837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.307Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.307Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.307Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "multicloud-k8s-id", "timestamp": 1661140685040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-22T04:00:15.308Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.308Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.308Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "cds", "timestamp": 1661140684606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.309Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.309Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.309Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "ves-openapi-manager", "timestamp": 1661140685227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.310Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.310Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.310Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "clamp", "timestamp": 1661140689633, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.311Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.311Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.311Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "policy-id", "timestamp": 1661140690837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.312Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.312Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.312Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "multicloud-k8s-id", "timestamp": 1661140685040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.313Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.313Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "ves-openapi-manager", "timestamp": 1661140685227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.313Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.314Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "clamp", "timestamp": 1661140689633, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.314Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.314Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "cds", "timestamp": 1661140684606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.315Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.315Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "policy-id", "timestamp": 1661140690837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.315Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.316Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "multicloud-k8s-id", "timestamp": 1661140685040, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:00:15.316Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.316Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.317Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "clamp", "timestamp": 1661140689633, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:00:15.317Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.317Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "ves-openapi-manager", "timestamp": 1661140685227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.318Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.318Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.318Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "cds", "timestamp": 1661140684606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:00:15.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.319Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "policy-id", "timestamp": 1661140690837, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:00:15.319Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.319Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "multicloud-k8s-id", "timestamp": 1661140700758, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json", "status": "DOWNLOAD_OK" } 2022-08-22T04:00:15.320Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:00:15.320Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.320Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "cds", "timestamp": 1661140700930, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:00:15.321Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:00:15.321Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.321Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "policy-id", "timestamp": 1661140700729, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:00:15.322Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:00:15.322Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.322Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "cds", "timestamp": 1661140701940, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-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-22T04:00:15.356Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 805b6ac2-5d94-407e-8c1d-075e7bd7202e 2022-08-22T04:00:15.359Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 805b6ac2-5d94-407e-8c1d-075e7bd7202e 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-22T04:00:15.377Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.378Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "policy-id", "timestamp": 1661140701734, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:00:15.379Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:00:15.379Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.379Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "multicloud-k8s-id", "timestamp": 1661140701852, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T04:00:15.380Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:00:15.380Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.380Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "policy-id", "timestamp": 1661140702738, "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-22T04:00:15.387Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 805b6ac2-5d94-407e-8c1d-075e7bd7202e 2022-08-22T04:00:15.388Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 805b6ac2-5d94-407e-8c1d-075e7bd7202e 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-22T04:00:15.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "multicloud-k8s-id", "timestamp": 1661140702923, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-22T04:00:15.408Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:00:15.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "aai-ml", "timestamp": 1661140703554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "multicloud-k8s-id", "timestamp": 1661140703973, "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-22T04:00:15.420Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 805b6ac2-5d94-407e-8c1d-075e7bd7202e 2022-08-22T04:00:15.420Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 805b6ac2-5d94-407e-8c1d-075e7bd7202e 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-22T04:00:15.431Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.432Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "aai-ml", "timestamp": 1661140703554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.433Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.433Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.433Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "multicloud-k8s-id", "timestamp": 1661140704982, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json", "status": "DEPLOY_OK" } 2022-08-22T04:00:15.436Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:00:15.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.436Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "aai-ml", "timestamp": 1661140703554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.437Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "aai-ml", "timestamp": 1661140703554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "clamp", "timestamp": 1661140707507, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:00:15.438Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:00:15.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "aai-ml", "timestamp": 1661140703554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "aai-ml", "timestamp": 1661140703554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140708500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "clamp", "timestamp": 1661140709516, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:00:15.439Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:00:15.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "aai-ml", "timestamp": 1661140703554, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:00:15.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140708500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "clamp", "timestamp": 1661140710521, "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-22T04:00:15.462Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 805b6ac2-5d94-407e-8c1d-075e7bd7202e 2022-08-22T04:00:15.462Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 805b6ac2-5d94-407e-8c1d-075e7bd7202e 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-22T04:00:15.476Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "aai-ml", "timestamp": 1661140711402, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:00:15.477Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:00:15.477Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.477Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140708500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.478Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.478Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.478Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140708500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140708500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.479Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.479Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.479Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140708500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:15.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.480Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140708500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:00:15.480Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:00:15.480Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140716276, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:00:15.481Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:00:15.481Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.481Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140720358, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:00:15.482Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:00:15.482Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.482Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140721363, "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-22T04:00:15.489Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 805b6ac2-5d94-407e-8c1d-075e7bd7202e 2022-08-22T04:00:15.489Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 805b6ac2-5d94-407e-8c1d-075e7bd7202e 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-22T04:00:15.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "aai-ml", "timestamp": 1661140722907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:00:15.502Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:00:15.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:00:15.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "aai-ml", "timestamp": 1661140723913, "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-22T04:00:15.508Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 805b6ac2-5d94-407e-8c1d-075e7bd7202e 2022-08-22T04:00:15.508Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 805b6ac2-5d94-407e-8c1d-075e7bd7202e 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-22T04:00:21.358Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/095268a8-b0b9-4fed-97d6-e6a413bd42bc/model-vers/model-ver/8f4d0721-4948-4123-87dd-e6d3c8024955?depth=0 2022-08-22T04:00:21.483Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-08-22T04:00:22.115Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/095268a8-b0b9-4fed-97d6-e6a413bd42bc/model-vers/model-ver/8f4d0721-4948-4123-87dd-e6d3c8024955?depth=0|INFO|500||Invoke 2022-08-22T04:00:22.127Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/095268a8-b0b9-4fed-97d6-e6a413bd42bc/model-vers/model-ver/8f4d0721-4948-4123-87dd-e6d3c8024955?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/095268a8-b0b9-4fed-97d6-e6a413bd42bc/model-vers/model-ver/8f4d0721-4948-4123-87dd-e6d3c8024955?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a0aa9155-f121-41f8-96a8-5500bb47d0de], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2cdd6cff-b48b-47f7-8560-d5c2b52aed9b], X-ECOMP-RequestID=[a0aa9155-f121-41f8-96a8-5500bb47d0de], X-TransactionId=[], X-ONAP-RequestID=[a0aa9155-f121-41f8-96a8-5500bb47d0de], Content-Type=[application/merge-patch+json]} 2022-08-22T04:00:22.263Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/095268a8-b0b9-4fed-97d6-e6a413bd42bc/model-vers/model-ver/8f4d0721-4948-4123-87dd-e6d3c8024955?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-22T04:00:22.670Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/095268a8-b0b9-4fed-97d6-e6a413bd42bc/model-vers/model-ver/8f4d0721-4948-4123-87dd-e6d3c8024955?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/095268a8-b0b9-4fed-97d6-e6a413bd42bc/model-vers/model-ver/8f4d0721-4948-4123-87dd-e6d3c8024955?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220822-04:00:22:548-71874], vertex-id=[164024], Content-Length=[0], Date=[Mon, 22 Aug 2022 04:00:22 GMT], Content-Type=[application/json]} 2022-08-22T04:00:22.673Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/095268a8-b0b9-4fed-97d6-e6a413bd42bc/model-vers/model-ver/8f4d0721-4948-4123-87dd-e6d3c8024955?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-08-22T04:00:22.674Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/095268a8-b0b9-4fed-97d6-e6a413bd42bc/model-vers/model-ver/8f4d0721-4948-4123-87dd-e6d3c8024955?depth=0|INFO|500||InvokeReturn 2022-08-22T04:00:22.679Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-22T04:00:22.679Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-22T04:00:22.691Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-22T04:00:22.693Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a0aa9155-f121-41f8-96a8-5500bb47d0de and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-22T04:00:22.695Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-22T04:00:22.695Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:00:22.698Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:00:22.698Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140822693, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:00:22.798Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:00:22.800Z||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-22T04:00:22.800Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:00:22.813Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:00:22.814Z||pool-18-thread-1|||||INFO|500||cambria reply ok (15 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-22T04:00:23.712Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:00:23.713Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|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-22T04:00:23.713Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:00:28.110Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:00:28.111Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:00:28.111Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"805b6ac2-5d94-407e-8c1d-075e7bd7202e","serviceName":"vFW 2022-08-22 03-57-13","serviceVersion":"1.0","serviceUUID":"ccb4dc0b-461a-499d-a337-74803f9efe83","serviceDescription":"catalog service description","serviceInvariantUUID":"4f086d59-dfb4-4cca-a337-9d4328e23d0e","resources":[{"resourceInstanceName":"vFW 18f23c14-1b39 0","resourceName":"vFW 18f23c14-1b39","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"fe1ac124-dc1f-4448-9ddc-6f671bb9b1df","resourceInvariantUUID":"dfa6b3df-262f-45a8-9aaa-cb2aa6271e32","resourceCustomizationUUID":"627758ba-c186-4a24-bfe2-1e13605b778c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vf-license-model.xml","artifactChecksum":"OTVjOWZiZTdiZjhjYzYyOTAwOTI3NGMxN2RjY2FjNjI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c95cd90b-3fe6-41c9-af9c-2e1b000a8650","artifactVersion":"1"},{"artifactName":"vfw18f23c141b390_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json","artifactChecksum":"ZjIzY2MyMjY0NGExMjM4MjQxNjNkMjliNGU3NTcxZmE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"ba3ab906-31bb-4f16-9a6e-515c120ef649","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"c1e4fa41-036a-4e3f-a7c0-e256a293d4b9","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vendor-license-model.xml","artifactChecksum":"MGIyNWYwZmY5MTFiM2YxMzNiN2MyMmU4YmY1N2NhYWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a3f34832-9a83-4d8b-8574-a5c420f32e67","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7edb4e3b-0ab3-4049-9e3f-afa0fec598a4","artifactVersion":"2","generatedFromUUID":"c1e4fa41-036a-4e3f-a7c0-e256a293d4b9"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220822035713-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-template.yml","artifactChecksum":"ZjZmM2U5YzM2MGQ5Y2M4NGFhY2Y3N2Q5MTRkZjkyNTk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"3580118e-fbe8-472c-84ae-dc429c0a3375","artifactVersion":"1"},{"artifactName":"service-Vfw20220822035713-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar","artifactChecksum":"ZmVmNTkwMzI3ODliZmIxMGRjMzlhNTQ2Y2NjMzA3Y2U\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6893ed91-aa71-4aa2-b56c-3f4a43f77823","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-22T04:00:28.115Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:00:28.116Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:00:28.118Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:00:28.118Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:28.218Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:00:28.219Z||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-22T04:00:28.219Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:00:28.232Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:00:28.233Z||pool-19-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:00:29.119Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:00:29.120Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:00:29.123Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:00:29.123Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json", "status": "NOTIFIED" } 2022-08-22T04:00:29.223Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T04:00:29.224Z||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-22T04:00:29.224Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:00:29.235Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:00:29.236Z||pool-20-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:00:30.124Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:00:30.124Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:00:30.127Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:00:30.127Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-22T04:00:30.227Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:00:30.228Z||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-22T04:00:30.229Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:00:30.241Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:00:30.242Z||pool-21-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:00:31.127Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:00:31.128Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:00:31.132Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:00:31.132Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:31.233Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:00:31.234Z||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-22T04:00:31.234Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:00:31.247Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:00:31.247Z||pool-22-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:00:32.133Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:00:32.134Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:00:32.136Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:00:32.136Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-22T04:00:32.236Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:00:32.237Z||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-22T04:00:32.238Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:00:32.248Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:00:32.249Z||pool-23-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:00:33.138Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:00:33.139Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:00:33.141Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:00:33.141Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:00:33.242Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T04:00:33.243Z||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-22T04:00:33.244Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:00:33.256Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:00:33.257Z||pool-24-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:00:34.144Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:00:34.145Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:00:34.147Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:00:34.148Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:00:34.248Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:00:34.250Z||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-22T04:00:34.250Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:00:34.262Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:00:34.263Z||pool-25-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:00:35.150Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "serviceName": "vFW 2022-08-22 03-57-13", "serviceVersion": "1.0", "serviceUUID": "ccb4dc0b-461a-499d-a337-74803f9efe83", "serviceDescription": "catalog service description", "serviceInvariantUUID": "4f086d59-dfb4-4cca-a337-9d4328e23d0e", "resources": [ { "resourceInstanceName": "vFW 18f23c14-1b39 0", "resourceCustomizationUUID": "627758ba-c186-4a24-bfe2-1e13605b778c", "resourceName": "vFW 18f23c14-1b39", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "fe1ac124-dc1f-4448-9ddc-6f671bb9b1df", "resourceInvariantUUID": "dfa6b3df-262f-45a8-9aaa-cb2aa6271e32", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw18f23c141b390_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json", "artifactChecksum": "ZjIzY2MyMjY0NGExMjM4MjQxNjNkMjliNGU3NTcxZmE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ba3ab906-31bb-4f16-9a6e-515c120ef649", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "c1e4fa41-036a-4e3f-a7c0-e256a293d4b9", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7edb4e3b-0ab3-4049-9e3f-afa0fec598a4", "generatedFromUUID": "c1e4fa41-036a-4e3f-a7c0-e256a293d4b9" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7edb4e3b-0ab3-4049-9e3f-afa0fec598a4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220822035713-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "artifactChecksum": "ZmVmNTkwMzI3ODliZmIxMGRjMzlhNTQ2Y2NjMzA3Y2U\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6893ed91-aa71-4aa2-b56c-3f4a43f77823" } ], "workloadContext": "Production" } 2022-08-22T04:00:35.150Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-22T04:00:35.150Z|a0aa9155-f121-41f8-96a8-5500bb47d0de|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ccb4dc0b-461a-499d-a337-74803f9efe83 ASDC 2022-08-22T04:00:35.151Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:805b6ac2-5d94-407e-8c1d-075e7bd7202e ServiceName:vFW 2022-08-22 03-57-13 ServiceVersion:1.0 ServiceUUID:ccb4dc0b-461a-499d-a337-74803f9efe83 ServiceInvariantUUID:4f086d59-dfb4-4cca-a337-9d4328e23d0e ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220822035713-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar ArtifactUUID:6893ed91-aa71-4aa2-b56c-3f4a43f77823 ArtifactChecksum:ZmVmNTkwMzI3ODliZmIxMGRjMzlhNTQ2Y2NjMzA3Y2U= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 18f23c14-1b39 0 ResourceCustomizationUUID:627758ba-c186-4a24-bfe2-1e13605b778c ResourceInvariantUUID:dfa6b3df-262f-45a8-9aaa-cb2aa6271e32 ResourceName:vFW 18f23c14-1b39 ResourceType:VF ResourceUUID:fe1ac124-dc1f-4448-9ddc-6f671bb9b1df ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw18f23c141b390_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json ArtifactUUID:ba3ab906-31bb-4f16-9a6e-515c120ef649 ArtifactChecksum:ZjIzY2MyMjY0NGExMjM4MjQxNjNkMjliNGU3NTcxZmE= 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/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml ArtifactUUID:c1e4fa41-036a-4e3f-a7c0-e256a293d4b9 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/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env ArtifactUUID:7edb4e3b-0ab3-4049-9e3f-afa0fec598a4 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/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env ArtifactUUID:7edb4e3b-0ab3-4049-9e3f-afa0fec598a4 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-22T04:00:35.151Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ccb4dc0b-461a-499d-a337-74803f9efe83 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-22T04:00:35.188Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T04:00:35.188Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-08-22T04:00:35.189Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-08-22T04:00:35.189Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6893ed91-aa71-4aa2-b56c-3f4a43f77823 from URL: /sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar 2022-08-22T04:00:35.189Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-22T04:00:35.189Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar 2022-08-22T04:00:35.292Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-22T04:00:35.298Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar 6893ed91-aa71-4aa2-b56c-3f4a43f77823 99040 2022-08-22T04:00:35.299Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar ASDC sendASDCNotification 2022-08-22T04:00:35.299Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar 2022-08-22T04:00:35.300Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:00:35.300Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:00:35.303Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:00:35.303Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140835299, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:00:35.403Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:00:35.404Z||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-22T04:00:35.405Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:00:35.416Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:00:35.418Z||pool-26-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:00:36.303Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T04:00:36.304Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-08-22T04:00:36.304Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 6893ed91-aa71-4aa2-b56c-3f4a43f77823, URL: /sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar to file: /app/ASDC/1/service-Vfw20220822035713-csar.csar 2022-08-22T04:00:36.306Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220822035713-csar.csar 2022-08-22T04:00:36.306Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220822035713-csar.csar 2022-08-22T04:00:36.306Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220822035713-csar.csar 2022-08-22T04:00:36.543Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9231563160118612457/Definitions/service-Vfw20220822035713-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-08-22T04:00:38.915Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-22T04:00:38.916Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-08-22T04:00:38.916Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220822035713-csar.csar 2022-08-22T04:00:38.917Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-08-22T04:00:38.917Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220822035713-csar.csar 2022-08-22T04:00:38.917Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220822035713-csar.csar 2022-08-22T04:00:38.918Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220822035713-csar.csar 2022-08-22T04:00:38.918Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220822035713-csar.csar 2022-08-22T04:00:38.919Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220822035713-csar.csar 2022-08-22T04:00:38.919Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220822035713-csar.csar 2022-08-22T04:00:38.919Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220822035713-csar.csar 2022-08-22T04:00:38.920Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220822035713-csar.csar 2022-08-22T04:00:38.920Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220822035713-csar.csar 2022-08-22T04:00:38.920Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220822035713-csar.csar 2022-08-22T04:00:38.920Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220822035713-csar.csar 2022-08-22T04:00:38.921Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220822035713-csar.csar 2022-08-22T04:00:38.921Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 18f23c14-1b39 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-Vfw20220822035713-csar.csar 2022-08-22T04:00:38.921Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-08-22T04:00:38.922Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:38.922Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:00:38.923Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is matching search criteria 2022-08-22T04:00:38.923Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-08-22T04:00:38.924Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 18f23c14-1b39 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T04:00:38.925Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:38.925Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:00:38.925Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is matching search criteria 2022-08-22T04:00:38.926Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-08-22T04:00:38.926Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 18f23c14-1b39 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T04:00:38.927Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:38.927Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:00:38.928Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:38.928Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is not matching search criteria 2022-08-22T04:00:38.929Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-22T04:00:38.929Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-22T04:00:38.929Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-22T04:00:38.930Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-22T04:00:38.930Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-22T04:00:38.931Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-22T04:00:38.931Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-22T04:00:38.931Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-22T04:00:38.931Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-22T04:00:38.932Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-22T04:00:38.932Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-22T04:00:38.932Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-22T04:00:38.933Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-22T04:00:38.933Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-22T04:00:38.933Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-22T04:00:38.934Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-22T04:00:38.934Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:38.935Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-22T04:00:38.935Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:38.936Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is matching search criteria 2022-08-22T04:00:38.936Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 18f23c14-1b39 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:00:38.937Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:38.937Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is matching search criteria 2022-08-22T04:00:38.938Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 18f23c14-1b39 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:00:38.938Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:38.939Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is matching search criteria 2022-08-22T04:00:38.939Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 18f23c14-1b39 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:00:38.940Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:38.940Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is not matching search criteria 2022-08-22T04:00:38.940Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-22T04:00:38.941Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-22T04:00:38.941Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-22T04:00:38.941Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-22T04:00:38.942Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-22T04:00:38.942Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-22T04:00:38.943Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-22T04:00:38.943Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-22T04:00:38.943Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-22T04:00:38.944Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-22T04:00:38.944Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-22T04:00:38.944Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=75fa4886-362f-4261-9b9b-8d55c5cf366b 2022-08-22T04:00:38.944Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:38.945Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is not matching search criteria 2022-08-22T04:00:38.945Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-22T04:00:38.945Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-22T04:00:38.946Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-22T04:00:38.946Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-22T04:00:38.946Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-22T04:00:38.946Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-22T04:00:38.947Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-22T04:00:38.947Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-22T04:00:38.947Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-22T04:00:38.947Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-22T04:00:38.948Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-22T04:00:38.948Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-22T04:00:38.948Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=271c4167-8a48-46ca-afa8-70998aee114e 2022-08-22T04:00:38.949Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:38.949Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is not matching search criteria 2022-08-22T04:00:38.949Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-22T04:00:38.949Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-22T04:00:38.950Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-22T04:00:38.950Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-22T04:00:38.950Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-22T04:00:38.950Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-22T04:00:38.951Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-22T04:00:38.951Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-22T04:00:38.951Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-22T04:00:38.952Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-22T04:00:38.952Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-22T04:00:38.952Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-22T04:00:38.952Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=35ee0641-b02f-438a-877e-72fbbe2f8873 2022-08-22T04:00:38.953Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:38.953Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:00:38.953Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:38.953Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:00:38.954Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:38.954Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:00:38.954Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:38.955Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:00:38.955Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-08-22 03-57-13 Description:catalog service description Model UUID:ccb4dc0b-461a-499d-a337-74803f9efe83 Model Version:NULL Model InvariantUuid:4f086d59-dfb4-4cca-a337-9d4328e23d0e Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 18f23c14-1b39 Model UUID:a756cafd-dbec-4816-8627-792db7fd4065 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:dfa6b3df-262f-45a8-9aaa-cb2aa6271e32 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:627758ba-c186-4a24-bfe2-1e13605b778c NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:a7017404-0bb3-4aaf-b4eb-ee3711013436 ModelName:Vfw18f23c141b39..base_vfw..module-0 ModelUuid:2bc2b4ee-fbea-4745-957e-3b810ee9284b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:75fa4886-362f-4261-9b9b-8d55c5cf366b ModelInvariantUuid:d823d9f4-6bd6-4af6-9177-141fc46eab59 ModelName:vFW 18f23c14-1b39-nodes.vfwCvfc ModelUuid:82710bed-0185-4598-b726-30005252de1d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:ccf5763d-81bc-486f-84fd-75fec8d33cf4 ModelInvariantUuid:35fe5871-ba84-417a-a593-fe5b7feae460 ModelName:Vfw18f23c141b39.compute.nodes.heat.vfw ModelUuid:f80d41be-5108-4678-b1da-8865527c7379 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:271c4167-8a48-46ca-afa8-70998aee114e ModelInvariantUuid:a360723f-0c0d-441d-8135-9b7d5d1c564f ModelName:vFW 18f23c14-1b39-nodes.vsnCvfc ModelUuid:821a7fef-dbe0-4adf-9592-1dd4e3f37983 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:972a08c6-b1b0-4874-a206-6f01b1ba6734 ModelInvariantUuid:ffdb66cf-8a84-440b-8dd1-af1a80b4489a ModelName:Vfw18f23c141b39.compute.nodes.heat.vsn ModelUuid:ded67458-3851-4b3c-94fc-ad64b19b06c6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:35ee0641-b02f-438a-877e-72fbbe2f8873 ModelInvariantUuid:c455f170-a785-4714-a6f9-ca8267d1a02b ModelName:vFW 18f23c14-1b39-nodes.vpgCvfc ModelUuid:c3a94af7-64fe-4586-953a-6197b4d08c69 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:2fcea500-e37e-455c-94d5-bf2ca2c01e6f ModelInvariantUuid:2bd91438-af8d-4cc8-90ad-80913ddd0553 ModelName:Vfw18f23c141b39.compute.nodes.heat.vpg ModelUuid:7ad1e0a0-ef0b-4f2c-b364-082de06e7681 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-22T04:00:38.966Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: fe1ac124-dc1f-4448-9ddc-6f671bb9b1df 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-22T04:00:38.970Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||vFW 18f23c14-1b39 0 2022-08-22T04:00:38.971Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: fe1ac124-dc1f-4448-9ddc-6f671bb9b1df 2022-08-22T04:00:38.971Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: ba3ab906-31bb-4f16-9a6e-515c120ef649 from URL: /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json 2022-08-22T04:00:38.972Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-22T04:00:38.972Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json 2022-08-22T04:00:39.044Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-22T04:00:39.046Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json ba3ab906-31bb-4f16-9a6e-515c120ef649 785 2022-08-22T04:00:39.046Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json ASDC sendASDCNotification 2022-08-22T04:00:39.046Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json 2022-08-22T04:00:39.047Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:00:39.047Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:00:39.050Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:00:39.050Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140839046, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json", "status": "DOWNLOAD_OK" } 2022-08-22T04:00:39.150Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:00:39.151Z||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-22T04:00:39.151Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:00:39.167Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:00:39.168Z||pool-27-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:00:40.051Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw18f23c141b39..base_vfw..module-0", "vfModuleModelInvariantUUID": "a7017404-0bb3-4aaf-b4eb-ee3711013436", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2bc2b4ee-fbea-4745-957e-3b810ee9284b", "vfModuleModelCustomizationUUID": "abf44ecc-57ca-4353-94ac-db45d2839591", "isBase": true, "artifacts": [ "c1e4fa41-036a-4e3f-a7c0-e256a293d4b9", "7edb4e3b-0ab3-4049-9e3f-afa0fec598a4" ], "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-22T04:00:40.059Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw18f23c141b39..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2bc2b4ee-fbea-4745-957e-3b810ee9284b VfModuleModelInvariantUUID:a7017404-0bb3-4aaf-b4eb-ee3711013436 VfModuleModelDescription:NULL Artifacts UUID List:{ c1e4fa41-036a-4e3f-a7c0-e256a293d4b9 , 7edb4e3b-0ab3-4049-9e3f-afa0fec598a4 } 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-22T04:00:40.063Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw18f23c141b39..base_vfw..module-0", "vfModuleModelInvariantUUID": "a7017404-0bb3-4aaf-b4eb-ee3711013436", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2bc2b4ee-fbea-4745-957e-3b810ee9284b", "vfModuleModelCustomizationUUID": "abf44ecc-57ca-4353-94ac-db45d2839591", "isBase": true, "artifacts": [ "c1e4fa41-036a-4e3f-a7c0-e256a293d4b9", "7edb4e3b-0ab3-4049-9e3f-afa0fec598a4" ], "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-22T04:00:40.064Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw18f23c141b39..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2bc2b4ee-fbea-4745-957e-3b810ee9284b VfModuleModelInvariantUUID:a7017404-0bb3-4aaf-b4eb-ee3711013436 VfModuleModelDescription:NULL Artifacts UUID List:{ c1e4fa41-036a-4e3f-a7c0-e256a293d4b9 , 7edb4e3b-0ab3-4049-9e3f-afa0fec598a4 } 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-22T04:00:40.064Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: c1e4fa41-036a-4e3f-a7c0-e256a293d4b9 from URL: /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml 2022-08-22T04:00:40.064Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-22T04:00:40.065Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml 2022-08-22T04:00:40.151Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-22T04:00:40.153Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml c1e4fa41-036a-4e3f-a7c0-e256a293d4b9 20368 2022-08-22T04:00:40.154Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-22T04:00:40.154Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml 2022-08-22T04:00:40.155Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:00:40.156Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:00:40.158Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:00:40.158Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140840154, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T04:00:40.262Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-08-22T04:00:40.263Z||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-22T04:00:40.263Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:00:40.276Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:00:40.276Z||pool-28-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:00:41.159Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7edb4e3b-0ab3-4049-9e3f-afa0fec598a4 from URL: /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env 2022-08-22T04:00:41.160Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-22T04:00:41.161Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env 2022-08-22T04:00:41.234Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-22T04:00:41.235Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env 7edb4e3b-0ab3-4049-9e3f-afa0fec598a4 2098 2022-08-22T04:00:41.235Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-22T04:00:41.235Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env 2022-08-22T04:00:41.235Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:00:41.235Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:00:41.237Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:00:41.238Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140841235, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-22T04:00:41.338Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:00:41.339Z||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-22T04:00:41.339Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:00:41.352Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:00:41.352Z||pool-29-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:00:42.238Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ccb4dc0b-461a-499d-a337-74803f9efe83 2022-08-22T04:00:42.239Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 18f23c14-1b39 0 fe1ac124-dc1f-4448-9ddc-6f671bb9b1df 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-22T04:00:42.263Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@27a34182, org.onap.sdc.toscaparser.api.parameters.Input@70f33354, org.onap.sdc.toscaparser.api.parameters.Input@1024ed2d, org.onap.sdc.toscaparser.api.parameters.Input@1e73fd3d, org.onap.sdc.toscaparser.api.parameters.Input@23611020] 2022-08-22T04:00:42.265Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:42.266Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:00:42.266Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-08-22T04:00:42.266Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 627758ba-c186-4a24-bfe2-1e13605b778c 2022-08-22T04:00:42.267Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 627758ba-c186-4a24-bfe2-1e13605b778c matches Tosca VF Customization UUID: 627758ba-c186-4a24-bfe2-1e13605b778c 2022-08-22T04:00:42.267Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 627758ba-c186-4a24-bfe2-1e13605b778c 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-22T04:00:42.270Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:42.271Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:00:42.272Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 627758ba-c186-4a24-bfe2-1e13605b778c: {\"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-22T04:00:42.272Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7c00bff4 2022-08-22T04:00:42.272Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:42.273Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-22T04:00:42.273Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : abf44ecc-57ca-4353-94ac-db45d2839591 2022-08-22T04:00:42.273Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID abf44ecc-57ca-4353-94ac-db45d2839591 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-22T04:00:42.277Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:42.277Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is matching search criteria 2022-08-22T04:00:42.278Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 18f23c14-1b39 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:00:42.278Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:42.278Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is matching search criteria 2022-08-22T04:00:42.279Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 18f23c14-1b39 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:00:42.279Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:42.279Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is not matching search criteria 2022-08-22T04:00:42.280Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-22T04:00:42.280Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-22T04:00:42.280Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-22T04:00:42.280Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-22T04:00:42.280Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-22T04:00:42.281Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-22T04:00:42.281Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-22T04:00:42.281Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-22T04:00:42.282Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-22T04:00:42.282Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-22T04:00:42.282Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-22T04:00:42.283Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=75fa4886-362f-4261-9b9b-8d55c5cf366b 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-22T04:00:42.287Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:42.287Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is matching search criteria 2022-08-22T04:00:42.287Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 18f23c14-1b39 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:00:42.288Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:42.288Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is not matching search criteria 2022-08-22T04:00:42.288Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-22T04:00:42.288Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-22T04:00:42.289Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-22T04:00:42.289Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-22T04:00:42.289Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-22T04:00:42.289Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-22T04:00:42.290Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-22T04:00:42.290Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-22T04:00:42.290Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-22T04:00:42.290Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-22T04:00:42.290Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-22T04:00:42.291Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-22T04:00:42.291Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=271c4167-8a48-46ca-afa8-70998aee114e 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-22T04:00:42.294Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:42.295Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is matching search criteria 2022-08-22T04:00:42.295Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 18f23c14-1b39 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:00:42.299Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:42.299Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is not matching search criteria 2022-08-22T04:00:42.300Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-22T04:00:42.300Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-22T04:00:42.300Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-22T04:00:42.301Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-22T04:00:42.301Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-22T04:00:42.301Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-22T04:00:42.302Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-22T04:00:42.302Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-22T04:00:42.302Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-22T04:00:42.303Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-22T04:00:42.303Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-22T04:00:42.303Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-22T04:00:42.303Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=35ee0641-b02f-438a-877e-72fbbe2f8873 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-22T04:00:42.310Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:42.310Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is matching search criteria 2022-08-22T04:00:42.311Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 18f23c14-1b39 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:00:42.311Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:42.312Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Node template vFW 18f23c14-1b39 0 is matching search criteria 2022-08-22T04:00:42.312Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW 18f23c14-1b39 0] matching following query criteria: sdcType=VF, customizationUUID=627758ba-c186-4a24-bfe2-1e13605b778c 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-22T04:00:42.315Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:42.315Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:00:42.316Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ccb4dc0b-461a-499d-a337-74803f9efe83: vFW 18f23c14-1b39 2022-08-22T04:00:42.316Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:42.316Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:00:42.317Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:42.317Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:00:42.317Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:42.318Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:00:42.318Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:42.318Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:00:42.319Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:00:42.319Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-57-13 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:00:42.319Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-08-22 03-57-13 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-22T04:00:42.595Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 18f23c14-1b39 fe1ac124-dc1f-4448-9ddc-6f671bb9b1df 1 ASDC deployResourceStructure 2022-08-22T04:00:42.596Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json ASDC sendASDCNotification 2022-08-22T04:00:42.596Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json 2022-08-22T04:00:42.596Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:00:42.596Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:00:42.599Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:00:42.599Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140842596, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json", "status": "DEPLOY_OK" } 2022-08-22T04:00:42.700Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T04:00:42.701Z||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-22T04:00:42.701Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:00:42.713Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:00:42.714Z||pool-30-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:00:43.600Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-22T04:00:43.601Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml 2022-08-22T04:00:43.602Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:00:43.602Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:00:43.605Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:00:43.605Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140843600, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-22T04:00:43.705Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:00:43.706Z||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-22T04:00:43.707Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:00:43.719Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:00:43.719Z||pool-31-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:00:44.606Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-22T04:00:44.607Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env 2022-08-22T04:00:44.607Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:00:44.608Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:00:44.610Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:00:44.611Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140844606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-22T04:00:44.711Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:00:44.712Z||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-22T04:00:44.713Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:00:44.724Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:00:44.725Z||pool-32-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:00:45.612Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar ASDC sendASDCNotification 2022-08-22T04:00:45.612Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar 2022-08-22T04:00:45.612Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:00:45.613Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:00:45.615Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:00:45.615Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140845612, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:00:45.715Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:00:45.716Z||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-22T04:00:45.716Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:00:45.733Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:00:45.733Z||pool-33-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:00:46.616Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 805b6ac2-5d94-407e-8c1d-075e7bd7202e Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:00:46.640Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 805b6ac2-5d94-407e-8c1d-075e7bd7202e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:00:46.645Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:00:46.645Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-22T04:00:46.645Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-22T04:00:46.645Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-22T04:00:46.646Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:00:46.646Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:00:46.646Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:00:46.646Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:00:46.646Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:00:46.646Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:00:46.646Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-22T04:00:46.653Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-22T04:01:14.743Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:01:14.746Z||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-22T04:01:14.747Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:01:15.386Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:01:15.390Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.390Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "a0aa9155-f121-41f8-96a8-5500bb47d0de", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140822693, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:01:15.392Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:01:15.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "cds", "timestamp": 1661140819606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.393Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "multicloud-k8s-id", "timestamp": 1661140825039, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.393Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.393Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "aai-ml", "timestamp": 1661140823553, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "ves-openapi-manager", "timestamp": 1661140825227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.394Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.394Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.394Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "cds", "timestamp": 1661140819606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "multicloud-k8s-id", "timestamp": 1661140825039, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json", "status": "NOTIFIED" } 2022-08-22T04:01:15.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.395Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "aai-ml", "timestamp": 1661140823553, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.395Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.395Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "ves-openapi-manager", "timestamp": 1661140825227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.396Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.396Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "cds", "timestamp": 1661140819606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.396Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "multicloud-k8s-id", "timestamp": 1661140825039, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-22T04:01:15.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.397Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.397Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "aai-ml", "timestamp": 1661140823553, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.397Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "ves-openapi-manager", "timestamp": 1661140825227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json", "status": "NOTIFIED" } 2022-08-22T04:01:15.398Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.398Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.398Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140828500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "cds", "timestamp": 1661140819606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.399Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.399Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.399Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "multicloud-k8s-id", "timestamp": 1661140825039, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "aai-ml", "timestamp": 1661140823553, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.400Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.400Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.400Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "ves-openapi-manager", "timestamp": 1661140825227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-22T04:01:15.401Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.401Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.401Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140828500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "cds", "timestamp": 1661140819606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "multicloud-k8s-id", "timestamp": 1661140825039, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-22T04:01:15.402Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "aai-ml", "timestamp": 1661140823553, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "ves-openapi-manager", "timestamp": 1661140825227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140828500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.404Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "cds", "timestamp": 1661140819606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.436Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.436Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.437Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "multicloud-k8s-id", "timestamp": 1661140825039, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.437Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.438Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.438Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "aai-ml", "timestamp": 1661140823553, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.438Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "ves-openapi-manager", "timestamp": 1661140825227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.439Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.439Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.439Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "policy-id", "timestamp": 1661140830849, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-22T04:01:15.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.440Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.440Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140828500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.440Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "multicloud-k8s-id", "timestamp": 1661140825039, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:01:15.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.441Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.441Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "cds", "timestamp": 1661140819606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:01:15.441Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.442Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.442Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "aai-ml", "timestamp": 1661140823553, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:01:15.442Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.443Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.443Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "ves-openapi-manager", "timestamp": 1661140825227, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.444Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "policy-id", "timestamp": 1661140830849, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.447Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140828500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.448Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "multicloud-k8s-id", "timestamp": 1661140833322, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json", "status": "DOWNLOAD_OK" } 2022-08-22T04:01:15.448Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:01:15.448Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.448Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "cds", "timestamp": 1661140833511, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:01:15.448Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:01:15.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.449Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "aai-ml", "timestamp": 1661140833661, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:01:15.449Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:01:15.449Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.457Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "policy-id", "timestamp": 1661140830849, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-22T04:01:15.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:01:15.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.458Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140828500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.458Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.458Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.459Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "cds", "timestamp": 1661140834520, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-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-22T04:01:15.522Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 80a4c8cd-72b6-43c9-a4c9-93e481a411ee 2022-08-22T04:01:15.522Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80a4c8cd-72b6-43c9-a4c9-93e481a411ee 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-22T04:01:15.542Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.542Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "multicloud-k8s-id", "timestamp": 1661140834457, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T04:01:15.542Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:01:15.543Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.543Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "policy-id", "timestamp": 1661140830849, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.543Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140828500, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:01:15.544Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.544Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.544Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140835299, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:01:15.544Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:01:15.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "multicloud-k8s-id", "timestamp": 1661140835529, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-22T04:01:15.545Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:01:15.545Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.545Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "policy-id", "timestamp": 1661140830849, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.546Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.546Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.546Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140836263, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:01:15.547Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:01:15.547Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.547Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "multicloud-k8s-id", "timestamp": 1661140836571, "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-22T04:01:15.571Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80a4c8cd-72b6-43c9-a4c9-93e481a411ee 2022-08-22T04:01:15.571Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80a4c8cd-72b6-43c9-a4c9-93e481a411ee 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-22T04:01:15.617Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.617Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "policy-id", "timestamp": 1661140830849, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.617Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "policy-id", "timestamp": 1661140830849, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:01:15.618Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "multicloud-k8s-id", "timestamp": 1661140837577, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json", "status": "DEPLOY_OK" } 2022-08-22T04:01:15.618Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:01:15.618Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.618Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "policy-id", "timestamp": 1661140838624, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:01:15.619Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:01:15.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140839046, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json", "status": "DOWNLOAD_OK" } 2022-08-22T04:01:15.619Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:01:15.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "policy-id", "timestamp": 1661140839630, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:01:15.619Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:01:15.619Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.619Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140840154, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T04:01:15.620Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:01:15.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "clamp", "timestamp": 1661140839633, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.620Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140840384, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:01:15.620Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:01:15.620Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.620Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "policy-id", "timestamp": 1661140840634, "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-22T04:01:15.631Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 80a4c8cd-72b6-43c9-a4c9-93e481a411ee 2022-08-22T04:01:15.631Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80a4c8cd-72b6-43c9-a4c9-93e481a411ee 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-22T04:01:15.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.644Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140841235, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-22T04:01:15.644Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:01:15.644Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "clamp", "timestamp": 1661140839633, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json", "status": "NOTIFIED" } 2022-08-22T04:01:15.645Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.645Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.645Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661140841389, "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-22T04:01:15.653Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 80a4c8cd-72b6-43c9-a4c9-93e481a411ee 2022-08-22T04:01:15.653Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80a4c8cd-72b6-43c9-a4c9-93e481a411ee 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-22T04:01:15.669Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.669Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "clamp", "timestamp": 1661140839633, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140842596, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/vfw18f23c141b390_modules.json", "status": "DEPLOY_OK" } 2022-08-22T04:01:15.670Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:01:15.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.670Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "clamp", "timestamp": 1661140839633, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.670Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.670Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140843600, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-22T04:01:15.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:01:15.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "clamp", "timestamp": 1661140839633, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.671Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.671Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.671Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "aai-ml", "timestamp": 1661140844791, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:01:15.671Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:01:15.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140844606, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/resourceInstances/vfw18f23c141b390/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-22T04:01:15.672Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:01:15.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "clamp", "timestamp": 1661140839633, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:15.672Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.672Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.672Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "aai-ml", "timestamp": 1661140845797, "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-22T04:01:15.683Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 80a4c8cd-72b6-43c9-a4c9-93e481a411ee 2022-08-22T04:01:15.684Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80a4c8cd-72b6-43c9-a4c9-93e481a411ee 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-22T04:01:15.706Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140845612, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035713/1.0/artifacts/service-Vfw20220822035713-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:01:15.707Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:01:15.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "clamp", "timestamp": 1661140839633, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:01:15.707Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:01:15.707Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.707Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "clamp", "timestamp": 1661140854540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:01:15.708Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:01:15.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "clamp", "timestamp": 1661140856551, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:01:15.708Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:01:15.708Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:01:15.708Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "clamp", "timestamp": 1661140857556, "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-22T04:01:15.735Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 80a4c8cd-72b6-43c9-a4c9-93e481a411ee 2022-08-22T04:01:15.735Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 80a4c8cd-72b6-43c9-a4c9-93e481a411ee 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-22T04:01:16.653Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 805b6ac2-5d94-407e-8c1d-075e7bd7202e 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-22T04:01:16.665Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 805b6ac2-5d94-407e-8c1d-075e7bd7202e and serviceModelVersionId: ccb4dc0b-461a-499d-a337-74803f9efe83 2022-08-22T04:01:16.665Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4f086d59-dfb4-4cca-a337-9d4328e23d0e 2022-08-22T04:01:16.669Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4f086d59-dfb4-4cca-a337-9d4328e23d0e/model-vers/model-ver/ccb4dc0b-461a-499d-a337-74803f9efe83?depth=0 2022-08-22T04:01:16.679Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-08-22T04:01:16.745Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f086d59-dfb4-4cca-a337-9d4328e23d0e/model-vers/model-ver/ccb4dc0b-461a-499d-a337-74803f9efe83?depth=0|INFO|500||Invoke 2022-08-22T04:01:16.746Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f086d59-dfb4-4cca-a337-9d4328e23d0e/model-vers/model-ver/ccb4dc0b-461a-499d-a337-74803f9efe83?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f086d59-dfb4-4cca-a337-9d4328e23d0e/model-vers/model-ver/ccb4dc0b-461a-499d-a337-74803f9efe83?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[805b6ac2-5d94-407e-8c1d-075e7bd7202e], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fece27b7-2636-4ffe-b2f2-5119322ad674], X-ECOMP-RequestID=[805b6ac2-5d94-407e-8c1d-075e7bd7202e], X-TransactionId=[], X-ONAP-RequestID=[805b6ac2-5d94-407e-8c1d-075e7bd7202e], Content-Type=[application/merge-patch+json]} 2022-08-22T04:01:16.781Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f086d59-dfb4-4cca-a337-9d4328e23d0e/model-vers/model-ver/ccb4dc0b-461a-499d-a337-74803f9efe83?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-22T04:01:16.977Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f086d59-dfb4-4cca-a337-9d4328e23d0e/model-vers/model-ver/ccb4dc0b-461a-499d-a337-74803f9efe83?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/4f086d59-dfb4-4cca-a337-9d4328e23d0e/model-vers/model-ver/ccb4dc0b-461a-499d-a337-74803f9efe83?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220822-04:01:17:072-50057], vertex-id=[348360], Content-Length=[0], Date=[Mon, 22 Aug 2022 04:01:17 GMT], Content-Type=[application/json]} 2022-08-22T04:01:16.977Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f086d59-dfb4-4cca-a337-9d4328e23d0e/model-vers/model-ver/ccb4dc0b-461a-499d-a337-74803f9efe83?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-08-22T04:01:16.978Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f086d59-dfb4-4cca-a337-9d4328e23d0e/model-vers/model-ver/ccb4dc0b-461a-499d-a337-74803f9efe83?depth=0|INFO|500||InvokeReturn 2022-08-22T04:01:16.978Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-22T04:01:16.979Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-22T04:01:16.991Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-22T04:01:16.992Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 805b6ac2-5d94-407e-8c1d-075e7bd7202e and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-22T04:01:16.992Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-22T04:01:16.993Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:01:16.998Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:01:16.998Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140876992, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:01:17.097Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T04:01:17.098Z||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-22T04:01:17.098Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:01:17.112Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:01:17.112Z||pool-34-thread-1|||||INFO|500||cambria reply ok (15 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-22T04:01:18.030Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:01:18.031Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"80a4c8cd-72b6-43c9-a4c9-93e481a411ee","serviceName":"vFW 2022-08-22 03-59-10","serviceVersion":"1.0","serviceUUID":"2185cf88-a1e3-481c-8057-372a96054708","serviceDescription":"catalog service description","serviceInvariantUUID":"6a4e26f6-9f12-4dc2-9431-6f656fd9f52d","resources":[{"resourceInstanceName":"vFW cec55053-2f75 0","resourceName":"vFW cec55053-2f75","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6b54e793-4acf-45bd-964f-af632bd7e5bc","resourceInvariantUUID":"d1c6f18c-f1c3-44e7-a99c-7bcf501cd66a","resourceCustomizationUUID":"1f4d84db-cd26-43f1-89d1-d158a0c34196","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vf-license-model.xml","artifactChecksum":"MmI5ZTczNTgyZDI3M2FlODM5MzI2NTQwMDViOTE1NzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d9a85e2e-62d1-481f-ae73-0606a6899c07","artifactVersion":"1"},{"artifactName":"vfwcec550532f750_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json","artifactChecksum":"M2YwOTI5YTAwMzMwMzMzZDk4MWIyMzgwMWRhMTlkN2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"767481dd-baba-48f6-9f59-39d44fa70f61","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"2f35eedb-ad5d-473c-bdcc-b430d1a6762f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vendor-license-model.xml","artifactChecksum":"YmY3ZjYyNzZiYmEyNWYwMzk2ZWUwNDNhNTU3Y2ZiNzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9b61e263-0cba-47d1-83b2-1f12b2daae2a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"88829879-7af8-4489-93f2-dcec72bbb56e","artifactVersion":"2","generatedFromUUID":"2f35eedb-ad5d-473c-bdcc-b430d1a6762f"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220822035910-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-template.yml","artifactChecksum":"OTg3MGVjOGZlZTAyZWY1ODUwMDkyN2FkM2NlZmU1MGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9f3378a2-545d-4ce1-a9b6-435dae3da3e7","artifactVersion":"1"},{"artifactName":"service-Vfw20220822035910-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar","artifactChecksum":"ZjQ4MWY2MDM1M2RhMDVmNjkyY2VlYTkzMWI3N2RjMWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"01ac5c9a-6133-44dd-a743-eb13e4c7b35d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-22T04:01:18.033Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:01:18.034Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:01:18.037Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:01:18.037Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:18.137Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:01:18.138Z||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-22T04:01:18.138Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:01:18.152Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:01:18.153Z||pool-35-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:01:19.037Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:01:19.038Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:01:19.041Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:01:19.041Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json", "status": "NOTIFIED" } 2022-08-22T04:01:19.141Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:01:19.143Z||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-22T04:01:19.143Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:01:19.154Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:01:19.154Z||pool-36-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:01:20.042Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:01:20.043Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:01:20.046Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:01:20.046Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-22T04:01:20.146Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:01:20.147Z||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-22T04:01:20.147Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:01:20.158Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:01:20.159Z||pool-37-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:01:21.046Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:01:21.047Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:01:21.050Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:01:21.050Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:21.150Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:01:21.152Z||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-22T04:01:21.152Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:01:21.162Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:01:21.163Z||pool-38-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:01:22.051Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:01:22.053Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:01:22.057Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:01:22.057Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-22T04:01:22.156Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T04:01:22.157Z||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-22T04:01:22.158Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:01:22.169Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:01:22.170Z||pool-39-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:01:23.058Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:01:23.059Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:01:23.062Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:01:23.062Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:01:23.162Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:01:23.163Z||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-22T04:01:23.163Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:01:23.176Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:01:23.176Z||pool-40-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:01:24.062Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:01:24.063Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:01:24.066Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:01:24.066Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:01:24.166Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:01:24.167Z||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-22T04:01:24.168Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:01:24.180Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:01:24.181Z||pool-41-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:01:25.068Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "serviceName": "vFW 2022-08-22 03-59-10", "serviceVersion": "1.0", "serviceUUID": "2185cf88-a1e3-481c-8057-372a96054708", "serviceDescription": "catalog service description", "serviceInvariantUUID": "6a4e26f6-9f12-4dc2-9431-6f656fd9f52d", "resources": [ { "resourceInstanceName": "vFW cec55053-2f75 0", "resourceCustomizationUUID": "1f4d84db-cd26-43f1-89d1-d158a0c34196", "resourceName": "vFW cec55053-2f75", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6b54e793-4acf-45bd-964f-af632bd7e5bc", "resourceInvariantUUID": "d1c6f18c-f1c3-44e7-a99c-7bcf501cd66a", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwcec550532f750_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json", "artifactChecksum": "M2YwOTI5YTAwMzMwMzMzZDk4MWIyMzgwMWRhMTlkN2I\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "767481dd-baba-48f6-9f59-39d44fa70f61", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "2f35eedb-ad5d-473c-bdcc-b430d1a6762f", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "88829879-7af8-4489-93f2-dcec72bbb56e", "generatedFromUUID": "2f35eedb-ad5d-473c-bdcc-b430d1a6762f" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "88829879-7af8-4489-93f2-dcec72bbb56e", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220822035910-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "artifactChecksum": "ZjQ4MWY2MDM1M2RhMDVmNjkyY2VlYTkzMWI3N2RjMWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "01ac5c9a-6133-44dd-a743-eb13e4c7b35d" } ], "workloadContext": "Production" } 2022-08-22T04:01:25.068Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-22T04:01:25.068Z|805b6ac2-5d94-407e-8c1d-075e7bd7202e|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 2185cf88-a1e3-481c-8057-372a96054708 ASDC 2022-08-22T04:01:25.069Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:80a4c8cd-72b6-43c9-a4c9-93e481a411ee ServiceName:vFW 2022-08-22 03-59-10 ServiceVersion:1.0 ServiceUUID:2185cf88-a1e3-481c-8057-372a96054708 ServiceInvariantUUID:6a4e26f6-9f12-4dc2-9431-6f656fd9f52d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220822035910-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar ArtifactUUID:01ac5c9a-6133-44dd-a743-eb13e4c7b35d ArtifactChecksum:ZjQ4MWY2MDM1M2RhMDVmNjkyY2VlYTkzMWI3N2RjMWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW cec55053-2f75 0 ResourceCustomizationUUID:1f4d84db-cd26-43f1-89d1-d158a0c34196 ResourceInvariantUUID:d1c6f18c-f1c3-44e7-a99c-7bcf501cd66a ResourceName:vFW cec55053-2f75 ResourceType:VF ResourceUUID:6b54e793-4acf-45bd-964f-af632bd7e5bc ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwcec550532f750_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json ArtifactUUID:767481dd-baba-48f6-9f59-39d44fa70f61 ArtifactChecksum:M2YwOTI5YTAwMzMwMzMzZDk4MWIyMzgwMWRhMTlkN2I= 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/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml ArtifactUUID:2f35eedb-ad5d-473c-bdcc-b430d1a6762f 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/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env ArtifactUUID:88829879-7af8-4489-93f2-dcec72bbb56e 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/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env ArtifactUUID:88829879-7af8-4489-93f2-dcec72bbb56e ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-22T04:01:25.069Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2185cf88-a1e3-481c-8057-372a96054708 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-22T04:01:25.112Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T04:01:25.113Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-08-22T04:01:25.113Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-08-22T04:01:25.113Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 01ac5c9a-6133-44dd-a743-eb13e4c7b35d from URL: /sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar 2022-08-22T04:01:25.113Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-22T04:01:25.113Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar 2022-08-22T04:01:25.189Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-22T04:01:25.194Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar 01ac5c9a-6133-44dd-a743-eb13e4c7b35d 99010 2022-08-22T04:01:25.195Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar ASDC sendASDCNotification 2022-08-22T04:01:25.195Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar 2022-08-22T04:01:25.195Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:01:25.195Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:01:25.197Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:01:25.198Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140885194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:01:25.298Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:01:25.300Z||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-22T04:01:25.300Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:01:25.314Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:01:25.315Z||pool-42-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:01:26.198Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T04:01:26.199Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-08-22T04:01:26.200Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: 01ac5c9a-6133-44dd-a743-eb13e4c7b35d, URL: /sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar to file: /app/ASDC/1/service-Vfw20220822035910-csar.csar 2022-08-22T04:01:26.200Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220822035910-csar.csar 2022-08-22T04:01:26.201Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220822035910-csar.csar 2022-08-22T04:01:26.201Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220822035910-csar.csar 2022-08-22T04:01:26.499Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2164937595019330264/Definitions/service-Vfw20220822035910-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-22T04:01:28.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-22T04:01:28.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-08-22T04:01:28.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220822035910-csar.csar 2022-08-22T04:01:28.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-08-22T04:01:28.785Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220822035910-csar.csar 2022-08-22T04:01:28.785Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220822035910-csar.csar 2022-08-22T04:01:28.785Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220822035910-csar.csar 2022-08-22T04:01:28.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220822035910-csar.csar 2022-08-22T04:01:28.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220822035910-csar.csar 2022-08-22T04:01:28.787Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220822035910-csar.csar 2022-08-22T04:01:28.787Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW cec55053-2f75 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-Vfw20220822035910-csar.csar 2022-08-22T04:01:28.788Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220822035910-csar.csar 2022-08-22T04:01:28.788Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220822035910-csar.csar 2022-08-22T04:01:28.788Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220822035910-csar.csar 2022-08-22T04:01:28.789Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220822035910-csar.csar 2022-08-22T04:01:28.789Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220822035910-csar.csar 2022-08-22T04:01:28.789Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220822035910-csar.csar 2022-08-22T04:01:28.790Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-08-22T04:01:28.790Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:28.790Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:01:28.790Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is matching search criteria 2022-08-22T04:01:28.791Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-08-22T04:01:28.791Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cec55053-2f75 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T04:01:28.791Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:28.791Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:01:28.792Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is matching search criteria 2022-08-22T04:01:28.792Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-08-22T04:01:28.792Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cec55053-2f75 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T04:01:28.793Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:28.793Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:01:28.793Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:28.793Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is not matching search criteria 2022-08-22T04:01:28.794Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-22T04:01:28.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-22T04:01:28.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-22T04:01:28.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-22T04:01:28.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-22T04:01:28.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-22T04:01:28.796Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-22T04:01:28.796Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-22T04:01:28.796Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-22T04:01:28.797Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-22T04:01:28.797Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-22T04:01:28.797Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-22T04:01:28.798Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-22T04:01:28.798Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-22T04:01:28.798Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-22T04:01:28.798Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-22T04:01:28.798Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:28.799Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-22T04:01:28.799Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:28.799Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is matching search criteria 2022-08-22T04:01:28.799Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cec55053-2f75 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:01:28.800Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:28.800Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is matching search criteria 2022-08-22T04:01:28.800Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cec55053-2f75 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:01:28.800Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:28.800Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is matching search criteria 2022-08-22T04:01:28.800Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cec55053-2f75 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:01:28.801Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:28.801Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is not matching search criteria 2022-08-22T04:01:28.801Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-22T04:01:28.801Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-22T04:01:28.801Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-22T04:01:28.802Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-22T04:01:28.802Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-22T04:01:28.802Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-22T04:01:28.802Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-22T04:01:28.802Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-22T04:01:28.802Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-22T04:01:28.802Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-22T04:01:28.803Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-22T04:01:28.803Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3fc54d46-afbc-49e3-9eb2-6c6091fceb4b 2022-08-22T04:01:28.803Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:28.803Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is not matching search criteria 2022-08-22T04:01:28.803Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-22T04:01:28.803Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-22T04:01:28.803Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-22T04:01:28.804Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-22T04:01:28.804Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-22T04:01:28.804Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-22T04:01:28.804Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-22T04:01:28.804Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-22T04:01:28.804Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-22T04:01:28.804Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-22T04:01:28.805Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-22T04:01:28.805Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-22T04:01:28.805Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=050745d9-b31b-41a0-85b5-b17529f5f931 2022-08-22T04:01:28.805Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:28.805Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is not matching search criteria 2022-08-22T04:01:28.806Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-22T04:01:28.806Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-22T04:01:28.806Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-22T04:01:28.806Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-22T04:01:28.806Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-22T04:01:28.806Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-22T04:01:28.806Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-22T04:01:28.807Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-22T04:01:28.807Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-22T04:01:28.807Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-22T04:01:28.807Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-22T04:01:28.807Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-22T04:01:28.807Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ce8eb346-d91d-4132-8947-c3e1270a49ec 2022-08-22T04:01:28.808Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:28.808Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:01:28.808Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:28.808Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:01:28.808Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:28.808Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:01:28.808Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:28.809Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:01:28.809Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-08-22 03-59-10 Description:catalog service description Model UUID:2185cf88-a1e3-481c-8057-372a96054708 Model Version:NULL Model InvariantUuid:6a4e26f6-9f12-4dc2-9431-6f656fd9f52d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW cec55053-2f75 Model UUID:f6aaa0ae-a36b-4ddd-aa3e-0d7223759ea3 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:d1c6f18c-f1c3-44e7-a99c-7bcf501cd66a Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1f4d84db-cd26-43f1-89d1-d158a0c34196 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ee63da69-eeca-490d-8adc-331ed35b5984 ModelName:VfwCec550532f75..base_vfw..module-0 ModelUuid:71c48760-bf48-495c-819e-1454cf31e13c ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3fc54d46-afbc-49e3-9eb2-6c6091fceb4b ModelInvariantUuid:8600d685-d68f-4d5d-a15b-4d461a04327b ModelName:vFW cec55053-2f75-nodes.vfwCvfc ModelUuid:7367eb39-1fa7-4e55-8f15-9da2f0efe3d1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:f090f6ea-d6b7-4f13-a293-d57794ea6589 ModelInvariantUuid:5b26df91-9b9f-4eee-9b87-569bc3bafb2f ModelName:VfwCec550532f75.compute.nodes.heat.vfw ModelUuid:e43322a0-c3e9-4f87-8126-b2cb40db4875 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:050745d9-b31b-41a0-85b5-b17529f5f931 ModelInvariantUuid:b0de0a9d-b0bc-4f59-ab28-4ccd19c02443 ModelName:vFW cec55053-2f75-nodes.vsnCvfc ModelUuid:a9be6ef9-acbc-4247-b844-18c406e7f7c4 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:576d4434-21bb-4416-86b2-ed239fc96186 ModelInvariantUuid:412779cf-3788-46c5-8aab-ce4bcda24aa3 ModelName:VfwCec550532f75.compute.nodes.heat.vsn ModelUuid:d97c2afc-2a0b-4450-9bd4-5f55b8f1c35a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:ce8eb346-d91d-4132-8947-c3e1270a49ec ModelInvariantUuid:47600a9b-9a92-4676-ba7e-c38edbade168 ModelName:vFW cec55053-2f75-nodes.vpgCvfc ModelUuid:393621de-c7bb-4eea-8bae-60aea64e3521 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:43af9ff8-6351-4e7e-9d5f-aa0514a2b1c8 ModelInvariantUuid:d7f1e9ff-f995-4551-87c3-513243581c02 ModelName:VfwCec550532f75.compute.nodes.heat.vpg ModelUuid:c1a9e194-75d1-4d8e-abdb-389f3eee0174 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-22T04:01:28.821Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 6b54e793-4acf-45bd-964f-af632bd7e5bc 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-22T04:01:28.826Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||vFW cec55053-2f75 0 2022-08-22T04:01:28.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6b54e793-4acf-45bd-964f-af632bd7e5bc 2022-08-22T04:01:28.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 767481dd-baba-48f6-9f59-39d44fa70f61 from URL: /sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json 2022-08-22T04:01:28.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-22T04:01:28.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json 2022-08-22T04:01:28.888Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-22T04:01:28.889Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json 767481dd-baba-48f6-9f59-39d44fa70f61 785 2022-08-22T04:01:28.889Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json ASDC sendASDCNotification 2022-08-22T04:01:28.889Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json 2022-08-22T04:01:28.890Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:01:28.890Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:01:28.892Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:01:28.892Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140888889, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json", "status": "DOWNLOAD_OK" } 2022-08-22T04:01:28.993Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:01:28.994Z||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-22T04:01:28.994Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:01:29.014Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:01:29.015Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:01:29.893Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwCec550532f75..base_vfw..module-0", "vfModuleModelInvariantUUID": "ee63da69-eeca-490d-8adc-331ed35b5984", "vfModuleModelVersion": "1", "vfModuleModelUUID": "71c48760-bf48-495c-819e-1454cf31e13c", "vfModuleModelCustomizationUUID": "42348236-ebdd-497b-9cff-b62eccce9f03", "isBase": true, "artifacts": [ "2f35eedb-ad5d-473c-bdcc-b430d1a6762f", "88829879-7af8-4489-93f2-dcec72bbb56e" ], "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-22T04:01:29.899Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwCec550532f75..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:71c48760-bf48-495c-819e-1454cf31e13c VfModuleModelInvariantUUID:ee63da69-eeca-490d-8adc-331ed35b5984 VfModuleModelDescription:NULL Artifacts UUID List:{ 2f35eedb-ad5d-473c-bdcc-b430d1a6762f , 88829879-7af8-4489-93f2-dcec72bbb56e } 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-22T04:01:29.901Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwCec550532f75..base_vfw..module-0", "vfModuleModelInvariantUUID": "ee63da69-eeca-490d-8adc-331ed35b5984", "vfModuleModelVersion": "1", "vfModuleModelUUID": "71c48760-bf48-495c-819e-1454cf31e13c", "vfModuleModelCustomizationUUID": "42348236-ebdd-497b-9cff-b62eccce9f03", "isBase": true, "artifacts": [ "2f35eedb-ad5d-473c-bdcc-b430d1a6762f", "88829879-7af8-4489-93f2-dcec72bbb56e" ], "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-22T04:01:29.901Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwCec550532f75..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:71c48760-bf48-495c-819e-1454cf31e13c VfModuleModelInvariantUUID:ee63da69-eeca-490d-8adc-331ed35b5984 VfModuleModelDescription:NULL Artifacts UUID List:{ 2f35eedb-ad5d-473c-bdcc-b430d1a6762f , 88829879-7af8-4489-93f2-dcec72bbb56e } 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-22T04:01:29.901Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 2f35eedb-ad5d-473c-bdcc-b430d1a6762f from URL: /sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml 2022-08-22T04:01:29.901Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-22T04:01:29.902Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml 2022-08-22T04:01:30.015Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-22T04:01:30.016Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml 2f35eedb-ad5d-473c-bdcc-b430d1a6762f 20368 2022-08-22T04:01:30.017Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-22T04:01:30.017Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml 2022-08-22T04:01:30.017Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:01:30.018Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:01:30.020Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:01:30.020Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140890017, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T04:01:30.120Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:01:30.121Z||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-22T04:01:30.122Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:01:30.133Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:01:30.134Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:01:31.025Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 88829879-7af8-4489-93f2-dcec72bbb56e from URL: /sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env 2022-08-22T04:01:31.030Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-08-22T04:01:31.030Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env 2022-08-22T04:01:31.129Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-08-22T04:01:31.130Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env 88829879-7af8-4489-93f2-dcec72bbb56e 2098 2022-08-22T04:01:31.131Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-22T04:01:31.131Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env 2022-08-22T04:01:31.131Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:01:31.132Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:01:31.134Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:01:31.134Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140891131, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-22T04:01:31.234Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:01:31.236Z||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-22T04:01:31.236Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:01:31.248Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:01:31.249Z||pool-45-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:01:32.135Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: 2185cf88-a1e3-481c-8057-372a96054708 2022-08-22T04:01:32.136Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW cec55053-2f75 0 6b54e793-4acf-45bd-964f-af632bd7e5bc 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-22T04:01:32.156Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@135b7c7a, org.onap.sdc.toscaparser.api.parameters.Input@6cff3b49, org.onap.sdc.toscaparser.api.parameters.Input@240ceac0, org.onap.sdc.toscaparser.api.parameters.Input@7f5d36b5, org.onap.sdc.toscaparser.api.parameters.Input@37ad2d88] 2022-08-22T04:01:32.158Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:32.159Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:01:32.159Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-08-22T04:01:32.159Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 1f4d84db-cd26-43f1-89d1-d158a0c34196 2022-08-22T04:01:32.159Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1f4d84db-cd26-43f1-89d1-d158a0c34196 matches Tosca VF Customization UUID: 1f4d84db-cd26-43f1-89d1-d158a0c34196 2022-08-22T04:01:32.160Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 1f4d84db-cd26-43f1-89d1-d158a0c34196 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-22T04:01:32.163Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:32.163Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:01:32.164Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 1f4d84db-cd26-43f1-89d1-d158a0c34196: {\"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-22T04:01:32.165Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@77fab325 2022-08-22T04:01:32.165Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:32.165Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-22T04:01:32.165Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 42348236-ebdd-497b-9cff-b62eccce9f03 2022-08-22T04:01:32.166Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 42348236-ebdd-497b-9cff-b62eccce9f03 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-22T04:01:32.170Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:32.170Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is matching search criteria 2022-08-22T04:01:32.170Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cec55053-2f75 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:01:32.170Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:32.171Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is matching search criteria 2022-08-22T04:01:32.171Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cec55053-2f75 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:01:32.171Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:32.172Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is not matching search criteria 2022-08-22T04:01:32.172Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-22T04:01:32.172Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-22T04:01:32.172Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-08-22T04:01:32.173Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-22T04:01:32.173Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-22T04:01:32.173Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-22T04:01:32.174Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-22T04:01:32.174Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-22T04:01:32.174Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-22T04:01:32.174Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-22T04:01:32.174Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-22T04:01:32.175Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=3fc54d46-afbc-49e3-9eb2-6c6091fceb4b 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-22T04:01:32.178Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:32.178Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is matching search criteria 2022-08-22T04:01:32.178Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cec55053-2f75 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:01:32.179Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:32.179Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is not matching search criteria 2022-08-22T04:01:32.179Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-22T04:01:32.179Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-22T04:01:32.180Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-22T04:01:32.180Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-22T04:01:32.180Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-22T04:01:32.180Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-22T04:01:32.180Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-22T04:01:32.181Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-08-22T04:01:32.181Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-08-22T04:01:32.181Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-08-22T04:01:32.181Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-08-22T04:01:32.182Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-08-22T04:01:32.182Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=050745d9-b31b-41a0-85b5-b17529f5f931 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-22T04:01:32.185Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:32.185Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is matching search criteria 2022-08-22T04:01:32.186Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cec55053-2f75 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:01:32.186Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:32.186Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is not matching search criteria 2022-08-22T04:01:32.186Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-08-22T04:01:32.186Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-08-22T04:01:32.187Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-08-22T04:01:32.187Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-08-22T04:01:32.187Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-08-22T04:01:32.187Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-08-22T04:01:32.187Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-08-22T04:01:32.188Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-08-22T04:01:32.188Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-08-22T04:01:32.188Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-08-22T04:01:32.188Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-08-22T04:01:32.189Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-08-22T04:01:32.189Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=ce8eb346-d91d-4132-8947-c3e1270a49ec 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-22T04:01:32.192Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:32.192Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is matching search criteria 2022-08-22T04:01:32.192Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cec55053-2f75 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:01:32.193Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:32.193Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Node template vFW cec55053-2f75 0 is matching search criteria 2022-08-22T04:01:32.193Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW cec55053-2f75 0] matching following query criteria: sdcType=VF, customizationUUID=1f4d84db-cd26-43f1-89d1-d158a0c34196 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-22T04:01:32.195Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:32.195Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:01:32.195Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid 2185cf88-a1e3-481c-8057-372a96054708: vFW cec55053-2f75 2022-08-22T04:01:32.196Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:32.196Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:01:32.196Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:32.197Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:01:32.197Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:32.197Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:01:32.197Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:32.197Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:01:32.198Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:01:32.198Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-08-22 03-59-10 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:01:32.198Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-08-22 03-59-10 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-22T04:01:32.578Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW cec55053-2f75 6b54e793-4acf-45bd-964f-af632bd7e5bc 1 ASDC deployResourceStructure 2022-08-22T04:01:32.578Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json ASDC sendASDCNotification 2022-08-22T04:01:32.578Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json 2022-08-22T04:01:32.579Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:01:32.579Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:01:32.582Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:01:32.582Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140892578, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json", "status": "DEPLOY_OK" } 2022-08-22T04:01:32.682Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:01:32.684Z||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-22T04:01:32.684Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:01:32.697Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:01:32.697Z||pool-46-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:01:33.583Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-08-22T04:01:33.583Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml 2022-08-22T04:01:33.584Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:01:33.584Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:01:33.587Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:01:33.587Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140893583, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-22T04:01:33.687Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:01:33.688Z||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-22T04:01:33.689Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:01:33.702Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:01:33.702Z||pool-47-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:01:34.588Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env ASDC sendASDCNotification 2022-08-22T04:01:34.588Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env 2022-08-22T04:01:34.589Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:01:34.589Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:01:34.591Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:01:34.592Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140894587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-22T04:01:34.692Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:01:34.693Z||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-22T04:01:34.694Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:01:34.706Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:01:34.707Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:01:35.593Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar ASDC sendASDCNotification 2022-08-22T04:01:35.593Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar 2022-08-22T04:01:35.593Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:01:35.594Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:01:35.596Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:01:35.596Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140895592, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:01:35.696Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:01:35.698Z||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-22T04:01:35.698Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:01:35.711Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:01:35.712Z||pool-49-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:01:36.597Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 80a4c8cd-72b6-43c9-a4c9-93e481a411ee Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:01:36.610Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 80a4c8cd-72b6-43c9-a4c9-93e481a411ee Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:01:36.614Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:01:36.614Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-22T04:01:36.614Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-22T04:01:36.614Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-22T04:01:36.614Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:01:36.614Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:01:36.615Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:01:36.615Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:01:36.615Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:01:36.615Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:01:36.615Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-22T04:01:36.623Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-22T04:02:06.624Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 80a4c8cd-72b6-43c9-a4c9-93e481a411ee 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-22T04:02:06.636Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 80a4c8cd-72b6-43c9-a4c9-93e481a411ee and serviceModelVersionId: 2185cf88-a1e3-481c-8057-372a96054708 2022-08-22T04:02:06.636Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 6a4e26f6-9f12-4dc2-9431-6f656fd9f52d 2022-08-22T04:02:06.637Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/6a4e26f6-9f12-4dc2-9431-6f656fd9f52d/model-vers/model-ver/2185cf88-a1e3-481c-8057-372a96054708?depth=0 2022-08-22T04:02:06.641Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-08-22T04:02:06.695Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a4e26f6-9f12-4dc2-9431-6f656fd9f52d/model-vers/model-ver/2185cf88-a1e3-481c-8057-372a96054708?depth=0|INFO|500||Invoke 2022-08-22T04:02:06.696Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a4e26f6-9f12-4dc2-9431-6f656fd9f52d/model-vers/model-ver/2185cf88-a1e3-481c-8057-372a96054708?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a4e26f6-9f12-4dc2-9431-6f656fd9f52d/model-vers/model-ver/2185cf88-a1e3-481c-8057-372a96054708?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[80a4c8cd-72b6-43c9-a4c9-93e481a411ee], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[41f4cf70-5b35-44db-8502-76ee9fc77650], X-ECOMP-RequestID=[80a4c8cd-72b6-43c9-a4c9-93e481a411ee], X-TransactionId=[], X-ONAP-RequestID=[80a4c8cd-72b6-43c9-a4c9-93e481a411ee], Content-Type=[application/merge-patch+json]} 2022-08-22T04:02:06.721Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a4e26f6-9f12-4dc2-9431-6f656fd9f52d/model-vers/model-ver/2185cf88-a1e3-481c-8057-372a96054708?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-22T04:02:07.099Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a4e26f6-9f12-4dc2-9431-6f656fd9f52d/model-vers/model-ver/2185cf88-a1e3-481c-8057-372a96054708?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/6a4e26f6-9f12-4dc2-9431-6f656fd9f52d/model-vers/model-ver/2185cf88-a1e3-481c-8057-372a96054708?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220822-04:02:07:003-80424], vertex-id=[442488], Content-Length=[0], Date=[Mon, 22 Aug 2022 04:02:07 GMT], Content-Type=[application/json]} 2022-08-22T04:02:07.100Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a4e26f6-9f12-4dc2-9431-6f656fd9f52d/model-vers/model-ver/2185cf88-a1e3-481c-8057-372a96054708?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-08-22T04:02:07.101Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/6a4e26f6-9f12-4dc2-9431-6f656fd9f52d/model-vers/model-ver/2185cf88-a1e3-481c-8057-372a96054708?depth=0|INFO|500||InvokeReturn 2022-08-22T04:02:07.101Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-22T04:02:07.102Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-22T04:02:07.113Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-22T04:02:07.114Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 80a4c8cd-72b6-43c9-a4c9-93e481a411ee and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-22T04:02:07.114Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-22T04:02:07.117Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:02:07.119Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:02:07.119Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140927114, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:02:07.224Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-08-22T04:02:07.228Z||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-22T04:02:07.229Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:02:07.251Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:02:07.252Z||pool-50-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-22T04:02:08.139Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:02:08.139Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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-22T04:02:08.139Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:02:14.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:02:14.743Z||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-22T04:02:14.744Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:02:15.371Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:02:15.372Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:02:15.373Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "805b6ac2-5d94-407e-8c1d-075e7bd7202e", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140876992, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:02:15.375Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:02:15.375Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:02:15.375Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:02:15.375Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:02:15.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:02:15.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json", "status": "NOTIFIED" } 2022-08-22T04:02:15.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:02:15.376Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:02:15.376Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-08-22T04:02:15.376Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:02:15.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:02:15.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:02:15.377Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:02:15.377Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:02:15.377Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-08-22T04:02:15.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:02:15.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:02:15.378Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:02:15.378Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:02:15.378Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:02:15.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140823711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:02:15.379Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:02:15.379Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:02:15.379Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140885194, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:02:15.379Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:02:15.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:02:15.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140888889, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json", "status": "DOWNLOAD_OK" } 2022-08-22T04:02:15.380Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:02:15.380Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:02:15.380Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140890017, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T04:02:15.380Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:02:15.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:02:15.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140891131, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-08-22T04:02:15.381Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:02:15.381Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:02:15.381Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140892578, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/vfwcec550532f750_modules.json", "status": "DEPLOY_OK" } 2022-08-22T04:02:15.382Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:02:15.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:02:15.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140893583, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-08-22T04:02:15.382Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:02:15.382Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:02:15.382Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140894587, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/resourceInstances/vfwcec550532f750/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-08-22T04:02:15.383Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:02:15.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:02:15.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140895592, "artifactURL": "/sdc/v1/catalog/services/Vfw20220822035910/1.0/artifacts/service-Vfw20220822035910-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:02:15.383Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:02:15.383Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:02:15.383Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "80a4c8cd-72b6-43c9-a4c9-93e481a411ee", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661140927114, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:02:15.384Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:02:17.682Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:02:17.683Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:02:17.684Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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-22T04:02:17.684Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:02:27.218Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:02:27.219Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:02:27.220Z||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-22T04:02:27.220Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:02:36.756Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:02:36.757Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:02:36.757Z||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-22T04:02:36.757Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:02:46.299Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:03:14.740Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:03:14.741Z||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-22T04:03:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:03:14.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:03:14.743Z||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-22T04:03:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:03:24.280Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:03:24.282Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:04:14.740Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:04:14.742Z||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-22T04:04:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:04:14.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:04:14.743Z||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-22T04:04:14.744Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:04:24.293Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:04:24.337Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:05:14.740Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:05:14.741Z||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-22T04:05:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:05:14.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:05:14.742Z||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-22T04:05:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:05:24.287Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:05:24.287Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:06:14.740Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:06:14.742Z||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-22T04:06:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:06:14.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:06:14.742Z||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-22T04:06:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:06:24.281Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:06:24.293Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:07:14.740Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:07:14.742Z||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-22T04:07:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:07:14.742Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:07:14.742Z||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-22T04:07:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:07:24.296Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:07:24.327Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:08:14.741Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:08:14.742Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T04:08:14.742Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:08:14.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:08:14.743Z||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-22T04:08:14.744Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:08:24.290Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:08:24.293Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:09:14.740Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:09:14.742Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T04:09:14.742Z||pool-2-thread-3|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:09:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:09:14.743Z||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-22T04:09:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:09:20.428Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:09:20.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-22T04:09:20.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"e7213c40-70d0-49e6-ac47-6e0f49ab4218","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"8cb9f64b-3632-45de-b51c-a70698b4c5af","serviceDescription":"service","serviceInvariantUUID":"2a4b1d7e-b4eb-42a2-b1c8-e2108f9df5be","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"7b3092f6-b89c-47a3-9976-470f3a5f457c","resourceInvariantUUID":"823fc355-65ee-4698-bc2d-0149883b2bb3","resourceCustomizationUUID":"038a955b-dea0-4713-9b93-60c46ebe3ddf","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":"NmQzM2U1YjBlYzcyODNiOTQ2NTQwMjYyYzcwMjczNGI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"532a713c-c994-4910-940b-43ccd5b0eda5","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MWU5M2I0NDlhMzI4NDZkNjdkYTIwYzg1YjcxODYwMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"e19c602d-d9bc-43c9-8468-f6b07d540940","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-22T04:09:20.433Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:09:20.433Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:09:20.436Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:09:20.436Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141354740, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:09:20.536Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:09:20.538Z||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-22T04:09:20.538Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:09:20.552Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:09:20.553Z||pool-51-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":3,"count":1} 2022-08-22T04:09:20.665Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:09:20.666Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:09:20.666Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141354740, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:09:20.667Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:09:21.437Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:09:21.439Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:09:21.442Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:09:21.442Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141354740, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:09:21.542Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:09:21.543Z||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-22T04:09:21.543Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:09:21.556Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:09:21.556Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:09:22.443Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "8cb9f64b-3632-45de-b51c-a70698b4c5af", "serviceDescription": "service", "serviceInvariantUUID": "2a4b1d7e-b4eb-42a2-b1c8-e2108f9df5be", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "038a955b-dea0-4713-9b93-60c46ebe3ddf", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "7b3092f6-b89c-47a3-9976-470f3a5f457c", "resourceInvariantUUID": "823fc355-65ee-4698-bc2d-0149883b2bb3", "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": "MWU5M2I0NDlhMzI4NDZkNjdkYTIwYzg1YjcxODYwMzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e19c602d-d9bc-43c9-8468-f6b07d540940" } ], "workloadContext": "Production" } 2022-08-22T04:09:22.443Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-22T04:09:22.444Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 8cb9f64b-3632-45de-b51c-a70698b4c5af ASDC 2022-08-22T04:09:22.445Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:e7213c40-70d0-49e6-ac47-6e0f49ab4218 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:8cb9f64b-3632-45de-b51c-a70698b4c5af ServiceInvariantUUID:2a4b1d7e-b4eb-42a2-b1c8-e2108f9df5be 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:e19c602d-d9bc-43c9-8468-f6b07d540940 ArtifactChecksum:MWU5M2I0NDlhMzI4NDZkNjdkYTIwYzg1YjcxODYwMzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:038a955b-dea0-4713-9b93-60c46ebe3ddf ResourceInvariantUUID:823fc355-65ee-4698-bc2d-0149883b2bb3 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:7b3092f6-b89c-47a3-9976-470f3a5f457c ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-08-22T04:09:22.446Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 8cb9f64b-3632-45de-b51c-a70698b4c5af 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-22T04:09:22.498Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T04:09:22.499Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-08-22T04:09:22.500Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-08-22T04:09:22.500Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: e19c602d-d9bc-43c9-8468-f6b07d540940 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-08-22T04:09:22.500Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-08-22T04:09:22.501Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-08-22T04:09:22.750Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-08-22T04:09:22.753Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar e19c602d-d9bc-43c9-8468-f6b07d540940 52510 2022-08-22T04:09:22.753Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-08-22T04:09:22.753Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-08-22T04:09:22.754Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:09:22.754Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:09:22.756Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:09:22.756Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141362753, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:09:22.857Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:09:22.858Z||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-22T04:09:22.859Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:09:22.868Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:09:22.869Z||pool-53-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:09:23.758Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T04:09:23.759Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-08-22T04:09:23.759Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: e19c602d-d9bc-43c9-8468-f6b07d540940, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-22T04:09:23.759Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-08-22T04:09:23.760Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-22T04:09:23.760Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-22T04:09:23.915Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7426290432746492574/Definitions/service-BasicNetwork-template.yml 2022-08-22T04:09:24.422Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-22T04:09:24.422Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-08-22T04:09:24.423Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-22T04:09:24.423Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-08-22T04:09:24.423Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-22T04:09:24.423Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-22T04:09:24.423Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-22T04:09:24.423Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-22T04:09:24.423Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-22T04:09:24.423Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-22T04:09:24.423Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-22T04:09:24.424Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-08-22T04:09:24.424Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-08-22T04:09:24.424Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:09:24.424Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:09:24.425Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-08-22T04:09:24.425Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-08-22T04:09:24.425Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T04:09:24.425Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:09:24.426Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:09:24.426Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-08-22T04:09:24.426Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-08-22T04:09:24.426Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T04:09:24.426Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:09:24.427Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:09:24.427Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:09:24.427Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:09:24.427Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:09:24.428Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:09:24.428Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:09:24.428Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:09:24.428Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:09:24.428Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:09:24.429Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:8cb9f64b-3632-45de-b51c-a70698b4c5af Model Version:NULL Model InvariantUuid:2a4b1d7e-b4eb-42a2-b1c8-e2108f9df5be Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:823fc355-65ee-4698-bc2d-0149883b2bb3 Model UUID:57fa2554-c13a-4fcd-b5bb-62c318d56ef9 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:038a955b-dea0-4713-9b93-60c46ebe3ddf 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-22T04:09:24.447Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 7b3092f6-b89c-47a3-9976-470f3a5f457c 2022-08-22T04:09:24.447Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||No resources found for Service: 8cb9f64b-3632-45de-b51c-a70698b4c5af 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-22T04:09:24.460Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500|| 2022-08-22T04:09:24.460Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-08-22T04:09:24.461Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 8cb9f64b-3632-45de-b51c-a70698b4c5af 2022-08-22T04:09:24.462Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 8cb9f64b-3632-45de-b51c-a70698b4c5af 2022-08-22T04:09:24.462Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-08-22T04:09:24.462Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-22T04:09:24.472Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@66e60929, org.onap.sdc.toscaparser.api.parameters.Input@395a8831, org.onap.sdc.toscaparser.api.parameters.Input@d1328cf, org.onap.sdc.toscaparser.api.parameters.Input@767ae91f, org.onap.sdc.toscaparser.api.parameters.Input@208309b8] 2022-08-22T04:09:24.475Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:09:24.475Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:09:24.476Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:09:24.476Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:09:24.476Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 8cb9f64b-3632-45de-b51c-a70698b4c5af: Generic NeutronNet 2022-08-22T04:09:24.477Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:09:24.477Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:09:24.477Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:09:24.478Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-08-22T04:09:24.537Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:09:24.538Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:09:24.538Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:09:24.538Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:09:24.538Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:09:24.539Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:09:24.539Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-08-22T04:09:24.655Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-08-22T04:09:24.655Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-08-22T04:09:24.656Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-08-22T04:09:24.656Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:09:24.656Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:09:24.658Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:09:24.659Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141364655, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:09:24.759Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T04:09:24.760Z||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-22T04:09:24.760Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:09:24.776Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:09:24.776Z||pool-54-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:09:25.659Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7213c40-70d0-49e6-ac47-6e0f49ab4218 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:09:25.674Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7213c40-70d0-49e6-ac47-6e0f49ab4218 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:09:25.677Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:09:25.677Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T04:09:25.677Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T04:09:55.678Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7213c40-70d0-49e6-ac47-6e0f49ab4218 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:09:55.703Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7213c40-70d0-49e6-ac47-6e0f49ab4218 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:09:55.706Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:09:55.706Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T04:09:55.706Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T04:10:14.743Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:10:14.744Z||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-22T04:10:14.744Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:10:14.767Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:10:14.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:10:14.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "cds", "timestamp": 1661141359606, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:10:14.769Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:10:25.707Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7213c40-70d0-49e6-ac47-6e0f49ab4218 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:10:25.722Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7213c40-70d0-49e6-ac47-6e0f49ab4218 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:10:25.725Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:10:25.725Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T04:10:25.725Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T04:10:55.727Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7213c40-70d0-49e6-ac47-6e0f49ab4218 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:10:55.741Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7213c40-70d0-49e6-ac47-6e0f49ab4218 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:10:55.749Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:10:55.749Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T04:10:55.750Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T04:11:14.743Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:11:14.745Z||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-22T04:11:14.745Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:11:14.768Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:11:14.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:11:14.770Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "policy-id", "timestamp": 1661141350837, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:11:14.771Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:11:25.750Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7213c40-70d0-49e6-ac47-6e0f49ab4218 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:11:25.767Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7213c40-70d0-49e6-ac47-6e0f49ab4218 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:11:25.771Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:11:25.771Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T04:11:25.772Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T04:11:55.772Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7213c40-70d0-49e6-ac47-6e0f49ab4218 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:11:55.793Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7213c40-70d0-49e6-ac47-6e0f49ab4218 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:11:55.799Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:11:55.799Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T04:11:55.799Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T04:12:14.742Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:12:14.743Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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-22T04:12:14.744Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:12:14.789Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:12:14.792Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.792Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141354740, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:12:14.794Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:12:14.794Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.794Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "cds", "timestamp": 1661141359606, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:12:14.794Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:12:14.794Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.794Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "policy-id", "timestamp": 1661141350837, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:12:14.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:12:14.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "cds", "timestamp": 1661141362897, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:12:14.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:12:14.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141362753, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:12:14.796Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:12:14.796Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.796Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "policy-id", "timestamp": 1661141362741, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:12:14.796Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:12:14.796Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.797Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "cds", "timestamp": 1661141363905, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-22T04:12:14.808Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e7213c40-70d0-49e6-ac47-6e0f49ab4218 2022-08-22T04:12:14.809Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7213c40-70d0-49e6-ac47-6e0f49ab4218 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-22T04:12:14.824Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.824Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "policy-id", "timestamp": 1661141363747, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:12:14.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:12:14.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.828Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "aai-ml", "timestamp": 1661141363554, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:12:14.828Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:12:14.828Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.829Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141364655, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:12:14.829Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:12:14.829Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.830Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "policy-id", "timestamp": 1661141364755, "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-22T04:12:14.838Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e7213c40-70d0-49e6-ac47-6e0f49ab4218 2022-08-22T04:12:14.838Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7213c40-70d0-49e6-ac47-6e0f49ab4218 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-22T04:12:14.850Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.850Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "aai-ml", "timestamp": 1661141363554, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:12:14.850Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:12:14.851Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.851Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "ves-openapi-manager", "timestamp": 1661141365227, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:12:14.851Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:12:14.851Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.851Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "multicloud-k8s-id", "timestamp": 1661141365039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:12:14.852Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:12:14.852Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.852Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "aai-ml", "timestamp": 1661141366328, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:12:14.852Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:12:14.852Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.852Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "ves-openapi-manager", "timestamp": 1661141365227, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:12:14.853Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:12:14.853Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.853Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "multicloud-k8s-id", "timestamp": 1661141365039, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:12:14.853Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:12:14.853Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.853Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141368500, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:12:14.854Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:12:14.854Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.854Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141368500, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:12:14.854Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:12:14.854Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.854Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "aai-ml", "timestamp": 1661141370861, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:12:14.855Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:12:14.855Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.855Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141371268, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:12:14.855Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:12:14.855Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.855Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "aai-ml", "timestamp": 1661141371867, "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-22T04:12:14.863Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e7213c40-70d0-49e6-ac47-6e0f49ab4218 2022-08-22T04:12:14.863Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7213c40-70d0-49e6-ac47-6e0f49ab4218 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-22T04:12:14.882Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.882Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141373224, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:12:14.883Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:12:14.883Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.883Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141374229, "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-22T04:12:14.892Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e7213c40-70d0-49e6-ac47-6e0f49ab4218 2022-08-22T04:12:14.893Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7213c40-70d0-49e6-ac47-6e0f49ab4218 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-22T04:12:14.914Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.915Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "clamp", "timestamp": 1661141379633, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:12:14.915Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:12:14.915Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.915Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "clamp", "timestamp": 1661141379633, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:12:14.915Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:12:14.916Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.916Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "clamp", "timestamp": 1661141391660, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:12:14.916Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:12:14.916Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.916Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "clamp", "timestamp": 1661141394661, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:12:14.916Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:12:14.916Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:12:14.916Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "clamp", "timestamp": 1661141395665, "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-22T04:12:14.925Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e7213c40-70d0-49e6-ac47-6e0f49ab4218 2022-08-22T04:12:14.926Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e7213c40-70d0-49e6-ac47-6e0f49ab4218 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-22T04:12:25.800Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e7213c40-70d0-49e6-ac47-6e0f49ab4218 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:12:25.815Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e7213c40-70d0-49e6-ac47-6e0f49ab4218 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:12:25.820Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:12:25.820Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-22T04:12:25.820Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-22T04:12:25.820Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-22T04:12:25.821Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:12:25.821Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:12:25.821Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:12:25.821Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:12:25.821Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:12:25.821Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:12:25.821Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-22T04:12:25.829Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-22T04:12:55.829Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e7213c40-70d0-49e6-ac47-6e0f49ab4218 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-22T04:12:55.838Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e7213c40-70d0-49e6-ac47-6e0f49ab4218 and serviceModelVersionId: 8cb9f64b-3632-45de-b51c-a70698b4c5af 2022-08-22T04:12:55.838Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2a4b1d7e-b4eb-42a2-b1c8-e2108f9df5be 2022-08-22T04:12:55.840Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2a4b1d7e-b4eb-42a2-b1c8-e2108f9df5be/model-vers/model-ver/8cb9f64b-3632-45de-b51c-a70698b4c5af?depth=0 2022-08-22T04:12:55.847Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-08-22T04:12:55.927Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a4b1d7e-b4eb-42a2-b1c8-e2108f9df5be/model-vers/model-ver/8cb9f64b-3632-45de-b51c-a70698b4c5af?depth=0|INFO|500||Invoke 2022-08-22T04:12:55.928Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a4b1d7e-b4eb-42a2-b1c8-e2108f9df5be/model-vers/model-ver/8cb9f64b-3632-45de-b51c-a70698b4c5af?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a4b1d7e-b4eb-42a2-b1c8-e2108f9df5be/model-vers/model-ver/8cb9f64b-3632-45de-b51c-a70698b4c5af?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e7213c40-70d0-49e6-ac47-6e0f49ab4218], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[6973d108-2bf1-45c1-a0fb-3f2687a1da6f], X-ECOMP-RequestID=[e7213c40-70d0-49e6-ac47-6e0f49ab4218], X-TransactionId=[], X-ONAP-RequestID=[e7213c40-70d0-49e6-ac47-6e0f49ab4218], Content-Type=[application/merge-patch+json]} 2022-08-22T04:12:55.954Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a4b1d7e-b4eb-42a2-b1c8-e2108f9df5be/model-vers/model-ver/8cb9f64b-3632-45de-b51c-a70698b4c5af?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-22T04:12:56.070Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a4b1d7e-b4eb-42a2-b1c8-e2108f9df5be/model-vers/model-ver/8cb9f64b-3632-45de-b51c-a70698b4c5af?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/2a4b1d7e-b4eb-42a2-b1c8-e2108f9df5be/model-vers/model-ver/8cb9f64b-3632-45de-b51c-a70698b4c5af?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220822-04:12:56:234-46344], vertex-id=[454776], Content-Length=[0], Date=[Mon, 22 Aug 2022 04:12:56 GMT], Content-Type=[application/json]} 2022-08-22T04:12:56.070Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a4b1d7e-b4eb-42a2-b1c8-e2108f9df5be/model-vers/model-ver/8cb9f64b-3632-45de-b51c-a70698b4c5af?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-08-22T04:12:56.071Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a4b1d7e-b4eb-42a2-b1c8-e2108f9df5be/model-vers/model-ver/8cb9f64b-3632-45de-b51c-a70698b4c5af?depth=0|INFO|500||InvokeReturn 2022-08-22T04:12:56.071Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-22T04:12:56.071Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-22T04:12:56.079Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-22T04:12:56.079Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e7213c40-70d0-49e6-ac47-6e0f49ab4218 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-22T04:12:56.080Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-22T04:12:56.080Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:12:56.083Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:12:56.083Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141576080, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:12:56.183Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:12:56.184Z||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-22T04:12:56.184Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:12:56.201Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:12:56.202Z||pool-55-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-22T04:12:57.100Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:12:57.100Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T04:12:57.100Z||pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:01.489Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:01.491Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-22T04:13:01.491Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"41b2e1f0-5a45-42a2-bdf7-3f7167dee10b","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"a00ef5ee-41d0-4d74-9736-c7e917c73769","serviceDescription":"service","serviceInvariantUUID":"615bb013-ec81-4d58-98e4-8da9494b8f4f","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e0df2005-4aa4-416f-9c15-3d7ee37faf2a","resourceInvariantUUID":"1cc9bba8-9a15-490f-b30b-e5c3eb7ec6f2","resourceCustomizationUUID":"8dd4355b-932b-4c1d-a2ce-198599a11a5e","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":"ZjNiMzlhZWZmYmY3ZWQ2MDFkZDExMGE3MzZhYWEwZGQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"80678c48-cd46-4885-9f31-07d031cfd84c","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":"MzE0ZTMwNWFlN2FhZjM0YWEyMThmOWYwNmJiZmE3ZGI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d7f251fb-b1b7-4320-8882-7c30ecd87551","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":"2e0f1234-a9a6-4760-9f94-97dc32173151","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":"388cac8e-634f-4e8c-8a0c-a6b085647428","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":"2c0140d2-1259-4f9a-aae0-7dcdfa815473","artifactVersion":"2","generatedFromUUID":"2e0f1234-a9a6-4760-9f94-97dc32173151"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MDNiZDcyMDFjZGNhYWNlNDNkOTJiZDJlODliZmFjYzM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5ebd900f-473f-406a-b1ed-0e9d8bc4501b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"YTZlMzJmNzY1MTdkNjI4Zjc5MGM2NTQ0MjE1YTY1ODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6d4fb081-bd8d-4192-afc4-1426874fa30b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-22T04:13:01.495Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:13:01.496Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:01.499Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:01.499Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:01.601Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-08-22T04:13:01.602Z||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-22T04:13:01.603Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:01.616Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:01.617Z||pool-56-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:13:02.500Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:13:02.501Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:02.503Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:02.503Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-08-22T04:13:02.604Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:13:02.605Z||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-22T04:13:02.605Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:02.617Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:02.617Z||pool-57-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:13:03.504Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:13:03.505Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:03.508Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:03.509Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-22T04:13:03.609Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:13:03.611Z||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-22T04:13:03.611Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:03.624Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:03.625Z||pool-58-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:13:04.509Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:13:04.511Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:04.513Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:04.513Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:04.615Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-08-22T04:13:04.616Z||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-22T04:13:04.616Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:04.628Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:04.628Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:13:05.514Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:13:05.515Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:05.517Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:05.517Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-22T04:13:05.619Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T04:13:05.620Z||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-22T04:13:05.621Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:05.644Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:05.645Z||pool-60-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:13:06.518Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:13:06.519Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:06.523Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:06.523Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:06.623Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:13:06.624Z||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-22T04:13:06.624Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:06.638Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:06.638Z||pool-61-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:13:07.523Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:13:07.524Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:07.527Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:07.527Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:13:07.627Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:13:07.628Z||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-22T04:13:07.629Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:07.642Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:07.642Z||pool-62-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:13:08.529Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "a00ef5ee-41d0-4d74-9736-c7e917c73769", "serviceDescription": "service", "serviceInvariantUUID": "615bb013-ec81-4d58-98e4-8da9494b8f4f", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "8dd4355b-932b-4c1d-a2ce-198599a11a5e", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e0df2005-4aa4-416f-9c15-3d7ee37faf2a", "resourceInvariantUUID": "1cc9bba8-9a15-490f-b30b-e5c3eb7ec6f2", "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": "MzE0ZTMwNWFlN2FhZjM0YWEyMThmOWYwNmJiZmE3ZGI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d7f251fb-b1b7-4320-8882-7c30ecd87551", "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": "2e0f1234-a9a6-4760-9f94-97dc32173151", "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": "2c0140d2-1259-4f9a-aae0-7dcdfa815473", "generatedFromUUID": "2e0f1234-a9a6-4760-9f94-97dc32173151" }, "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": "2c0140d2-1259-4f9a-aae0-7dcdfa815473", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "YTZlMzJmNzY1MTdkNjI4Zjc5MGM2NTQ0MjE1YTY1ODQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6d4fb081-bd8d-4192-afc4-1426874fa30b" } ], "workloadContext": "Production" } 2022-08-22T04:13:08.531Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-22T04:13:08.531Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 a00ef5ee-41d0-4d74-9736-c7e917c73769 ASDC 2022-08-22T04:13:08.533Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:41b2e1f0-5a45-42a2-bdf7-3f7167dee10b ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:a00ef5ee-41d0-4d74-9736-c7e917c73769 ServiceInvariantUUID:615bb013-ec81-4d58-98e4-8da9494b8f4f 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:6d4fb081-bd8d-4192-afc4-1426874fa30b ArtifactChecksum:YTZlMzJmNzY1MTdkNjI4Zjc5MGM2NTQ0MjE1YTY1ODQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:8dd4355b-932b-4c1d-a2ce-198599a11a5e ResourceInvariantUUID:1cc9bba8-9a15-490f-b30b-e5c3eb7ec6f2 ResourceName:basic_vm ResourceType:VF ResourceUUID:e0df2005-4aa4-416f-9c15-3d7ee37faf2a 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:d7f251fb-b1b7-4320-8882-7c30ecd87551 ArtifactChecksum:MzE0ZTMwNWFlN2FhZjM0YWEyMThmOWYwNmJiZmE3ZGI= 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:2e0f1234-a9a6-4760-9f94-97dc32173151 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:2c0140d2-1259-4f9a-aae0-7dcdfa815473 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:2c0140d2-1259-4f9a-aae0-7dcdfa815473 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-22T04:13:08.535Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF a00ef5ee-41d0-4d74-9736-c7e917c73769 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-22T04:13:08.584Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T04:13:08.585Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-08-22T04:13:08.586Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-08-22T04:13:08.586Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 6d4fb081-bd8d-4192-afc4-1426874fa30b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-08-22T04:13:08.587Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-08-22T04:13:08.588Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-08-22T04:13:08.682Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-08-22T04:13:08.691Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 6d4fb081-bd8d-4192-afc4-1426874fa30b 71064 2022-08-22T04:13:08.692Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:08.692Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:08.692Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:13:08.693Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:08.696Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:08.696Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141588692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:13:08.796Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:13:08.797Z||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-22T04:13:08.797Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:08.810Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:08.811Z||pool-63-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:13:09.698Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T04:13:09.700Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-08-22T04:13:09.701Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 6d4fb081-bd8d-4192-afc4-1426874fa30b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-08-22T04:13:09.702Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-08-22T04:13:09.702Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-08-22T04:13:09.702Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-08-22T04:13:09.929Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16594679335197333051/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-22T04:13:11.512Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-22T04:13:11.512Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-08-22T04:13:11.513Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-08-22T04:13:11.513Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-08-22T04:13:11.513Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:11.513Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:11.513Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-08-22T04:13:11.513Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-08-22T04:13:11.513Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-08-22T04:13:11.514Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:11.514Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-08-22T04:13:11.514Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:11.514Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-08-22T04:13:11.514Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-08-22T04:13:11.515Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:11.515Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:13:11.515Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-22T04:13:11.515Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-08-22T04:13:11.515Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T04:13:11.516Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:11.516Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:13:11.516Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-22T04:13:11.516Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-08-22T04:13:11.516Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T04:13:11.516Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:11.516Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:13:11.517Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:11.517Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-08-22T04:13:11.517Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-08-22T04:13:11.517Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-08-22T04:13:11.517Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-08-22T04:13:11.518Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-22T04:13:11.518Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-22T04:13:11.518Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:11.518Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-22T04:13:11.518Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:11.518Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-22T04:13:11.518Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:13:11.519Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:11.519Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-22T04:13:11.519Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:13:11.519Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:11.519Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-22T04:13:11.520Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:13:11.520Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:11.520Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-08-22T04:13:11.520Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-08-22T04:13:11.520Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-22T04:13:11.520Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e34ace57-9910-4d74-82f3-af699d3a0f4b 2022-08-22T04:13:11.521Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:11.521Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:13:11.521Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:11.521Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:13:11.521Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:11.521Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:13:11.522Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:11.522Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:13:11.522Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:a00ef5ee-41d0-4d74-9736-c7e917c73769 Model Version:NULL Model InvariantUuid:615bb013-ec81-4d58-98e4-8da9494b8f4f Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:ba4205a5-4947-4bd9-91a2-461d265460a1 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1cc9bba8-9a15-490f-b30b-e5c3eb7ec6f2 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8dd4355b-932b-4c1d-a2ce-198599a11a5e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c332afe8-2161-4509-a99f-c0c617fb0be6 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:0fbdd0b8-058a-4492-aaa1-8c2666e1d457 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e34ace57-9910-4d74-82f3-af699d3a0f4b ModelInvariantUuid:634e6a6d-691a-4a8c-954e-5fb85f9d4f7f ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:7ccb6645-b7bf-4cdf-875f-9d0ecfefd565 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:881b9c89-dbab-4dbb-b726-ac354977f9a4 ModelInvariantUuid:8c6be99b-3d2c-423c-8cd9-9be56526accf ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:b3d638ca-4304-476b-bbc1-afd0ee2e78c0 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-22T04:13:11.611Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: e0df2005-4aa4-416f-9c15-3d7ee37faf2a 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-22T04:13:11.616Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||basic_vm 0 2022-08-22T04:13:11.617Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e0df2005-4aa4-416f-9c15-3d7ee37faf2a 2022-08-22T04:13:11.617Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d7f251fb-b1b7-4320-8882-7c30ecd87551 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-08-22T04:13:11.617Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-08-22T04:13:11.617Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:11.705Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-08-22T04:13:11.706Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json d7f251fb-b1b7-4320-8882-7c30ecd87551 787 2022-08-22T04:13:11.706Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:11.706Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:11.706Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:13:11.706Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:11.709Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:11.709Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141591706, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-22T04:13:11.818Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-08-22T04:13:11.819Z||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-22T04:13:11.819Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:11.834Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:11.835Z||pool-64-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:13:12.709Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c332afe8-2161-4509-a99f-c0c617fb0be6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0fbdd0b8-058a-4492-aaa1-8c2666e1d457", "vfModuleModelCustomizationUUID": "0ac773fd-c64a-4021-b610-90e5a5bfa53c", "isBase": true, "artifacts": [ "2e0f1234-a9a6-4760-9f94-97dc32173151", "2c0140d2-1259-4f9a-aae0-7dcdfa815473" ], "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-22T04:13:12.715Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0fbdd0b8-058a-4492-aaa1-8c2666e1d457 VfModuleModelInvariantUUID:c332afe8-2161-4509-a99f-c0c617fb0be6 VfModuleModelDescription:NULL Artifacts UUID List:{ 2e0f1234-a9a6-4760-9f94-97dc32173151 , 2c0140d2-1259-4f9a-aae0-7dcdfa815473 } 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-22T04:13:12.718Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c332afe8-2161-4509-a99f-c0c617fb0be6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0fbdd0b8-058a-4492-aaa1-8c2666e1d457", "vfModuleModelCustomizationUUID": "0ac773fd-c64a-4021-b610-90e5a5bfa53c", "isBase": true, "artifacts": [ "2e0f1234-a9a6-4760-9f94-97dc32173151", "2c0140d2-1259-4f9a-aae0-7dcdfa815473" ], "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-22T04:13:12.718Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0fbdd0b8-058a-4492-aaa1-8c2666e1d457 VfModuleModelInvariantUUID:c332afe8-2161-4509-a99f-c0c617fb0be6 VfModuleModelDescription:NULL Artifacts UUID List:{ 2e0f1234-a9a6-4760-9f94-97dc32173151 , 2c0140d2-1259-4f9a-aae0-7dcdfa815473 } 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-22T04:13:12.718Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2e0f1234-a9a6-4760-9f94-97dc32173151 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-08-22T04:13:12.719Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-08-22T04:13:12.719Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:12.785Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-08-22T04:13:12.785Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2e0f1234-a9a6-4760-9f94-97dc32173151 5033 2022-08-22T04:13:12.786Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:12.786Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:12.786Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:13:12.786Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:12.788Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:12.788Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141592786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T04:13:12.889Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-22T04:13:12.890Z||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-22T04:13:12.890Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:12.904Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:12.905Z||pool-65-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:13:13.789Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 2c0140d2-1259-4f9a-aae0-7dcdfa815473 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-08-22T04:13:13.790Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-08-22T04:13:13.791Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:13.888Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-08-22T04:13:13.889Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2c0140d2-1259-4f9a-aae0-7dcdfa815473 903 2022-08-22T04:13:13.890Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:13.890Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:13.890Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:13:13.891Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:13.893Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:13.893Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141593890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-22T04:13:13.993Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:13:13.995Z||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-22T04:13:13.995Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:14.022Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:14.022Z||pool-66-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:13:14.742Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:13:14.743Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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-22T04:13:14.743Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:14.766Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "cds", "timestamp": 1661141434606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "clamp", "timestamp": 1661141439633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "cds", "timestamp": 1661141434606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "clamp", "timestamp": 1661141439633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-08-22T04:13:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "cds", "timestamp": 1661141434606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "clamp", "timestamp": 1661141439633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "cds", "timestamp": 1661141434606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "clamp", "timestamp": 1661141439633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "ves-openapi-manager", "timestamp": 1661141445227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "multicloud-k8s-id", "timestamp": 1661141445039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.783Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.783Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.783Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "cds", "timestamp": 1661141434606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.783Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.783Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.783Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "clamp", "timestamp": 1661141439633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.783Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.783Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.783Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "ves-openapi-manager", "timestamp": 1661141445227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.783Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.783Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "multicloud-k8s-id", "timestamp": 1661141445039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-08-22T04:13:14.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "cds", "timestamp": 1661141434606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "clamp", "timestamp": 1661141439633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "ves-openapi-manager", "timestamp": 1661141445227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.785Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.785Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "multicloud-k8s-id", "timestamp": 1661141445039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-22T04:13:14.785Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.785Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.785Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "cds", "timestamp": 1661141434606, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:13:14.785Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.785Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.785Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "clamp", "timestamp": 1661141439633, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:13:14.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "ves-openapi-manager", "timestamp": 1661141445227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "multicloud-k8s-id", "timestamp": 1661141445039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "cds", "timestamp": 1661141449468, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:13:14.787Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:13:14.787Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.787Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "ves-openapi-manager", "timestamp": 1661141445227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.787Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.787Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.788Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "multicloud-k8s-id", "timestamp": 1661141445039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-22T04:13:14.788Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.788Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.788Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "cds", "timestamp": 1661141450480, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-22T04:13:14.797Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 41b2e1f0-5a45-42a2-bdf7-3f7167dee10b 2022-08-22T04:13:14.797Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41b2e1f0-5a45-42a2-bdf7-3f7167dee10b 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-22T04:13:14.818Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.818Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "ves-openapi-manager", "timestamp": 1661141445227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.818Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.818Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.819Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "multicloud-k8s-id", "timestamp": 1661141445039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.819Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.819Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.819Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.819Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.819Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.819Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "ves-openapi-manager", "timestamp": 1661141445227, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.819Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.819Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.819Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "multicloud-k8s-id", "timestamp": 1661141445039, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:13:14.820Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.820Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.820Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "cds", "timestamp": 1661141451485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.820Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.820Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.820Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.820Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.820Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.820Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "ves-openapi-manager", "timestamp": 1661141445227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.820Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.820Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.821Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "multicloud-k8s-id", "timestamp": 1661141452821, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-22T04:13:14.821Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:13:14.821Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.821Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "cds", "timestamp": 1661141451485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.821Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.821Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.821Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-22T04:13:14.821Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.821Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.821Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "ves-openapi-manager", "timestamp": 1661141445227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.821Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.823Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.823Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.823Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.824Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.824Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "cds", "timestamp": 1661141451485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.824Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.824Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.824Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "multicloud-k8s-id", "timestamp": 1661141454010, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T04:13:14.824Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:13:14.825Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.825Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.825Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.825Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.825Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "ves-openapi-manager", "timestamp": 1661141445227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.825Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.826Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.826Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.826Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.826Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.826Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "cds", "timestamp": 1661141451485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.826Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.826Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "multicloud-k8s-id", "timestamp": 1661141455144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-22T04:13:14.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:13:14.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "ves-openapi-manager", "timestamp": 1661141445227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.828Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.828Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "cds", "timestamp": 1661141451485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.828Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.828Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.828Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "multicloud-k8s-id", "timestamp": 1661141456177, "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-22T04:13:14.834Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 41b2e1f0-5a45-42a2-bdf7-3f7167dee10b 2022-08-22T04:13:14.834Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41b2e1f0-5a45-42a2-bdf7-3f7167dee10b 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-22T04:13:14.845Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.845Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.845Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.846Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.846Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "ves-openapi-manager", "timestamp": 1661141445227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.846Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.846Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.846Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.846Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.846Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.846Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "cds", "timestamp": 1661141451485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.847Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.847Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.847Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "multicloud-k8s-id", "timestamp": 1661141457187, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-08-22T04:13:14.847Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:13:14.847Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.847Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:13:14.847Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.847Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.847Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "ves-openapi-manager", "timestamp": 1661141445227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-08-22T04:13:14.847Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.848Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.848Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.848Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.848Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.848Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "cds", "timestamp": 1661141451485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.848Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.848Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.848Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "multicloud-k8s-id", "timestamp": 1661141445039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.849Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.849Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.849Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "ves-openapi-manager", "timestamp": 1661141445227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.849Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.849Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.849Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "policy-id", "timestamp": 1661141458799, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:13:14.849Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:13:14.849Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.849Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.850Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.850Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.850Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "cds", "timestamp": 1661141451485, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:13:14.850Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.850Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.850Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.850Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.850Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.850Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "multicloud-k8s-id", "timestamp": 1661141445039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.850Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.850Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.851Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "clamp", "timestamp": 1661141459675, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:13:14.851Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:13:14.851Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.851Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "ves-openapi-manager", "timestamp": 1661141445227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.851Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.851Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.851Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "policy-id", "timestamp": 1661141459815, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:13:14.851Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:13:14.851Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.851Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:13:14.851Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.852Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.852Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "cds", "timestamp": 1661141460292, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:13:14.852Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:13:14.852Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.852Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.852Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.852Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.852Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "multicloud-k8s-id", "timestamp": 1661141445039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.853Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.853Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.853Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "ves-openapi-manager", "timestamp": 1661141461113, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T04:13:14.853Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:13:14.853Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.853Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "policy-id", "timestamp": 1661141460819, "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-22T04:13:14.860Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 41b2e1f0-5a45-42a2-bdf7-3f7167dee10b 2022-08-22T04:13:14.860Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41b2e1f0-5a45-42a2-bdf7-3f7167dee10b 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-22T04:13:14.866Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.867Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "aai-ml", "timestamp": 1661141461380, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:13:14.867Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:13:14.867Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.867Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "cds", "timestamp": 1661141461299, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-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-22T04:13:14.896Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: a00ef5ee-41d0-4d74-9736-c7e917c73769 2022-08-22T04:13:14.896Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 e0df2005-4aa4-416f-9c15-3d7ee37faf2a ASDC 2022-08-22T04:13:14.899Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e49a7c81-92a2-4e6a-abed-777eb8a154fc 2022-08-22T04:13:14.899Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e49a7c81-92a2-4e6a-abed-777eb8a154fc 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: 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: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 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=? 2022-08-22T04:13:14.912Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.912Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.913Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.913Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.913Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "multicloud-k8s-id", "timestamp": 1661141445039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.913Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.913Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.913Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "clamp", "timestamp": 1661141461683, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:13:14.914Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:13:14.914Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.914Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.914Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.914Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.915Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "ves-openapi-manager", "timestamp": 1661141462372, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-08-22T04:13:14.915Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:13:14.915Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.915Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "cds", "timestamp": 1661141451485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.915Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.916Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.916Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.916Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.916Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.916Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "multicloud-k8s-id", "timestamp": 1661141445039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.917Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.917Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.917Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "clamp", "timestamp": 1661141462687, "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=? 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-22T04:13:14.924Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73a6bde6, org.onap.sdc.toscaparser.api.parameters.Input@4f3a51d1, org.onap.sdc.toscaparser.api.parameters.Input@1a3731, org.onap.sdc.toscaparser.api.parameters.Input@29b76fe2, org.onap.sdc.toscaparser.api.parameters.Input@6fb8aebf] 2022-08-22T04:13:14.926Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 41b2e1f0-5a45-42a2-bdf7-3f7167dee10b 2022-08-22T04:13:14.926Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41b2e1f0-5a45-42a2-bdf7-3f7167dee10b and ComponentName clamp 2022-08-22T04:13:14.926Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:14.927Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:13:14.928Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-08-22T04:13:14.928Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 8dd4355b-932b-4c1d-a2ce-198599a11a5e Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 2022-08-22T04:13:14.928Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8dd4355b-932b-4c1d-a2ce-198599a11a5e matches Tosca VF Customization UUID: 8dd4355b-932b-4c1d-a2ce-198599a11a5e 2022-08-22T04:13:14.929Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 8dd4355b-932b-4c1d-a2ce-198599a11a5e 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=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-22T04:13:14.933Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:14.934Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:13:14.935Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 8dd4355b-932b-4c1d-a2ce-198599a11a5e: {\"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-22T04:13:14.936Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@31397f7d 2022-08-22T04:13:14.936Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:14.936Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-22T04:13:14.936Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.937Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 0ac773fd-c64a-4021-b610-90e5a5bfa53c 2022-08-22T04:13:14.937Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.937Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 0ac773fd-c64a-4021-b610-90e5a5bfa53c 2022-08-22T04:13:14.937Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.937Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.938Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "ves-openapi-manager", "timestamp": 1661141463378, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } 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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:13:14.942Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:14.943Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-22T04:13:14.943Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:13:14.944Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:14.944Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-22T04:13:14.944Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:13:14.945Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:14.945Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-08-22T04:13:14.945Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-08-22T04:13:14.946Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-22T04:13:14.946Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=e34ace57-9910-4d74-82f3-af699d3a0f4b 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-22T04:13:14.949Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e49a7c81-92a2-4e6a-abed-777eb8a154fc 2022-08-22T04:13:14.949Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e49a7c81-92a2-4e6a-abed-777eb8a154fc 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=? 2022-08-22T04:13:14.952Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:14.952Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-22T04:13:14.952Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:13:14.953Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-22T04:13:14.953Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-08-22T04:13:14.954Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=8dd4355b-932b-4c1d-a2ce-198599a11a5e 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-22T04:13:14.963Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:14.963Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:13:14.964Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.964Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "cds", "timestamp": 1661141451485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.964Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid a00ef5ee-41d0-4d74-9736-c7e917c73769: basic_vm 2022-08-22T04:13:14.964Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.964Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:14.965Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.965Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:13:14.965Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.966Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:14.966Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.966Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.966Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:13:14.966Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "multicloud-k8s-id", "timestamp": 1661141445039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.966Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:14.967Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:13:14.967Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:14.967Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.967Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:13:14.967Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.967Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.968Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:13:14.968Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:13:14.968Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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=? 2022-08-22T04:13:14.968Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.970Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.970Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "cds", "timestamp": 1661141451485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.971Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.971Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.971Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.972Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.972Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.972Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "multicloud-k8s-id", "timestamp": 1661141445039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.973Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.974Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.976Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 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=? 2022-08-22T04:13:14.977Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.977Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.977Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "cds", "timestamp": 1661141451485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.978Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.978Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.978Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:13:14.978Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.978Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.978Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "multicloud-k8s-id", "timestamp": 1661141445039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:13:14.978Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.978Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.978Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "ves-openapi-manager", "timestamp": 1661141465227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.979Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.979Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.979Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.979Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.979Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.979Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "cds", "timestamp": 1661141451485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.979Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.979Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.979Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141466323, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:13:14.980Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:13:14.980Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.980Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "ves-openapi-manager", "timestamp": 1661141465227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.980Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.980Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.980Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.980Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.980Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.980Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "multicloud-k8s-id", "timestamp": 1661141466304, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.980Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.980Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.981Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "cds", "timestamp": 1661141451485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.981Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.981Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.981Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "ves-openapi-manager", "timestamp": 1661141465227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.982Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) 2022-08-22T04:13:14.983Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.988Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.988Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.988Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.988Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "multicloud-k8s-id", "timestamp": 1661141466304, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-08-22T04:13:14.989Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.989Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.989Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "cds", "timestamp": 1661141451485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.989Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.989Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.989Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "ves-openapi-manager", "timestamp": 1661141465227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.989Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.990Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.990Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:13:14.990Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.990Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.990Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "multicloud-k8s-id", "timestamp": 1661141466304, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-08-22T04:13:14.990Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.990Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.991Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "cds", "timestamp": 1661141451485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.991Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.991Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.991Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141469236, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:13:14.991Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:13:14.991Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.991Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "ves-openapi-manager", "timestamp": 1661141465227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:14.991Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.992Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.992Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "aai-ml", "timestamp": 1661141470028, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:13:14.992Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 2022-08-22T04:13:14.992Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.992Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "multicloud-k8s-id", "timestamp": 1661141466304, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-08-22T04:13:14.993Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.993Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.993Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "policy-id", "timestamp": 1661141470012, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:13:14.993Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:13:14.993Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.993Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "cds", "timestamp": 1661141451485, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:13:14.993Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:14.993Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:14.994Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141470241, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) 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: 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=? 2022-08-22T04:13:15.000Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 41b2e1f0-5a45-42a2-bdf7-3f7167dee10b 2022-08-22T04:13:15.000Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41b2e1f0-5a45-42a2-bdf7-3f7167dee10b and ComponentName SDNC 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: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 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: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) 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=? 2022-08-22T04:13:15.010Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.011Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "clamp", "timestamp": 1661141469633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:15.011Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:15.011Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.011Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "ves-openapi-manager", "timestamp": 1661141465227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:15.011Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:15.011Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.011Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "aai-ml", "timestamp": 1661141471033, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } 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 watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? 2022-08-22T04:13:15.017Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 41b2e1f0-5a45-42a2-bdf7-3f7167dee10b 2022-08-22T04:13:15.017Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41b2e1f0-5a45-42a2-bdf7-3f7167dee10b and ComponentName AAI Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? 2022-08-22T04:13:15.030Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.031Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "multicloud-k8s-id", "timestamp": 1661141466304, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-08-22T04:13:15.031Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:15.031Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.031Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "policy-id", "timestamp": 1661141471017, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:13:15.031Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:13:15.031Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.032Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:15.032Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:15.032Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.032Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "clamp", "timestamp": 1661141469633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:15.032Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:15.032Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.032Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "cds", "timestamp": 1661141471499, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:13:15.032Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:13:15.032Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.032Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "ves-openapi-manager", "timestamp": 1661141465227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:15.033Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:15.033Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.033Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:15.033Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:15.033Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.033Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "multicloud-k8s-id", "timestamp": 1661141466304, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:15.033Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:15.033Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.033Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "policy-id", "timestamp": 1661141472020, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? 2022-08-22T04:13:15.046Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e49a7c81-92a2-4e6a-abed-777eb8a154fc 2022-08-22T04:13:15.046Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e49a7c81-92a2-4e6a-abed-777eb8a154fc and ComponentName POLICY 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: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? 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 heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) 2022-08-22T04:13:15.061Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.062Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:15.062Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:15.062Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.062Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "clamp", "timestamp": 1661141469633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:15.062Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:15.063Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.063Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "cds", "timestamp": 1661141472506, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) 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 heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_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 watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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 (?, ?, ?, ?, ?) 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 (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) 2022-08-22T04:13:15.096Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 687e4129-10fb-40f8-a42d-e1926542ebc2 2022-08-22T04:13:15.096Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 687e4129-10fb-40f8-a42d-e1926542ebc2 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-22T04:13:15.111Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.112Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "ves-openapi-manager", "timestamp": 1661141465227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:15.112Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:15.113Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.113Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:15.113Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:15.114Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.114Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "multicloud-k8s-id", "timestamp": 1661141466304, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-08-22T04:13:15.114Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:15.114Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.114Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:15.115Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:15.115Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.115Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:15.115Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:15.115Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.115Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "clamp", "timestamp": 1661141469633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:15.116Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:15.116Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.116Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "ves-openapi-manager", "timestamp": 1661141465227, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:15.116Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:15.116Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.116Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:15.122Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:15.122Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.123Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "multicloud-k8s-id", "timestamp": 1661141466304, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:15.123Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:15.123Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.124Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:15.124Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:15.124Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.125Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? 2022-08-22T04:13:15.125Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:13:15.125Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:13:15.126Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "clamp", "timestamp": 1661141469633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:15.126Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-08-22T04:13:15.170Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm e0df2005-4aa4-416f-9c15-3d7ee37faf2a 1 ASDC deployResourceStructure 2022-08-22T04:13:15.171Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:15.171Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:15.171Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:13:15.172Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:15.174Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:15.175Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141595171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-08-22T04:13:15.277Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-08-22T04:13:15.279Z||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-22T04:13:15.279Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:15.293Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:15.294Z||pool-67-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:13:16.184Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:16.185Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:16.185Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:13:16.186Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:16.188Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:16.188Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141596184, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-08-22T04:13:16.289Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-22T04:13:16.290Z||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-22T04:13:16.290Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:16.310Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:16.310Z||pool-68-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:13:17.191Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:17.192Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:17.193Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:13:17.194Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:17.196Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:17.196Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141597191, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-08-22T04:13:17.296Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:13:17.297Z||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-22T04:13:17.298Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:17.311Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:17.312Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:13:18.197Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:18.197Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:18.198Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:13:18.198Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:18.200Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:18.200Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141598196, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:13:18.300Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:13:18.302Z||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-22T04:13:18.302Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:18.312Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:18.313Z||pool-70-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:13:19.202Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41b2e1f0-5a45-42a2-bdf7-3f7167dee10b Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:13:19.243Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41b2e1f0-5a45-42a2-bdf7-3f7167dee10b Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:13:19.247Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:13:19.247Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-22T04:13:19.248Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-22T04:13:19.248Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-22T04:13:19.249Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:13:19.249Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:13:19.249Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:13:19.249Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:13:19.250Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:13:19.250Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:13:19.250Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:19.261Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-22T04:13:49.261Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 41b2e1f0-5a45-42a2-bdf7-3f7167dee10b 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-22T04:13:49.284Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 41b2e1f0-5a45-42a2-bdf7-3f7167dee10b and serviceModelVersionId: a00ef5ee-41d0-4d74-9736-c7e917c73769 2022-08-22T04:13:49.284Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 615bb013-ec81-4d58-98e4-8da9494b8f4f 2022-08-22T04:13:49.285Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/615bb013-ec81-4d58-98e4-8da9494b8f4f/model-vers/model-ver/a00ef5ee-41d0-4d74-9736-c7e917c73769?depth=0 2022-08-22T04:13:49.292Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-08-22T04:13:49.405Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/615bb013-ec81-4d58-98e4-8da9494b8f4f/model-vers/model-ver/a00ef5ee-41d0-4d74-9736-c7e917c73769?depth=0|INFO|500||Invoke 2022-08-22T04:13:49.406Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/615bb013-ec81-4d58-98e4-8da9494b8f4f/model-vers/model-ver/a00ef5ee-41d0-4d74-9736-c7e917c73769?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/615bb013-ec81-4d58-98e4-8da9494b8f4f/model-vers/model-ver/a00ef5ee-41d0-4d74-9736-c7e917c73769?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[41b2e1f0-5a45-42a2-bdf7-3f7167dee10b], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[2183daf2-dfb4-4309-813c-6de04e38e66e], X-ECOMP-RequestID=[41b2e1f0-5a45-42a2-bdf7-3f7167dee10b], X-TransactionId=[], X-ONAP-RequestID=[41b2e1f0-5a45-42a2-bdf7-3f7167dee10b], Content-Type=[application/merge-patch+json]} 2022-08-22T04:13:49.438Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/615bb013-ec81-4d58-98e4-8da9494b8f4f/model-vers/model-ver/a00ef5ee-41d0-4d74-9736-c7e917c73769?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-22T04:13:49.585Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/615bb013-ec81-4d58-98e4-8da9494b8f4f/model-vers/model-ver/a00ef5ee-41d0-4d74-9736-c7e917c73769?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/615bb013-ec81-4d58-98e4-8da9494b8f4f/model-vers/model-ver/a00ef5ee-41d0-4d74-9736-c7e917c73769?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220822-04:13:49:716-97670], vertex-id=[475256], Content-Length=[0], Date=[Mon, 22 Aug 2022 04:13:49 GMT], Content-Type=[application/json]} 2022-08-22T04:13:49.586Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/615bb013-ec81-4d58-98e4-8da9494b8f4f/model-vers/model-ver/a00ef5ee-41d0-4d74-9736-c7e917c73769?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-08-22T04:13:49.586Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/615bb013-ec81-4d58-98e4-8da9494b8f4f/model-vers/model-ver/a00ef5ee-41d0-4d74-9736-c7e917c73769?depth=0|INFO|500||InvokeReturn 2022-08-22T04:13:49.587Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-22T04:13:49.587Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||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-22T04:13:49.610Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-22T04:13:49.610Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 41b2e1f0-5a45-42a2-bdf7-3f7167dee10b and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-22T04:13:49.611Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-22T04:13:49.611Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:49.621Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:49.622Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141629611, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:13:49.719Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-08-22T04:13:49.722Z||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-22T04:13:49.722Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:49.741Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:49.741Z||pool-71-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-22T04:13:51.269Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-22T04:13:51.269Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"e49a7c81-92a2-4e6a-abed-777eb8a154fc","serviceName":"Demo_pNF_jyDELwXn86ehzeuDGK0F","serviceVersion":"1.0","serviceUUID":"2fffb839-953f-46fc-a4fa-7663ecf2f0dd","serviceDescription":"catalog service description","serviceInvariantUUID":"4d6a7d71-c317-4cb5-87ee-b3baa167d9e5","resources":[{"resourceInstanceName":"pNF c7e4f8f3-12c2 0","resourceName":"pNF c7e4f8f3-12c2","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"65541655-11ee-4144-9a02-aba87d16034d","resourceInvariantUUID":"59ecd1dc-196d-4728-8991-0a225cae6389","resourceCustomizationUUID":"2c47c425-f21b-46d6-a821-ddfa12d43e6e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/vf-license-model.xml","artifactChecksum":"NTFmN2Y1ZGYyOGQ0NTUxNWYzYzhmMDFjZjdmMmU0M2E\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f68d7c02-be3a-4b9a-b19c-91210feb45d3","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/pNF.csar","artifactChecksum":"NDUyOWNiNjExMGJiZmQxM2JiYjMzN2RiM2VkZmQ1NTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e4827a05-c3f9-41f9-ab83-6471d4961cc5","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a5aa0061-32dc-49c2-a5ca-92de24f4c3d3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/vendor-license-model.xml","artifactChecksum":"ZGJmYWVjMjc2ZjVhNGVmY2Y4MWQwZTg0NmJiODVjZDI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7f73ffb1-d316-429b-90f9-081ed9803a25","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"444046de-f847-4b99-8a6d-400300568768","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c2fd0b39-2735-488b-95bb-487adaac3829","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfJydelwxn86ehzeudgk0f-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-template.yml","artifactChecksum":"OTkxMmFmZGFiOWNlNWRjMWEyYjkwZTY1NzE3OGRlYWI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"798234d6-5749-4422-a819-c0449b9bbf77","artifactVersion":"1"},{"artifactName":"service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar","artifactChecksum":"OGM3OWNkNjBmNmI3NjA0MTVkMDUxYzg4ZmMyYjJiMDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"45b3cc2f-3c7f-4843-be13-bc64c9f407c7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-22T04:13:51.270Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:13:51.271Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:51.273Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:51.274Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:51.374Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:13:51.375Z||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-22T04:13:51.375Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:51.394Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:51.395Z||pool-72-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:13:52.274Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:13:52.276Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:52.278Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:52.278Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:52.378Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:13:52.379Z||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-22T04:13:52.379Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:52.392Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:52.393Z||pool-73-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:13:53.278Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:13:53.279Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:53.282Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:53.282Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:53.386Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-08-22T04:13:53.387Z||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-22T04:13:53.387Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:53.406Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:53.407Z||pool-74-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:13:54.283Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:13:54.285Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:54.289Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:54.289Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:54.389Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:13:54.391Z||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-22T04:13:54.391Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:54.406Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:54.407Z||pool-75-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:13:55.290Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:13:55.293Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:55.297Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:55.297Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:55.397Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T04:13:55.400Z||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-22T04:13:55.400Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:55.412Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:55.415Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:13:56.298Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:13:56.299Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:56.302Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:56.302Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:56.402Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:13:56.403Z||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-22T04:13:56.403Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:56.415Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:56.416Z||pool-77-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:13:57.303Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:13:57.304Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:57.307Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:57.307Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:13:57.407Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:13:57.408Z||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-22T04:13:57.409Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:57.420Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:57.421Z||pool-78-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:13:58.308Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:13:58.308Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:58.312Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:58.313Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:13:58.414Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:13:58.415Z||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-22T04:13:58.415Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:58.427Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:58.428Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:13:59.314Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "serviceName": "Demo_pNF_jyDELwXn86ehzeuDGK0F", "serviceVersion": "1.0", "serviceUUID": "2fffb839-953f-46fc-a4fa-7663ecf2f0dd", "serviceDescription": "catalog service description", "serviceInvariantUUID": "4d6a7d71-c317-4cb5-87ee-b3baa167d9e5", "resources": [ { "resourceInstanceName": "pNF c7e4f8f3-12c2 0", "resourceCustomizationUUID": "2c47c425-f21b-46d6-a821-ddfa12d43e6e", "resourceName": "pNF c7e4f8f3-12c2", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "65541655-11ee-4144-9a02-aba87d16034d", "resourceInvariantUUID": "59ecd1dc-196d-4728-8991-0a225cae6389", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "artifactChecksum": "OGM3OWNkNjBmNmI3NjA0MTVkMDUxYzg4ZmMyYjJiMDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "45b3cc2f-3c7f-4843-be13-bc64c9f407c7" } ], "workloadContext": "Production" } 2022-08-22T04:13:59.315Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-22T04:13:59.315Z|41b2e1f0-5a45-42a2-bdf7-3f7167dee10b|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 2fffb839-953f-46fc-a4fa-7663ecf2f0dd ASDC 2022-08-22T04:13:59.316Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:e49a7c81-92a2-4e6a-abed-777eb8a154fc ServiceName:Demo_pNF_jyDELwXn86ehzeuDGK0F ServiceVersion:1.0 ServiceUUID:2fffb839-953f-46fc-a4fa-7663ecf2f0dd ServiceInvariantUUID:4d6a7d71-c317-4cb5-87ee-b3baa167d9e5 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar ArtifactUUID:45b3cc2f-3c7f-4843-be13-bc64c9f407c7 ArtifactChecksum:OGM3OWNkNjBmNmI3NjA0MTVkMDUxYzg4ZmMyYjJiMDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF c7e4f8f3-12c2 0 ResourceCustomizationUUID:2c47c425-f21b-46d6-a821-ddfa12d43e6e ResourceInvariantUUID:59ecd1dc-196d-4728-8991-0a225cae6389 ResourceName:pNF c7e4f8f3-12c2 ResourceType:PNF ResourceUUID:65541655-11ee-4144-9a02-aba87d16034d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-08-22T04:13:59.316Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 2fffb839-953f-46fc-a4fa-7663ecf2f0dd 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-22T04:13:59.421Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T04:13:59.422Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-08-22T04:13:59.422Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-08-22T04:13:59.422Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 45b3cc2f-3c7f-4843-be13-bc64c9f407c7 from URL: /sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar 2022-08-22T04:13:59.422Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-08-22T04:13:59.422Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar 2022-08-22T04:13:59.727Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-08-22T04:13:59.731Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar 45b3cc2f-3c7f-4843-be13-bc64c9f407c7 82657 2022-08-22T04:13:59.731Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar ASDC sendASDCNotification 2022-08-22T04:13:59.731Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar 2022-08-22T04:13:59.732Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:13:59.732Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:13:59.734Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:13:59.734Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141639731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:13:59.834Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:13:59.835Z||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-22T04:13:59.836Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:13:59.847Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:13:59.847Z||pool-80-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:14:00.741Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T04:14:00.746Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-08-22T04:14:00.746Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 45b3cc2f-3c7f-4843-be13-bc64c9f407c7, URL: /sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar to file: /app/ASDC/1/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar 2022-08-22T04:14:00.746Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar 2022-08-22T04:14:00.747Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar 2022-08-22T04:14:00.747Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar 2022-08-22T04:14:00.902Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10705205629596214082/Definitions/service-DemoPnfJydelwxn86ehzeudgk0f-template.yml 2022-08-22T04:14:01.911Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-22T04:14:01.911Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-08-22T04:14:01.912Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar 2022-08-22T04:14:01.912Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-08-22T04:14:01.912Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF c7e4f8f3-12c2 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-DemoPnfJydelwxn86ehzeudgk0f-csar.csar 2022-08-22T04:14:01.912Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar 2022-08-22T04:14:01.912Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar 2022-08-22T04:14:01.912Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar 2022-08-22T04:14:01.912Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar 2022-08-22T04:14:01.912Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar 2022-08-22T04:14:01.912Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar 2022-08-22T04:14:01.912Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-08-22T04:14:01.913Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:14:01.913Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jyDELwXn86ehzeuDGK0F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:14:01.913Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Node template pNF c7e4f8f3-12c2 0 is matching search criteria 2022-08-22T04:14:01.913Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-08-22T04:14:01.913Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF c7e4f8f3-12c2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T04:14:01.914Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:14:01.914Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jyDELwXn86ehzeuDGK0F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:14:01.914Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Node template pNF c7e4f8f3-12c2 0 is matching search criteria 2022-08-22T04:14:01.914Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-08-22T04:14:01.914Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Found topology templates [pNF c7e4f8f3-12c2 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T04:14:01.915Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:14:01.915Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jyDELwXn86ehzeuDGK0F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:14:01.915Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:14:01.915Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jyDELwXn86ehzeuDGK0F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:14:01.915Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:14:01.916Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jyDELwXn86ehzeuDGK0F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:14:01.916Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:14:01.916Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jyDELwXn86ehzeuDGK0F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:14:01.916Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:14:01.916Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jyDELwXn86ehzeuDGK0F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:14:01.917Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_jyDELwXn86ehzeuDGK0F Description:catalog service description Model UUID:2fffb839-953f-46fc-a4fa-7663ecf2f0dd Model Version:NULL Model InvariantUuid:4d6a7d71-c317-4cb5-87ee-b3baa167d9e5 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-22T04:14:01.940Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||Processing Resource Type: PNF, Model UUID: 65541655-11ee-4144-9a02-aba87d16034d 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-22T04:14:01.946Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||pNF c7e4f8f3-12c2 0 2022-08-22T04:14:01.947Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 65541655-11ee-4144-9a02-aba87d16034d 2022-08-22T04:14:01.947Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||No resources found for Service: 2fffb839-953f-46fc-a4fa-7663ecf2f0dd 2022-08-22T04:14:01.947Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: 2fffb839-953f-46fc-a4fa-7663ecf2f0dd 2022-08-22T04:14:01.947Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF c7e4f8f3-12c2 0 65541655-11ee-4144-9a02-aba87d16034d 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-22T04:14:01.967Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71b5fcfa, org.onap.sdc.toscaparser.api.parameters.Input@588a381f, org.onap.sdc.toscaparser.api.parameters.Input@63c72239, org.onap.sdc.toscaparser.api.parameters.Input@5b5f722d, org.onap.sdc.toscaparser.api.parameters.Input@5531790] 2022-08-22T04:14:01.967Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:14:01.968Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jyDELwXn86ehzeuDGK0F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:14:01.968Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid 2fffb839-953f-46fc-a4fa-7663ecf2f0dd: pNF c7e4f8f3-12c2 2022-08-22T04:14:01.968Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||Processing PNF resource: 65541655-11ee-4144-9a02-aba87d16034d 2022-08-22T04:14:01.969Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:14:01.969Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Service Demo_pNF_jyDELwXn86ehzeuDGK0F is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:14:01.970Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||Resource customization UUID: 2c47c425-f21b-46d6-a821-ddfa12d43e6e is the same as notified resource customizationUUID: 2c47c425-f21b-46d6-a821-ddfa12d43e6e 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-22T04:14:02.092Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF c7e4f8f3-12c2 65541655-11ee-4144-9a02-aba87d16034d 0 ASDC deployResourceStructure 2022-08-22T04:14:02.092Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar ASDC sendASDCNotification 2022-08-22T04:14:02.092Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar 2022-08-22T04:14:02.092Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:14:02.093Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:14:02.095Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:14:02.095Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141642092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:14:02.196Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-22T04:14:02.197Z||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-22T04:14:02.197Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:14:02.209Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:14:02.210Z||pool-81-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:14:03.097Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e49a7c81-92a2-4e6a-abed-777eb8a154fc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:14:03.123Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e49a7c81-92a2-4e6a-abed-777eb8a154fc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:14:03.131Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:14:03.132Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T04:14:03.133Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T04:14:14.742Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:14:14.743Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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-22T04:14:14.744Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:14:14.769Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:14:14.771Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.771Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.772Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.772Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.772Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "multicloud-k8s-id", "timestamp": 1661141466304, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:14:14.772Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.773Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.773Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.773Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.773Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.774Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "clamp", "timestamp": 1661141469633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.774Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.774Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.774Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.774Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.774Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.774Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.774Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.774Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.774Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.774Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.774Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.775Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.775Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.775Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.775Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "clamp", "timestamp": 1661141469633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.775Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.775Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.775Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "multicloud-k8s-id", "timestamp": 1661141476298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-22T04:14:14.775Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:14:14.775Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.775Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.775Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.776Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.776Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-08-22T04:14:14.776Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.776Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.776Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.776Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.776Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.776Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "clamp", "timestamp": 1661141469633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:14:14.776Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.776Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.776Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "multicloud-k8s-id", "timestamp": 1661141477385, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T04:14:14.776Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:14:14.776Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.776Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.777Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.777Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.777Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.777Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.777Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.777Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:14:14.777Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.777Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.777Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "multicloud-k8s-id", "timestamp": 1661141478472, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-08-22T04:14:14.777Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:14:14.777Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.777Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:14:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141479397, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:14:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:14:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "multicloud-k8s-id", "timestamp": 1661141479572, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-08-22T04:14:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:14:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "aai-ml", "timestamp": 1661141480156, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:14:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:14:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "multicloud-k8s-id", "timestamp": 1661141480683, "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-22T04:14:14.810Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 687e4129-10fb-40f8-a42d-e1926542ebc2 2022-08-22T04:14:14.810Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 687e4129-10fb-40f8-a42d-e1926542ebc2 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-22T04:14:14.824Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.824Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "policy-id", "timestamp": 1661141450837, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:14:14.825Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.825Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.825Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141481454, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:14:14.825Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:14:14.825Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.826Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "multicloud-k8s-id", "timestamp": 1661141481688, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-08-22T04:14:14.826Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:14:14.826Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "policy-id", "timestamp": 1661141482128, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:14:14.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:14:14.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141482458, "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-22T04:14:14.833Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e49a7c81-92a2-4e6a-abed-777eb8a154fc 2022-08-22T04:14:14.834Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e49a7c81-92a2-4e6a-abed-777eb8a154fc 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-22T04:14:14.844Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.844Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "clamp", "timestamp": 1661141482681, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:14:14.844Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:14:14.845Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.845Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "policy-id", "timestamp": 1661141483133, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:14:14.845Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:14:14.845Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.845Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.845Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.845Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.845Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "policy-id", "timestamp": 1661141484136, "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-22T04:14:14.855Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 687e4129-10fb-40f8-a42d-e1926542ebc2 2022-08-22T04:14:14.855Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 687e4129-10fb-40f8-a42d-e1926542ebc2 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-22T04:14:14.862Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.862Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.863Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.863Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.863Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "clamp", "timestamp": 1661141484691, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:14:14.863Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:14:14.863Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.863Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "aai-ml", "timestamp": 1661141485276, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:14:14.863Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:14:14.863Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.863Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.863Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.863Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.863Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "clamp", "timestamp": 1661141485696, "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-22T04:14:14.869Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e49a7c81-92a2-4e6a-abed-777eb8a154fc 2022-08-22T04:14:14.869Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e49a7c81-92a2-4e6a-abed-777eb8a154fc 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-22T04:14:14.887Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.887Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "aai-ml", "timestamp": 1661141486283, "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-22T04:14:14.900Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e49a7c81-92a2-4e6a-abed-777eb8a154fc 2022-08-22T04:14:14.900Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId e49a7c81-92a2-4e6a-abed-777eb8a154fc 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-22T04:14:14.911Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.911Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.912Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.912Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.912Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "clamp", "timestamp": 1661141469633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.912Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.912Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.912Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.913Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.913Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.913Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.913Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.913Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.914Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "clamp", "timestamp": 1661141469633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.914Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.914Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.914Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.914Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.915Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.915Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.915Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.915Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.915Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "clamp", "timestamp": 1661141469633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.915Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.915Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.916Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.916Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.916Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.916Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.916Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.916Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.916Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "clamp", "timestamp": 1661141469633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-08-22T04:14:14.916Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.917Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.917Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.917Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.917Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.917Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.917Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.917Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.917Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "clamp", "timestamp": 1661141469633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.918Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.918Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.918Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.918Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.918Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.919Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141458500, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:14:14.919Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.919Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.919Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "clamp", "timestamp": 1661141469633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.919Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.920Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.920Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.920Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.920Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.920Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141492593, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:14:14.920Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:14:14.920Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.920Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "clamp", "timestamp": 1661141469633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.920Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.920Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.920Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.920Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.921Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.921Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "clamp", "timestamp": 1661141469633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.921Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.921Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.921Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:14:14.921Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.921Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.921Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "clamp", "timestamp": 1661141469633, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:14:14.921Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.921Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.921Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "aai-ml", "timestamp": 1661141453553, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:14:14.921Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:14:14.922Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.922Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141495163, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:14:14.922Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:14:14.922Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.922Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "aai-ml", "timestamp": 1661141496415, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:14:14.923Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:14:14.923Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.923Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141496167, "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-22T04:14:14.930Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 687e4129-10fb-40f8-a42d-e1926542ebc2 2022-08-22T04:14:14.930Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 687e4129-10fb-40f8-a42d-e1926542ebc2 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-22T04:14:14.942Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.942Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "clamp", "timestamp": 1661141498518, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:14:14.945Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:14:14.945Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.945Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "clamp", "timestamp": 1661141499706, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:14:14.945Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:14:14.945Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.945Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "clamp", "timestamp": 1661141500711, "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-22T04:14:14.952Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 687e4129-10fb-40f8-a42d-e1926542ebc2 2022-08-22T04:14:14.953Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 687e4129-10fb-40f8-a42d-e1926542ebc2 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-22T04:14:14.966Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.966Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "aai-ml", "timestamp": 1661141503677, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:14:14.966Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:14:14.967Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:14:14.967Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "aai-ml", "timestamp": 1661141504682, "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-22T04:14:14.973Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 687e4129-10fb-40f8-a42d-e1926542ebc2 2022-08-22T04:14:14.974Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 687e4129-10fb-40f8-a42d-e1926542ebc2 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-22T04:14:33.133Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e49a7c81-92a2-4e6a-abed-777eb8a154fc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:14:33.161Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e49a7c81-92a2-4e6a-abed-777eb8a154fc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:14:33.166Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:14:33.166Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-22T04:14:33.166Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-22T04:14:33.167Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-22T04:14:33.167Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:14:33.167Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:14:33.167Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:14:33.167Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:14:33.167Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:14:33.167Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:14:33.168Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:14:33.168Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||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-22T04:14:33.197Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-22T04:15:03.197Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e49a7c81-92a2-4e6a-abed-777eb8a154fc 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-22T04:15:03.208Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e49a7c81-92a2-4e6a-abed-777eb8a154fc and serviceModelVersionId: 2fffb839-953f-46fc-a4fa-7663ecf2f0dd 2022-08-22T04:15:03.209Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4d6a7d71-c317-4cb5-87ee-b3baa167d9e5 2022-08-22T04:15:03.211Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4d6a7d71-c317-4cb5-87ee-b3baa167d9e5/model-vers/model-ver/2fffb839-953f-46fc-a4fa-7663ecf2f0dd?depth=0 2022-08-22T04:15:03.216Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-08-22T04:15:03.265Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d6a7d71-c317-4cb5-87ee-b3baa167d9e5/model-vers/model-ver/2fffb839-953f-46fc-a4fa-7663ecf2f0dd?depth=0|INFO|500||Invoke 2022-08-22T04:15:03.266Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d6a7d71-c317-4cb5-87ee-b3baa167d9e5/model-vers/model-ver/2fffb839-953f-46fc-a4fa-7663ecf2f0dd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d6a7d71-c317-4cb5-87ee-b3baa167d9e5/model-vers/model-ver/2fffb839-953f-46fc-a4fa-7663ecf2f0dd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e49a7c81-92a2-4e6a-abed-777eb8a154fc], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fb26a4d6-d062-4d46-a0db-3bdbc80ed4f4], X-ECOMP-RequestID=[e49a7c81-92a2-4e6a-abed-777eb8a154fc], X-TransactionId=[], X-ONAP-RequestID=[e49a7c81-92a2-4e6a-abed-777eb8a154fc], Content-Type=[application/merge-patch+json]} 2022-08-22T04:15:03.292Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d6a7d71-c317-4cb5-87ee-b3baa167d9e5/model-vers/model-ver/2fffb839-953f-46fc-a4fa-7663ecf2f0dd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-22T04:15:03.516Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d6a7d71-c317-4cb5-87ee-b3baa167d9e5/model-vers/model-ver/2fffb839-953f-46fc-a4fa-7663ecf2f0dd?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/4d6a7d71-c317-4cb5-87ee-b3baa167d9e5/model-vers/model-ver/2fffb839-953f-46fc-a4fa-7663ecf2f0dd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220822-04:15:03:571-69596], vertex-id=[413896], Content-Length=[0], Date=[Mon, 22 Aug 2022 04:15:03 GMT], Content-Type=[application/json]} 2022-08-22T04:15:03.517Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d6a7d71-c317-4cb5-87ee-b3baa167d9e5/model-vers/model-ver/2fffb839-953f-46fc-a4fa-7663ecf2f0dd?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-08-22T04:15:03.517Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4d6a7d71-c317-4cb5-87ee-b3baa167d9e5/model-vers/model-ver/2fffb839-953f-46fc-a4fa-7663ecf2f0dd?depth=0|INFO|500||InvokeReturn 2022-08-22T04:15:03.518Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-22T04:15:03.518Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||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-22T04:15:03.528Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-22T04:15:03.529Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e49a7c81-92a2-4e6a-abed-777eb8a154fc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-22T04:15:03.529Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-22T04:15:03.529Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:03.531Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:03.532Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141703529, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:15:03.632Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:15:03.633Z||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-22T04:15:03.633Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:03.652Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:03.653Z||pool-82-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-22T04:15:04.548Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-08-22T04:15:04.548Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"687e4129-10fb-40f8-a42d-e1926542ebc2","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"fdc077ba-1c33-44b1-88e8-ad3ad6b805f9","serviceDescription":"service","serviceInvariantUUID":"24a9f2b8-f034-40df-abb2-d5a3bc63b159","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"1b96f028-c8df-4b0a-802c-afb2a80c1a61","resourceInvariantUUID":"3eb5e48b-c425-40f7-ad5b-01bb0d056537","resourceCustomizationUUID":"c91f72f8-95fd-43ed-85dc-ab5ca13b424a","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":"ZmEzZDNiMzAwODJhMmYzZmVkODdhODU1YjU1NTZlN2Y\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2e9b6bdc-ad6f-4b65-b20e-09901a71637b","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":"69ed28bd-59ac-4e57-8aac-c32b278f5057","artifactVersion":"2","generatedFromUUID":"a9c7285e-9455-42ee-b9ea-f1668c5335d7"},{"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":"a9c7285e-9455-42ee-b9ea-f1668c5335d7","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":"NzYxYjIzZGMwZjcyYTk5ZjNjZmZhNjI4YTY1YzRmYmQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f0596e6c-bf9c-4098-8211-cad28eb10c57","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":"5b0e0ffc-96fd-4e06-a3cb-0eb88eac8ead","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":"41cd835a-e0c7-4337-a642-3a226ccb203c","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":"4aed6550-731b-47ac-8b11-9946c0910f04","artifactVersion":"2","generatedFromUUID":"5b0e0ffc-96fd-4e06-a3cb-0eb88eac8ead"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"MmI1ZTFlZjZjOTZiOThjNDcyMTJiYzE3Yzc4ZmI3M2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"b7dc3d95-7782-432c-a2c7-29795b9a7bea","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZmU0NWU5N2I2NTU0MTc0MzE2YjQ1ZGE4YmIzZmQxMzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"33a1eeff-f9e2-477e-a278-519d62ef31ed","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-22T04:15:04.549Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:15:04.549Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:04.551Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:04.551Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:15:04.654Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-22T04:15:04.655Z||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-22T04:15:04.655Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:04.665Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:04.666Z||pool-83-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:15:05.552Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:15:05.553Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:05.556Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:05.556Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-08-22T04:15:05.656Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:15:05.658Z||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-22T04:15:05.659Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:05.671Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:05.671Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:15:06.557Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:15:06.558Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:06.560Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:06.560Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-08-22T04:15:06.660Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:15:06.661Z||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-22T04:15:06.661Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:06.674Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:06.675Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:15:07.561Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:15:07.562Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:07.565Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:07.565Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-08-22T04:15:07.666Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T04:15:07.667Z||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-22T04:15:07.667Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:07.680Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:07.681Z||pool-86-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:15:08.566Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:15:08.568Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:08.571Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:08.571Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-08-22T04:15:08.671Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:15:08.674Z||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-22T04:15:08.674Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:08.686Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:08.687Z||pool-87-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:15:09.572Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:15:09.573Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:09.575Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:09.575Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:15:09.675Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:15:09.676Z||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-22T04:15:09.676Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:09.687Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:09.687Z||pool-88-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:15:10.576Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:15:10.579Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:10.582Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:10.582Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-08-22T04:15:10.683Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:15:10.684Z||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-22T04:15:10.684Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:10.695Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:10.696Z||pool-89-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:15:11.583Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:15:11.585Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:11.587Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:11.587Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:15:11.687Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:15:11.688Z||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-22T04:15:11.688Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:11.703Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:11.703Z||pool-90-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:15:12.588Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:15:12.590Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:12.593Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:12.593Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:15:12.693Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:15:12.695Z||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-22T04:15:12.695Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:12.706Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:12.707Z||pool-91-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:15:13.602Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "fdc077ba-1c33-44b1-88e8-ad3ad6b805f9", "serviceDescription": "service", "serviceInvariantUUID": "24a9f2b8-f034-40df-abb2-d5a3bc63b159", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "c91f72f8-95fd-43ed-85dc-ab5ca13b424a", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "1b96f028-c8df-4b0a-802c-afb2a80c1a61", "resourceInvariantUUID": "3eb5e48b-c425-40f7-ad5b-01bb0d056537", "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": "69ed28bd-59ac-4e57-8aac-c32b278f5057", "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": "a9c7285e-9455-42ee-b9ea-f1668c5335d7", "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": "NzYxYjIzZGMwZjcyYTk5ZjNjZmZhNjI4YTY1YzRmYmQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f0596e6c-bf9c-4098-8211-cad28eb10c57", "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": "5b0e0ffc-96fd-4e06-a3cb-0eb88eac8ead", "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": "4aed6550-731b-47ac-8b11-9946c0910f04", "generatedFromUUID": "5b0e0ffc-96fd-4e06-a3cb-0eb88eac8ead" }, "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": "4aed6550-731b-47ac-8b11-9946c0910f04", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZmU0NWU5N2I2NTU0MTc0MzE2YjQ1ZGE4YmIzZmQxMzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "33a1eeff-f9e2-477e-a278-519d62ef31ed" } ], "workloadContext": "Production" } 2022-08-22T04:15:13.603Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-22T04:15:13.603Z|e49a7c81-92a2-4e6a-abed-777eb8a154fc|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 fdc077ba-1c33-44b1-88e8-ad3ad6b805f9 ASDC 2022-08-22T04:15:13.604Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:687e4129-10fb-40f8-a42d-e1926542ebc2 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:fdc077ba-1c33-44b1-88e8-ad3ad6b805f9 ServiceInvariantUUID:24a9f2b8-f034-40df-abb2-d5a3bc63b159 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:33a1eeff-f9e2-477e-a278-519d62ef31ed ArtifactChecksum:ZmU0NWU5N2I2NTU0MTc0MzE2YjQ1ZGE4YmIzZmQxMzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:c91f72f8-95fd-43ed-85dc-ab5ca13b424a ResourceInvariantUUID:3eb5e48b-c425-40f7-ad5b-01bb0d056537 ResourceName:basic_cnf ResourceType:VF ResourceUUID:1b96f028-c8df-4b0a-802c-afb2a80c1a61 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:69ed28bd-59ac-4e57-8aac-c32b278f5057 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:a9c7285e-9455-42ee-b9ea-f1668c5335d7 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:f0596e6c-bf9c-4098-8211-cad28eb10c57 ArtifactChecksum:NzYxYjIzZGMwZjcyYTk5ZjNjZmZhNjI4YTY1YzRmYmQ= 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:5b0e0ffc-96fd-4e06-a3cb-0eb88eac8ead 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:4aed6550-731b-47ac-8b11-9946c0910f04 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:4aed6550-731b-47ac-8b11-9946c0910f04 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-22T04:15:13.604Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fdc077ba-1c33-44b1-88e8-ad3ad6b805f9 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-22T04:15:13.662Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T04:15:13.663Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-08-22T04:15:13.664Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-08-22T04:15:13.664Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 33a1eeff-f9e2-477e-a278-519d62ef31ed from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-08-22T04:15:13.664Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-08-22T04:15:13.664Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-08-22T04:15:14.150Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-08-22T04:15:14.154Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 33a1eeff-f9e2-477e-a278-519d62ef31ed 68960 2022-08-22T04:15:14.154Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:14.155Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:14.155Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:15:14.155Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:14.160Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:14.160Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141714154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:15:14.261Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:15:14.262Z||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-22T04:15:14.262Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:14.281Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:14.282Z||pool-92-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:15:14.742Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:15:14.743Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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-22T04:15:14.743Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:14.766Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:14.767Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:15:14.767Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e7213c40-70d0-49e6-ac47-6e0f49ab4218", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141576080, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:15:14.768Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:15:14.768Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:15:14.768Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:15:14.769Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:15:14.769Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:15:14.769Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-08-22T04:15:14.769Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:15:14.769Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:15:14.769Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-22T04:15:14.769Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:15:14.769Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:15:14.769Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:15:14.769Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:15:14.769Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:15:14.769Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-22T04:15:14.769Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:15:14.770Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:15:14.770Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:15:14.770Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:15:14.770Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:15:14.770Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:15:14.770Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:15:14.770Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:15:14.771Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141588692, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:15:14.771Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:15:14.771Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:15:14.771Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141591706, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-22T04:15:14.771Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:15:14.771Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:15:14.771Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141592786, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T04:15:14.771Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:15:14.771Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:15:14.771Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141593890, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-22T04:15:14.771Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:15:15.161Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T04:15:15.162Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-08-22T04:15:15.163Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 33a1eeff-f9e2-477e-a278-519d62ef31ed, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-22T04:15:15.163Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-08-22T04:15:15.164Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-22T04:15:15.164Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-22T04:15:15.381Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16540568987842348325/Definitions/service-BasicCnf-template.yml 2022-08-22T04:15:16.943Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-22T04:15:16.944Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-08-22T04:15:16.944Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-22T04:15:16.944Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-08-22T04:15:16.945Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:16.945Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:16.945Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-08-22T04:15:16.945Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:16.945Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-08-22T04:15:16.945Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:16.946Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:15:16.946Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-22T04:15:16.946Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-08-22T04:15:16.946Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T04:15:16.947Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:16.947Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:15:16.947Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-22T04:15:16.947Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-08-22T04:15:16.948Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T04:15:16.948Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:16.948Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:15:16.948Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:16.949Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-08-22T04:15:16.949Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-08-22T04:15:16.949Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Node template dummy is not matching search criteria 2022-08-22T04:15:16.949Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-22T04:15:16.949Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:16.950Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-22T04:15:16.950Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:16.950Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-22T04:15:16.950Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:15:16.951Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:16.951Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-22T04:15:16.951Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:15:16.951Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:16.951Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-22T04:15:16.952Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:15:16.952Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:16.952Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-08-22T04:15:16.952Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-08-22T04:15:16.952Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f05ba05c-f913-4c8b-84e1-d42f33c6e1e7 2022-08-22T04:15:16.953Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:16.953Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:15:16.953Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:16.953Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:15:16.953Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:16.954Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:15:16.954Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:16.954Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:15:16.954Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:fdc077ba-1c33-44b1-88e8-ad3ad6b805f9 Model Version:NULL Model InvariantUuid:24a9f2b8-f034-40df-abb2-d5a3bc63b159 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:8872998c-d7bb-443d-a4de-20590863a7f9 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:3eb5e48b-c425-40f7-ad5b-01bb0d056537 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:c91f72f8-95fd-43ed-85dc-ab5ca13b424a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dc41457d-914d-47e5-b80f-032b8dfda542 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:bd672b8b-1e47-4b0b-bcde-591c8bd42baf ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f05ba05c-f913-4c8b-84e1-d42f33c6e1e7 ModelInvariantUuid:3c98a5cd-5bd8-4af6-9829-f529fc7f852e ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:0f47daa9-3f21-4890-9d7b-18e224e6ba16 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:801d0a52-6b6b-4e56-a8e2-520fb77213e5 ModelInvariantUuid:ea8198fd-61eb-4f70-bc62-103dd11a743a ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:ef5d7b16-3a90-4dbf-a722-05d531ae856b 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-22T04:15:17.015Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 1b96f028-c8df-4b0a-802c-afb2a80c1a61 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-22T04:15:17.021Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||basic_cnf 0 2022-08-22T04:15:17.022Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 1b96f028-c8df-4b0a-802c-afb2a80c1a61 2022-08-22T04:15:17.022Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 69ed28bd-59ac-4e57-8aac-c32b278f5057 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-08-22T04:15:17.022Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-08-22T04:15:17.022Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:17.297Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-08-22T04:15:17.299Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 69ed28bd-59ac-4e57-8aac-c32b278f5057 12 2022-08-22T04:15:17.299Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:17.299Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:17.299Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:15:17.300Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:17.302Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:17.302Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141717299, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-08-22T04:15:17.403Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-22T04:15:17.405Z||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-22T04:15:17.405Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:17.416Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:17.416Z||pool-93-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:15:18.303Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: a9c7285e-9455-42ee-b9ea-f1668c5335d7 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-08-22T04:15:18.305Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-08-22T04:15:18.305Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:18.438Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-08-22T04:15:18.439Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz a9c7285e-9455-42ee-b9ea-f1668c5335d7 2688 2022-08-22T04:15:18.440Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:18.440Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:18.441Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:15:18.441Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:18.445Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:18.445Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141718440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-08-22T04:15:18.545Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:15:18.546Z||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-22T04:15:18.546Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:18.557Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:18.558Z||pool-94-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:15:19.446Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: f0596e6c-bf9c-4098-8211-cad28eb10c57 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-08-22T04:15:19.447Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-08-22T04:15:19.447Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:19.600Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-08-22T04:15:19.601Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json f0596e6c-bf9c-4098-8211-cad28eb10c57 828 2022-08-22T04:15:19.601Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:19.601Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:19.602Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:15:19.602Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:19.606Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:19.606Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141719601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-22T04:15:19.704Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-08-22T04:15:19.705Z||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-22T04:15:19.706Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:19.722Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:19.723Z||pool-95-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:15:20.607Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "dc41457d-914d-47e5-b80f-032b8dfda542", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bd672b8b-1e47-4b0b-bcde-591c8bd42baf", "vfModuleModelCustomizationUUID": "37798c2d-2c1f-456d-9193-2152667e02a0", "isBase": true, "artifacts": [ "5b0e0ffc-96fd-4e06-a3cb-0eb88eac8ead", "a9c7285e-9455-42ee-b9ea-f1668c5335d7", "4aed6550-731b-47ac-8b11-9946c0910f04" ], "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-22T04:15:20.613Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bd672b8b-1e47-4b0b-bcde-591c8bd42baf VfModuleModelInvariantUUID:dc41457d-914d-47e5-b80f-032b8dfda542 VfModuleModelDescription:NULL Artifacts UUID List:{ 5b0e0ffc-96fd-4e06-a3cb-0eb88eac8ead , a9c7285e-9455-42ee-b9ea-f1668c5335d7 , 4aed6550-731b-47ac-8b11-9946c0910f04 } 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-22T04:15:20.615Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "dc41457d-914d-47e5-b80f-032b8dfda542", "vfModuleModelVersion": "1", "vfModuleModelUUID": "bd672b8b-1e47-4b0b-bcde-591c8bd42baf", "vfModuleModelCustomizationUUID": "37798c2d-2c1f-456d-9193-2152667e02a0", "isBase": true, "artifacts": [ "5b0e0ffc-96fd-4e06-a3cb-0eb88eac8ead", "a9c7285e-9455-42ee-b9ea-f1668c5335d7", "4aed6550-731b-47ac-8b11-9946c0910f04" ], "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-22T04:15:20.615Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:bd672b8b-1e47-4b0b-bcde-591c8bd42baf VfModuleModelInvariantUUID:dc41457d-914d-47e5-b80f-032b8dfda542 VfModuleModelDescription:NULL Artifacts UUID List:{ 5b0e0ffc-96fd-4e06-a3cb-0eb88eac8ead , a9c7285e-9455-42ee-b9ea-f1668c5335d7 , 4aed6550-731b-47ac-8b11-9946c0910f04 } 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-22T04:15:20.616Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 5b0e0ffc-96fd-4e06-a3cb-0eb88eac8ead from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-08-22T04:15:20.616Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-08-22T04:15:20.616Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:20.721Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-08-22T04:15:20.722Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 5b0e0ffc-96fd-4e06-a3cb-0eb88eac8ead 1164 2022-08-22T04:15:20.722Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:20.722Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:20.723Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:15:20.723Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:20.726Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:20.726Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141720722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T04:15:20.827Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:15:20.828Z||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-22T04:15:20.828Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:20.839Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:20.840Z||pool-96-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:15:21.727Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 4aed6550-731b-47ac-8b11-9946c0910f04 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-08-22T04:15:21.728Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-08-22T04:15:21.728Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:21.850Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-08-22T04:15:21.850Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 4aed6550-731b-47ac-8b11-9946c0910f04 200 2022-08-22T04:15:21.851Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:21.851Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:21.851Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:15:21.851Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:21.859Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:21.859Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141721851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-08-22T04:15:21.954Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-08-22T04:15:21.955Z||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-22T04:15:21.958Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:21.970Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:21.971Z||pool-97-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:15:22.859Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: fdc077ba-1c33-44b1-88e8-ad3ad6b805f9 2022-08-22T04:15:22.860Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 1b96f028-c8df-4b0a-802c-afb2a80c1a61 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-08-22T04:15:22.906Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-22T04:15:22.917Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3dab9585, org.onap.sdc.toscaparser.api.parameters.Input@5270606c, org.onap.sdc.toscaparser.api.parameters.Input@1d1236c8, org.onap.sdc.toscaparser.api.parameters.Input@271925e3, org.onap.sdc.toscaparser.api.parameters.Input@467f9b38] 2022-08-22T04:15:22.919Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:22.921Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:15:22.921Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-08-22T04:15:22.921Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= c91f72f8-95fd-43ed-85dc-ab5ca13b424a 2022-08-22T04:15:22.921Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: c91f72f8-95fd-43ed-85dc-ab5ca13b424a matches Tosca VF Customization UUID: c91f72f8-95fd-43ed-85dc-ab5ca13b424a 2022-08-22T04:15:22.921Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: c91f72f8-95fd-43ed-85dc-ab5ca13b424a 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-22T04:15:22.938Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:22.938Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:15:22.940Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id c91f72f8-95fd-43ed-85dc-ab5ca13b424a: {\"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-22T04:15:22.940Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75ad386e 2022-08-22T04:15:22.940Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:22.940Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-22T04:15:22.941Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 37798c2d-2c1f-456d-9193-2152667e02a0 2022-08-22T04:15:22.941Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 37798c2d-2c1f-456d-9193-2152667e02a0 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-22T04:15:22.951Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:22.951Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-22T04:15:22.952Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:15:22.953Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:22.953Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-22T04:15:22.953Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:15:22.953Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:22.954Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-08-22T04:15:22.954Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-08-22T04:15:22.954Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=f05ba05c-f913-4c8b-84e1-d42f33c6e1e7 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-22T04:15:22.961Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:22.962Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-22T04:15:22.962Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:15:22.963Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:22.963Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-08-22T04:15:22.963Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=c91f72f8-95fd-43ed-85dc-ab5ca13b424a 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-22T04:15:22.969Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:22.970Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:15:22.970Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid fdc077ba-1c33-44b1-88e8-ad3ad6b805f9: basic_cnf 2022-08-22T04:15:22.970Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:22.970Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:15:22.971Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:22.971Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:15:22.971Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:22.971Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:15:22.972Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:22.972Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:15:22.972Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:15:22.972Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:15:22.972Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:23.091Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 1b96f028-c8df-4b0a-802c-afb2a80c1a61 1 ASDC deployResourceStructure 2022-08-22T04:15:23.093Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:23.093Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:23.095Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-08-22T04:15:23.096Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:23.098Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:23.098Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141723092, "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-22T04:15:23.198Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:15:23.199Z||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-22T04:15:23.200Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:23.213Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:23.214Z||pool-98-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:15:24.099Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:24.100Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:24.100Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-08-22T04:15:24.100Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:24.103Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:24.104Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141724099, "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-22T04:15:24.203Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T04:15:24.204Z||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-22T04:15:24.204Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:24.215Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:24.216Z||pool-99-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:15:25.104Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:25.105Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:25.105Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:15:25.106Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:25.108Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:25.109Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141725104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-08-22T04:15:25.211Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-08-22T04:15:25.213Z||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-22T04:15:25.213Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:25.226Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:25.227Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:15:26.111Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:26.112Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:26.113Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:15:26.113Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:26.115Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:26.115Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141726111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-08-22T04:15:26.216Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-22T04:15:26.217Z||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-22T04:15:26.217Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:26.230Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:26.231Z||pool-101-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:15:27.117Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:27.117Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:27.117Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:15:27.118Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:27.122Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:27.123Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141727117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-08-22T04:15:27.223Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:15:27.224Z||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-22T04:15:27.224Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:27.236Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:27.237Z||pool-102-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:15:28.124Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:28.125Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:28.125Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:15:28.126Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:28.129Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:28.129Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141728124, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:15:28.229Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:15:28.230Z||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-22T04:15:28.230Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:28.243Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:28.243Z||pool-103-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:15:29.130Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 687e4129-10fb-40f8-a42d-e1926542ebc2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:15:29.167Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 687e4129-10fb-40f8-a42d-e1926542ebc2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:15:29.172Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:15:29.172Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-22T04:15:29.173Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-22T04:15:29.173Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-22T04:15:29.173Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:15:29.174Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:15:29.175Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:15:29.175Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:15:29.175Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:15:29.175Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:15:29.175Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:29.191Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-22T04:15:59.194Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 687e4129-10fb-40f8-a42d-e1926542ebc2 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-22T04:15:59.214Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 687e4129-10fb-40f8-a42d-e1926542ebc2 and serviceModelVersionId: fdc077ba-1c33-44b1-88e8-ad3ad6b805f9 2022-08-22T04:15:59.214Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 24a9f2b8-f034-40df-abb2-d5a3bc63b159 2022-08-22T04:15:59.215Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/24a9f2b8-f034-40df-abb2-d5a3bc63b159/model-vers/model-ver/fdc077ba-1c33-44b1-88e8-ad3ad6b805f9?depth=0 2022-08-22T04:15:59.220Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-08-22T04:15:59.272Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24a9f2b8-f034-40df-abb2-d5a3bc63b159/model-vers/model-ver/fdc077ba-1c33-44b1-88e8-ad3ad6b805f9?depth=0|INFO|500||Invoke 2022-08-22T04:15:59.273Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24a9f2b8-f034-40df-abb2-d5a3bc63b159/model-vers/model-ver/fdc077ba-1c33-44b1-88e8-ad3ad6b805f9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24a9f2b8-f034-40df-abb2-d5a3bc63b159/model-vers/model-ver/fdc077ba-1c33-44b1-88e8-ad3ad6b805f9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[687e4129-10fb-40f8-a42d-e1926542ebc2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b6b58090-358f-4e80-a44c-ce95ea53caae], X-ECOMP-RequestID=[687e4129-10fb-40f8-a42d-e1926542ebc2], X-TransactionId=[], X-ONAP-RequestID=[687e4129-10fb-40f8-a42d-e1926542ebc2], Content-Type=[application/merge-patch+json]} 2022-08-22T04:15:59.302Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24a9f2b8-f034-40df-abb2-d5a3bc63b159/model-vers/model-ver/fdc077ba-1c33-44b1-88e8-ad3ad6b805f9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-22T04:15:59.560Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24a9f2b8-f034-40df-abb2-d5a3bc63b159/model-vers/model-ver/fdc077ba-1c33-44b1-88e8-ad3ad6b805f9?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/24a9f2b8-f034-40df-abb2-d5a3bc63b159/model-vers/model-ver/fdc077ba-1c33-44b1-88e8-ad3ad6b805f9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220822-04:15:59:616-79387], vertex-id=[487544], Content-Length=[0], Date=[Mon, 22 Aug 2022 04:15:59 GMT], Content-Type=[application/json]} 2022-08-22T04:15:59.560Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24a9f2b8-f034-40df-abb2-d5a3bc63b159/model-vers/model-ver/fdc077ba-1c33-44b1-88e8-ad3ad6b805f9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-08-22T04:15:59.561Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/24a9f2b8-f034-40df-abb2-d5a3bc63b159/model-vers/model-ver/fdc077ba-1c33-44b1-88e8-ad3ad6b805f9?depth=0|INFO|500||InvokeReturn 2022-08-22T04:15:59.561Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-22T04:15:59.561Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||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-22T04:15:59.576Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-22T04:15:59.576Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 687e4129-10fb-40f8-a42d-e1926542ebc2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-22T04:15:59.576Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-22T04:15:59.577Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:15:59.582Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:15:59.582Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141759576, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:15:59.682Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:15:59.683Z||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-22T04:15:59.683Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:15:59.700Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:15:59.700Z||pool-104-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-22T04:16:00.621Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:16:00.622Z||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-22T04:16:00.622Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:16:10.877Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:16:10.878Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:16:10.878Z||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-22T04:16:10.878Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:16:14.742Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:16:14.743Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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-22T04:16:14.743Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:16:14.773Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:16:14.774Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:16:14.774Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141595171, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-08-22T04:16:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:16:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:16:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141596184, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-08-22T04:16:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:16:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:16:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141597191, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-08-22T04:16:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:16:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:16:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141598196, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:16:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:16:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:16:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "41b2e1f0-5a45-42a2-bdf7-3f7167dee10b", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141629611, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:16:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:16:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:16:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:16:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:16:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:16:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:16:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:16:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:16:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:16:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:16:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:16:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:16:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:16:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:16:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:16:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:16:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:16:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/resourceInstances/pnfc7e4f8f312c20/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:16:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:16:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:16:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:16:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:16:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:16:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:16:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:16:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:16:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141639731, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:16:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:16:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:16:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141642092, "artifactURL": "/sdc/v1/catalog/services/DemoPnfJydelwxn86ehzeudgk0f/1.0/artifacts/service-DemoPnfJydelwxn86ehzeudgk0f-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:16:14.783Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:16:20.422Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:16:20.423Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:16:20.424Z||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-22T04:16:20.424Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:16:29.965Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:16:29.966Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:16:29.967Z||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-22T04:16:29.967Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:16:39.503Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:16:39.504Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:16:39.505Z||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-22T04:16:39.506Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:16:49.046Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:16:49.047Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:16:49.047Z||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-22T04:16:49.047Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:16:58.604Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:17:14.740Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:17:14.742Z||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-22T04:17:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:17:14.742Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:17:14.743Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|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-22T04:17:14.743Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:17:14.766Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:17:14.767Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-22T04:17:14.767Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "e49a7c81-92a2-4e6a-abed-777eb8a154fc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141703529, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:17:14.768Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:17:14.768Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-22T04:17:14.769Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:17:14.769Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-22T04:17:14.769Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-22T04:17:14.769Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-08-22T04:17:14.769Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-22T04:17:14.769Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-22T04:17:14.769Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-08-22T04:17:14.769Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-22T04:17:14.769Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-22T04:17:14.770Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-08-22T04:17:14.770Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-22T04:17:14.770Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-22T04:17:14.770Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-08-22T04:17:14.770Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-22T04:17:14.770Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-22T04:17:14.770Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:17:14.770Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-22T04:17:14.770Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-22T04:17:14.770Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-08-22T04:17:14.770Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-22T04:17:14.770Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-22T04:17:14.770Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:17:14.771Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-22T04:17:14.771Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-22T04:17:14.771Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141577100, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:17:14.771Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-08-22T04:17:14.771Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-22T04:17:14.771Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141714154, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:17:14.771Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:17:24.283Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:18:14.740Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:18:14.742Z||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-22T04:18:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:18:14.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:18:14.743Z||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-22T04:18:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:18:14.786Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:18:14.786Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:18:14.786Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141717299, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-08-22T04:18:14.789Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:18:14.789Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:18:14.790Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141718440, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-08-22T04:18:14.790Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:18:14.791Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:18:14.792Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141719601, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-22T04:18:14.793Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:18:14.793Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:18:14.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141720722, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T04:18:14.794Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:18:14.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:18:14.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141721851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-08-22T04:18:14.794Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:18:14.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:18:14.794Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141723092, "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-22T04:18:14.794Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:18:14.794Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:18:14.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141724099, "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-22T04:18:14.795Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:18:14.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:18:14.795Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141725104, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-08-22T04:18:14.795Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:18:14.795Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:18:14.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141726111, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-08-22T04:18:14.796Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:18:14.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:18:14.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141727117, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-08-22T04:18:14.796Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:18:14.796Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:18:14.796Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141728124, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:18:14.797Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:18:14.797Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:18:14.797Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "687e4129-10fb-40f8-a42d-e1926542ebc2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141759576, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:18:14.797Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:18:15.378Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:18:15.378Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-22T04:18:15.378Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"e5c1fa35-6afa-4ac9-abd7-41c35d12a009","serviceName":"Demo_pNF_CE95Tw6yd8Vm36V6AuzX","serviceVersion":"1.0","serviceUUID":"48a8009b-33af-48d4-b6a7-d39a6b50b893","serviceDescription":"catalog service description","serviceInvariantUUID":"ce45f651-a886-4122-ad31-f989c26c9131","resources":[{"resourceInstanceName":"pNF 321fb42f-fe76 0","resourceName":"pNF 321fb42f-fe76","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"f559a99a-6c79-490a-ab54-2adec0a4d5bb","resourceInvariantUUID":"986fdc6d-f3d1-4d1d-ae56-a65851c8ca37","resourceCustomizationUUID":"388e1ccf-bc9f-4456-82f0-28a5e001a077","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/vf-license-model.xml","artifactChecksum":"YzU1ZjhjZWQ2ODliM2M0ZjdlY2IyMmUxN2U2YjJlYzU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"08fef923-5b06-4c63-b2f9-9013a0c4715f","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/pNF.csar","artifactChecksum":"NDUyOWNiNjExMGJiZmQxM2JiYjMzN2RiM2VkZmQ1NTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"afbca868-7ae0-4c6c-be7d-9ed34776514c","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"47fc8e0e-71ce-4c47-a393-8727c2ee5dec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/vendor-license-model.xml","artifactChecksum":"MGNiNzFmNDUwN2Q2YzZmMmEwZDgyNTIyNjRjY2U0NGE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"ba03fd60-5588-497d-9949-330ff7204e20","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"76ac286d-6923-4b3e-8c99-14a747ab18c9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"70227e8a-e67c-4531-8165-52b646d04851","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfCe95tw6yd8vm36v6auzx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-template.yml","artifactChecksum":"MWY4YmI5MjBhNmJhMGFlNDk5ZDRjZjcxNjNkNjhjMTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"31f7767a-b39e-4dd1-bdec-9122b6db854c","artifactVersion":"1"},{"artifactName":"service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar","artifactChecksum":"NWQ2NmVmZmYxYzA5OGRiOTZjNWY3YWZhN2M3NGQ2ODU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"44470f77-77c0-48c2-9042-b70820eac4eb","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-22T04:18:15.381Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:18:15.386Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:18:15.390Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:18:15.391Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141894740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:18:15.490Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-08-22T04:18:15.491Z||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-22T04:18:15.491Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:18:15.503Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:18:15.503Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:18:16.391Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:18:16.392Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:18:16.395Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:18:16.395Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141894740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:18:16.495Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T04:18:16.496Z||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-22T04:18:16.497Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:18:16.508Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:18:16.509Z||pool-106-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:18:17.396Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:18:17.397Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:18:17.401Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:18:17.402Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141894740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:18:17.502Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:18:17.503Z||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-22T04:18:17.503Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:18:17.526Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:18:17.527Z||pool-107-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:18:18.402Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:18:18.403Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:18:18.405Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:18:18.405Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141894740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:18:18.506Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:18:18.507Z||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-22T04:18:18.507Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:18:18.519Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:18:18.519Z||pool-108-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:18:19.406Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:18:19.406Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:18:19.409Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:18:19.409Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141894740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:18:19.509Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:18:19.510Z||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-22T04:18:19.511Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:18:19.523Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:18:19.524Z||pool-109-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:18:20.410Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:18:20.411Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:18:20.414Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:18:20.414Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141894740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:18:20.514Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:18:20.515Z||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-22T04:18:20.515Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:18:20.526Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:18:20.527Z||pool-110-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:18:21.414Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:18:21.416Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:18:21.419Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:18:21.419Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141894740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:18:21.519Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:18:21.520Z||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-22T04:18:21.520Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:18:21.534Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:18:21.535Z||pool-111-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:18:22.419Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:18:22.420Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:18:22.423Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:18:22.423Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141894740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:18:22.523Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:18:22.524Z||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-22T04:18:22.524Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:18:22.536Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:18:22.537Z||pool-112-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:18:23.424Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "serviceName": "Demo_pNF_CE95Tw6yd8Vm36V6AuzX", "serviceVersion": "1.0", "serviceUUID": "48a8009b-33af-48d4-b6a7-d39a6b50b893", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ce45f651-a886-4122-ad31-f989c26c9131", "resources": [ { "resourceInstanceName": "pNF 321fb42f-fe76 0", "resourceCustomizationUUID": "388e1ccf-bc9f-4456-82f0-28a5e001a077", "resourceName": "pNF 321fb42f-fe76", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "f559a99a-6c79-490a-ab54-2adec0a4d5bb", "resourceInvariantUUID": "986fdc6d-f3d1-4d1d-ae56-a65851c8ca37", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "artifactChecksum": "NWQ2NmVmZmYxYzA5OGRiOTZjNWY3YWZhN2M3NGQ2ODU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "44470f77-77c0-48c2-9042-b70820eac4eb" } ], "workloadContext": "Production" } 2022-08-22T04:18:23.425Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-22T04:18:23.425Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 48a8009b-33af-48d4-b6a7-d39a6b50b893 ASDC 2022-08-22T04:18:23.425Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:e5c1fa35-6afa-4ac9-abd7-41c35d12a009 ServiceName:Demo_pNF_CE95Tw6yd8Vm36V6AuzX ServiceVersion:1.0 ServiceUUID:48a8009b-33af-48d4-b6a7-d39a6b50b893 ServiceInvariantUUID:ce45f651-a886-4122-ad31-f989c26c9131 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar ArtifactUUID:44470f77-77c0-48c2-9042-b70820eac4eb ArtifactChecksum:NWQ2NmVmZmYxYzA5OGRiOTZjNWY3YWZhN2M3NGQ2ODU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 321fb42f-fe76 0 ResourceCustomizationUUID:388e1ccf-bc9f-4456-82f0-28a5e001a077 ResourceInvariantUUID:986fdc6d-f3d1-4d1d-ae56-a65851c8ca37 ResourceName:pNF 321fb42f-fe76 ResourceType:PNF ResourceUUID:f559a99a-6c79-490a-ab54-2adec0a4d5bb ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-08-22T04:18:23.425Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 48a8009b-33af-48d4-b6a7-d39a6b50b893 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-22T04:18:23.470Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T04:18:23.471Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-08-22T04:18:23.471Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-08-22T04:18:23.471Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 44470f77-77c0-48c2-9042-b70820eac4eb from URL: /sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar 2022-08-22T04:18:23.471Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-08-22T04:18:23.472Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar 2022-08-22T04:18:23.549Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-08-22T04:18:23.554Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar 44470f77-77c0-48c2-9042-b70820eac4eb 82662 2022-08-22T04:18:23.554Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar ASDC sendASDCNotification 2022-08-22T04:18:23.554Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar 2022-08-22T04:18:23.554Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:18:23.555Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:18:23.558Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:18:23.558Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141903554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:18:23.658Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:18:23.659Z||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-22T04:18:23.659Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:18:23.670Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:18:23.671Z||pool-113-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:18:24.559Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T04:18:24.560Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-08-22T04:18:24.560Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 44470f77-77c0-48c2-9042-b70820eac4eb, URL: /sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar to file: /app/ASDC/1/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar 2022-08-22T04:18:24.560Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar 2022-08-22T04:18:24.561Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar 2022-08-22T04:18:24.561Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar 2022-08-22T04:18:24.684Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7023892915198429564/Definitions/service-DemoPnfCe95tw6yd8vm36v6auzx-template.yml 2022-08-22T04:18:25.684Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-22T04:18:25.685Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-08-22T04:18:25.685Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar 2022-08-22T04:18:25.685Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-08-22T04:18:25.685Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar 2022-08-22T04:18:25.686Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar 2022-08-22T04:18:25.686Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar 2022-08-22T04:18:25.686Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar 2022-08-22T04:18:25.686Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 321fb42f-fe76 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-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar 2022-08-22T04:18:25.686Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar 2022-08-22T04:18:25.686Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar 2022-08-22T04:18:25.686Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-08-22T04:18:25.686Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:18:25.687Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CE95Tw6yd8Vm36V6AuzX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:18:25.687Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Node template pNF 321fb42f-fe76 0 is matching search criteria 2022-08-22T04:18:25.687Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-08-22T04:18:25.687Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 321fb42f-fe76 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T04:18:25.688Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:18:25.688Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CE95Tw6yd8Vm36V6AuzX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:18:25.688Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Node template pNF 321fb42f-fe76 0 is matching search criteria 2022-08-22T04:18:25.688Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-08-22T04:18:25.688Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 321fb42f-fe76 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T04:18:25.689Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:18:25.689Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CE95Tw6yd8Vm36V6AuzX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:18:25.689Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:18:25.689Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CE95Tw6yd8Vm36V6AuzX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:18:25.689Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:18:25.690Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CE95Tw6yd8Vm36V6AuzX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:18:25.690Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:18:25.690Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CE95Tw6yd8Vm36V6AuzX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:18:25.690Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:18:25.690Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CE95Tw6yd8Vm36V6AuzX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:18:25.691Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_CE95Tw6yd8Vm36V6AuzX Description:catalog service description Model UUID:48a8009b-33af-48d4-b6a7-d39a6b50b893 Model Version:NULL Model InvariantUuid:ce45f651-a886-4122-ad31-f989c26c9131 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-22T04:18:25.709Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: f559a99a-6c79-490a-ab54-2adec0a4d5bb 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-22T04:18:25.714Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||pNF 321fb42f-fe76 0 2022-08-22T04:18:25.714Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: f559a99a-6c79-490a-ab54-2adec0a4d5bb 2022-08-22T04:18:25.714Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 48a8009b-33af-48d4-b6a7-d39a6b50b893 2022-08-22T04:18:25.714Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 48a8009b-33af-48d4-b6a7-d39a6b50b893 2022-08-22T04:18:25.714Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 321fb42f-fe76 0 f559a99a-6c79-490a-ab54-2adec0a4d5bb 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-22T04:18:25.719Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@73f1bc42, org.onap.sdc.toscaparser.api.parameters.Input@2ef99cb7, org.onap.sdc.toscaparser.api.parameters.Input@2c435370, org.onap.sdc.toscaparser.api.parameters.Input@19d13b15, org.onap.sdc.toscaparser.api.parameters.Input@673c97c1] 2022-08-22T04:18:25.719Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:18:25.720Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CE95Tw6yd8Vm36V6AuzX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:18:25.721Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 48a8009b-33af-48d4-b6a7-d39a6b50b893: pNF 321fb42f-fe76 2022-08-22T04:18:25.721Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||Processing PNF resource: f559a99a-6c79-490a-ab54-2adec0a4d5bb 2022-08-22T04:18:25.721Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:18:25.722Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_CE95Tw6yd8Vm36V6AuzX is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:18:25.722Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||Resource customization UUID: 388e1ccf-bc9f-4456-82f0-28a5e001a077 is the same as notified resource customizationUUID: 388e1ccf-bc9f-4456-82f0-28a5e001a077 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-22T04:18:25.761Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 321fb42f-fe76 f559a99a-6c79-490a-ab54-2adec0a4d5bb 0 ASDC deployResourceStructure 2022-08-22T04:18:25.762Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar ASDC sendASDCNotification 2022-08-22T04:18:25.762Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar 2022-08-22T04:18:25.763Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:18:25.763Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:18:25.765Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:18:25.765Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141905762, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:18:25.866Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:18:25.867Z||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-22T04:18:25.867Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:18:25.880Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:18:25.881Z||pool-114-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:18:26.766Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5c1fa35-6afa-4ac9-abd7-41c35d12a009 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:18:26.781Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5c1fa35-6afa-4ac9-abd7-41c35d12a009 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:18:26.783Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:18:26.783Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T04:18:26.783Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T04:18:56.784Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5c1fa35-6afa-4ac9-abd7-41c35d12a009 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:18:56.815Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5c1fa35-6afa-4ac9-abd7-41c35d12a009 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:18:56.816Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:18:56.817Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T04:18:56.817Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T04:19:14.742Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:19:14.743Z||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-22T04:19:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:19:14.769Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:19:14.770Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.770Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "multicloud-k8s-id", "timestamp": 1661141885039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.770Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "ves-openapi-manager", "timestamp": 1661141885227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "cds", "timestamp": 1661141884606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "ves-openapi-manager", "timestamp": 1661141885227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "cds", "timestamp": 1661141884606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.771Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.771Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "multicloud-k8s-id", "timestamp": 1661141885039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.771Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "clamp", "timestamp": 1661141889633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "ves-openapi-manager", "timestamp": 1661141885227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.772Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.772Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.772Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "cds", "timestamp": 1661141884606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "multicloud-k8s-id", "timestamp": 1661141885039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "clamp", "timestamp": 1661141889633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "policy-id", "timestamp": 1661141890837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.773Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.773Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "ves-openapi-manager", "timestamp": 1661141885227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.773Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "cds", "timestamp": 1661141884606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "multicloud-k8s-id", "timestamp": 1661141885039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "clamp", "timestamp": 1661141889633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "policy-id", "timestamp": 1661141890837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "ves-openapi-manager", "timestamp": 1661141885227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.774Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.774Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.774Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "multicloud-k8s-id", "timestamp": 1661141885039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "cds", "timestamp": 1661141884606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "clamp", "timestamp": 1661141889633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.775Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.775Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.775Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "policy-id", "timestamp": 1661141890837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "ves-openapi-manager", "timestamp": 1661141885227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-08-22T04:19:14.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.776Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "multicloud-k8s-id", "timestamp": 1661141885039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.776Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.776Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "cds", "timestamp": 1661141884606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "clamp", "timestamp": 1661141889633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:14.777Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:19:14.777Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "policy-id", "timestamp": 1661141890837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:19:14.777Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:19:26.818Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5c1fa35-6afa-4ac9-abd7-41c35d12a009 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:19:26.837Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5c1fa35-6afa-4ac9-abd7-41c35d12a009 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:19:26.840Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:19:26.840Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T04:19:26.841Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T04:19:56.841Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5c1fa35-6afa-4ac9-abd7-41c35d12a009 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:19:56.896Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5c1fa35-6afa-4ac9-abd7-41c35d12a009 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:19:56.898Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:19:56.898Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T04:19:56.898Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T04:20:14.743Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:20:14.745Z||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-22T04:20:14.745Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:20:14.779Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:20:14.780Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-08-22T04:20:14.780Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "ves-openapi-manager", "timestamp": 1661141885227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:20:14.782Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-08-22T04:20:26.898Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5c1fa35-6afa-4ac9-abd7-41c35d12a009 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:20:26.912Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5c1fa35-6afa-4ac9-abd7-41c35d12a009 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:20:26.914Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:20:26.914Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T04:20:26.914Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T04:20:56.916Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5c1fa35-6afa-4ac9-abd7-41c35d12a009 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:20:56.929Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5c1fa35-6afa-4ac9-abd7-41c35d12a009 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:20:56.932Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:20:56.932Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T04:20:56.932Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T04:21:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:21:14.744Z||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-22T04:21:14.744Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:21:14.772Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:21:14.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "cds", "timestamp": 1661141884606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "multicloud-k8s-id", "timestamp": 1661141885039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.776Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "clamp", "timestamp": 1661141889633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141894740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "policy-id", "timestamp": 1661141890837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "ves-openapi-manager", "timestamp": 1661141885227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "multicloud-k8s-id", "timestamp": 1661141885039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:21:14.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "cds", "timestamp": 1661141884606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:21:14.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "clamp", "timestamp": 1661141889633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.779Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141894740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "policy-id", "timestamp": 1661141890837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "ves-openapi-manager", "timestamp": 1661141897134, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T04:21:14.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:21:14.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.781Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "cds", "timestamp": 1661141897047, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:21:14.781Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:21:14.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "clamp", "timestamp": 1661141889633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:21:14.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.782Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141894740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "policy-id", "timestamp": 1661141890837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "cds", "timestamp": 1661141898058, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-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-22T04:21:14.809Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e5c1fa35-6afa-4ac9-abd7-41c35d12a009 2022-08-22T04:21:14.810Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5c1fa35-6afa-4ac9-abd7-41c35d12a009 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-22T04:21:14.825Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.825Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "ves-openapi-manager", "timestamp": 1661141898171, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-08-22T04:21:14.826Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:21:14.826Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.826Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141894740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.827Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "policy-id", "timestamp": 1661141890837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:21:14.827Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.827Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "ves-openapi-manager", "timestamp": 1661141899175, "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-22T04:21:14.835Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of e5c1fa35-6afa-4ac9-abd7-41c35d12a009 2022-08-22T04:21:14.835Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5c1fa35-6afa-4ac9-abd7-41c35d12a009 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-22T04:21:14.847Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.847Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141894740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.847Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "policy-id", "timestamp": 1661141899602, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:21:14.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:21:14.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141894740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.848Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.848Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.848Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "policy-id", "timestamp": 1661141900607, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:21:14.848Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:21:14.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141894740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.849Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.849Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.849Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "policy-id", "timestamp": 1661141901610, "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-22T04:21:14.857Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e5c1fa35-6afa-4ac9-abd7-41c35d12a009 2022-08-22T04:21:14.858Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5c1fa35-6afa-4ac9-abd7-41c35d12a009 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-22T04:21:14.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141894740, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:21:14.888Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.888Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141903554, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:21:14.888Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:21:14.888Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "aai-ml", "timestamp": 1661141903553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "aai-ml", "timestamp": 1661141903553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.889Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661141905762, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:21:14.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:21:14.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "aai-ml", "timestamp": 1661141903553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "aai-ml", "timestamp": 1661141903553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "aai-ml", "timestamp": 1661141903553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.891Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "clamp", "timestamp": 1661141908786, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:21:14.891Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:21:14.891Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "aai-ml", "timestamp": 1661141903553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.892Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.892Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.892Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141908500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "aai-ml", "timestamp": 1661141903553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.893Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.893Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.893Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141908500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.894Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "clamp", "timestamp": 1661141910799, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:21:14.894Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:21:14.894Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.894Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "aai-ml", "timestamp": 1661141903553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:21:14.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141908500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.895Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.895Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.895Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "clamp", "timestamp": 1661141911803, "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-22T04:21:14.904Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e5c1fa35-6afa-4ac9-abd7-41c35d12a009 2022-08-22T04:21:14.905Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5c1fa35-6afa-4ac9-abd7-41c35d12a009 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-22T04:21:14.919Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.919Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "aai-ml", "timestamp": 1661141912362, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:21:14.919Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:21:14.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141908500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.920Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.920Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.920Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141908500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141908500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/resourceInstances/pnf321fb42ffe760/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.921Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.921Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141908500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:21:14.921Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141908500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:21:14.922Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:21:14.922Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.922Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141917307, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:21:14.922Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:21:14.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "aai-ml", "timestamp": 1661141917739, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:21:14.923Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:21:14.923Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.923Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "aai-ml", "timestamp": 1661141918744, "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-22T04:21:14.930Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e5c1fa35-6afa-4ac9-abd7-41c35d12a009 2022-08-22T04:21:14.930Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5c1fa35-6afa-4ac9-abd7-41c35d12a009 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-22T04:21:14.966Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141919573, "artifactURL": "/sdc/v1/catalog/services/DemoPnfCe95tw6yd8vm36v6auzx/1.0/artifacts/service-DemoPnfCe95tw6yd8vm36v6auzx-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:21:14.967Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:21:14.967Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:21:14.967Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141920578, "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-22T04:21:14.981Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e5c1fa35-6afa-4ac9-abd7-41c35d12a009 2022-08-22T04:21:14.981Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId e5c1fa35-6afa-4ac9-abd7-41c35d12a009 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-22T04:21:26.949Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e5c1fa35-6afa-4ac9-abd7-41c35d12a009 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:21:26.966Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e5c1fa35-6afa-4ac9-abd7-41c35d12a009 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:21:26.969Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:21:26.969Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-22T04:21:26.969Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-22T04:21:26.970Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-22T04:21:26.970Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:21:26.970Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:21:26.970Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:21:26.970Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:21:26.970Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:21:26.970Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:21:26.971Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:21:26.971Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-22T04:21:26.977Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-22T04:21:56.977Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e5c1fa35-6afa-4ac9-abd7-41c35d12a009 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-22T04:21:56.990Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e5c1fa35-6afa-4ac9-abd7-41c35d12a009 and serviceModelVersionId: 48a8009b-33af-48d4-b6a7-d39a6b50b893 2022-08-22T04:21:56.990Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ce45f651-a886-4122-ad31-f989c26c9131 2022-08-22T04:21:56.992Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ce45f651-a886-4122-ad31-f989c26c9131/model-vers/model-ver/48a8009b-33af-48d4-b6a7-d39a6b50b893?depth=0 2022-08-22T04:21:57.001Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-08-22T04:21:57.069Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce45f651-a886-4122-ad31-f989c26c9131/model-vers/model-ver/48a8009b-33af-48d4-b6a7-d39a6b50b893?depth=0|INFO|500||Invoke 2022-08-22T04:21:57.069Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce45f651-a886-4122-ad31-f989c26c9131/model-vers/model-ver/48a8009b-33af-48d4-b6a7-d39a6b50b893?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce45f651-a886-4122-ad31-f989c26c9131/model-vers/model-ver/48a8009b-33af-48d4-b6a7-d39a6b50b893?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e5c1fa35-6afa-4ac9-abd7-41c35d12a009], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[28539747-b5aa-4552-9033-f48362bc16a1], X-ECOMP-RequestID=[e5c1fa35-6afa-4ac9-abd7-41c35d12a009], X-TransactionId=[], X-ONAP-RequestID=[e5c1fa35-6afa-4ac9-abd7-41c35d12a009], Content-Type=[application/merge-patch+json]} 2022-08-22T04:21:57.098Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce45f651-a886-4122-ad31-f989c26c9131/model-vers/model-ver/48a8009b-33af-48d4-b6a7-d39a6b50b893?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-22T04:21:57.247Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce45f651-a886-4122-ad31-f989c26c9131/model-vers/model-ver/48a8009b-33af-48d4-b6a7-d39a6b50b893?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/ce45f651-a886-4122-ad31-f989c26c9131/model-vers/model-ver/48a8009b-33af-48d4-b6a7-d39a6b50b893?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220822-04:21:57:376-32138], vertex-id=[532600], Content-Length=[0], Date=[Mon, 22 Aug 2022 04:21:57 GMT], Content-Type=[application/json]} 2022-08-22T04:21:57.247Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce45f651-a886-4122-ad31-f989c26c9131/model-vers/model-ver/48a8009b-33af-48d4-b6a7-d39a6b50b893?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-08-22T04:21:57.248Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ce45f651-a886-4122-ad31-f989c26c9131/model-vers/model-ver/48a8009b-33af-48d4-b6a7-d39a6b50b893?depth=0|INFO|500||InvokeReturn 2022-08-22T04:21:57.249Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-22T04:21:57.249Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-22T04:21:57.262Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-22T04:21:57.262Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e5c1fa35-6afa-4ac9-abd7-41c35d12a009 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-22T04:21:57.263Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-22T04:21:57.263Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:21:57.266Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:21:57.266Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142117263, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:21:57.366Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:21:57.367Z||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-22T04:21:57.367Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:21:57.385Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:21:57.386Z||pool-115-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-22T04:21:58.318Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:21:58.319Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|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-22T04:21:58.319Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:22:02.714Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:22:02.715Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-08-22T04:22:02.715Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"35366a17-c66f-465f-9012-343dc44a3405","serviceName":"Demo_pNF_f5ct4UyubHqM2Cm4kLAT","serviceVersion":"1.0","serviceUUID":"f5b8d570-7580-4990-803e-4bbf5414e7e7","serviceDescription":"catalog service description","serviceInvariantUUID":"d089e75b-85da-4b32-a031-87c1b1ee3d9a","resources":[{"resourceInstanceName":"pNF 10bcfccc-dd10 0","resourceName":"pNF 10bcfccc-dd10","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"cfc2d682-6d48-472f-862c-3ff6efd41f67","resourceInvariantUUID":"f5fd16d1-f6c7-4034-a6fd-49890a5fef3a","resourceCustomizationUUID":"acc75dfa-51ec-4cf7-a8c2-a3a64066f043","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/vf-license-model.xml","artifactChecksum":"YWNlZmRhMjM3NTZkZjM5OWE3OTNhNGU5ODljYjM1YzM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9348779b-3de4-4e5e-ba8a-fa8129a46634","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/pNF.csar","artifactChecksum":"NDUyOWNiNjExMGJiZmQxM2JiYjMzN2RiM2VkZmQ1NTk\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"903c48e1-de88-499d-b27a-a6625c44ae96","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"da20798c-db00-4b39-b465-0ad4ab809bec","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/vendor-license-model.xml","artifactChecksum":"ZDY1MDYxMWFkNDI1ZjViNjQwNmU4OWI5NTA1ZTFlMTE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"07dccf5d-b3b3-4617-985e-20e6340f5070","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"68c72943-3fe9-436d-996f-6251430f9c50","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"49974d9d-0940-40aa-a929-7f774d704335","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfF5ct4uyubhqm2cm4klat-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-template.yml","artifactChecksum":"YmE3MzExNjI2Njg5ZjdmYWVjNDg3MmU1NTBjNTY0Yjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"af8db822-f7a7-4016-aa9e-addfe6ac1a0d","artifactVersion":"1"},{"artifactName":"service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar","artifactChecksum":"ODhmZjgxNGU1MjFhZGVjNzJkM2NkM2ZhYjA2ZTIzZGQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5ab5c0ee-1248-46a9-8698-2483b41ad02c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-22T04:22:02.718Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:22:02.719Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:22:02.721Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:22:02.721Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142118318, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:02.821Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:22:02.822Z||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-22T04:22:02.822Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:22:02.836Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:22:02.836Z||pool-116-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:22:03.722Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:22:03.722Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:22:03.724Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:22:03.725Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142118318, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:03.825Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:22:03.826Z||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-22T04:22:03.826Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:22:03.855Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:22:03.856Z||pool-117-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:22:04.725Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:22:04.726Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:22:04.728Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:22:04.728Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142118318, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:04.829Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:22:04.830Z||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-22T04:22:04.830Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:22:04.843Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:22:04.844Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:22:05.729Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:22:05.730Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:22:05.733Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:22:05.733Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142118318, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:05.834Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-22T04:22:05.835Z||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-22T04:22:05.835Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:22:05.847Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:22:05.848Z||pool-119-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:22:06.734Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:22:06.734Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:22:06.736Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:22:06.736Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142118318, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:06.837Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:22:06.838Z||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-22T04:22:06.838Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:22:06.850Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:22:06.850Z||pool-120-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:22:07.737Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:22:07.738Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:22:07.741Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:22:07.742Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142118318, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:07.842Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T04:22:07.843Z||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-22T04:22:07.843Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:22:07.858Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:22:07.858Z||pool-121-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:22:08.742Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:22:08.743Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:22:08.746Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:22:08.746Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142118318, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:08.846Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:22:08.847Z||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-22T04:22:08.847Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:22:08.861Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:22:08.862Z||pool-122-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:22:09.747Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:22:09.747Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:22:09.750Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:22:09.750Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142118318, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:22:09.853Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-08-22T04:22:09.854Z||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-22T04:22:09.854Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:22:09.867Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:22:09.867Z||pool-123-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:22:10.752Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "serviceName": "Demo_pNF_f5ct4UyubHqM2Cm4kLAT", "serviceVersion": "1.0", "serviceUUID": "f5b8d570-7580-4990-803e-4bbf5414e7e7", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d089e75b-85da-4b32-a031-87c1b1ee3d9a", "resources": [ { "resourceInstanceName": "pNF 10bcfccc-dd10 0", "resourceCustomizationUUID": "acc75dfa-51ec-4cf7-a8c2-a3a64066f043", "resourceName": "pNF 10bcfccc-dd10", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "cfc2d682-6d48-472f-862c-3ff6efd41f67", "resourceInvariantUUID": "f5fd16d1-f6c7-4034-a6fd-49890a5fef3a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "artifactChecksum": "ODhmZjgxNGU1MjFhZGVjNzJkM2NkM2ZhYjA2ZTIzZGQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5ab5c0ee-1248-46a9-8698-2483b41ad02c" } ], "workloadContext": "Production" } 2022-08-22T04:22:10.752Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-22T04:22:10.752Z|e5c1fa35-6afa-4ac9-abd7-41c35d12a009|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 f5b8d570-7580-4990-803e-4bbf5414e7e7 ASDC 2022-08-22T04:22:10.753Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:35366a17-c66f-465f-9012-343dc44a3405 ServiceName:Demo_pNF_f5ct4UyubHqM2Cm4kLAT ServiceVersion:1.0 ServiceUUID:f5b8d570-7580-4990-803e-4bbf5414e7e7 ServiceInvariantUUID:d089e75b-85da-4b32-a031-87c1b1ee3d9a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar ArtifactUUID:5ab5c0ee-1248-46a9-8698-2483b41ad02c ArtifactChecksum:ODhmZjgxNGU1MjFhZGVjNzJkM2NkM2ZhYjA2ZTIzZGQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 10bcfccc-dd10 0 ResourceCustomizationUUID:acc75dfa-51ec-4cf7-a8c2-a3a64066f043 ResourceInvariantUUID:f5fd16d1-f6c7-4034-a6fd-49890a5fef3a ResourceName:pNF 10bcfccc-dd10 ResourceType:PNF ResourceUUID:cfc2d682-6d48-472f-862c-3ff6efd41f67 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-08-22T04:22:10.754Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f5b8d570-7580-4990-803e-4bbf5414e7e7 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-22T04:22:10.799Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T04:22:10.800Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-08-22T04:22:10.800Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-08-22T04:22:10.800Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5ab5c0ee-1248-46a9-8698-2483b41ad02c from URL: /sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar 2022-08-22T04:22:10.800Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-08-22T04:22:10.800Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar 2022-08-22T04:22:10.888Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-08-22T04:22:10.895Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar 5ab5c0ee-1248-46a9-8698-2483b41ad02c 82644 2022-08-22T04:22:10.896Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar ASDC sendASDCNotification 2022-08-22T04:22:10.896Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar 2022-08-22T04:22:10.896Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:22:10.897Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:22:10.900Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:22:10.901Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142130896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:22:11.001Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T04:22:11.002Z||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-22T04:22:11.002Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:22:11.015Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:22:11.016Z||pool-124-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:22:11.902Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T04:22:11.903Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-08-22T04:22:11.904Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5ab5c0ee-1248-46a9-8698-2483b41ad02c, URL: /sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar to file: /app/ASDC/1/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar 2022-08-22T04:22:11.905Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar 2022-08-22T04:22:11.905Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar 2022-08-22T04:22:11.905Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar 2022-08-22T04:22:12.082Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11588499494764535157/Definitions/service-DemoPnfF5ct4uyubhqm2cm4klat-template.yml 2022-08-22T04:22:12.996Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-22T04:22:12.997Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-08-22T04:22:12.998Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar 2022-08-22T04:22:12.998Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-08-22T04:22:12.998Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 10bcfccc-dd10 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-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar 2022-08-22T04:22:12.998Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar 2022-08-22T04:22:12.998Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar 2022-08-22T04:22:12.998Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar 2022-08-22T04:22:12.999Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar 2022-08-22T04:22:12.999Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar 2022-08-22T04:22:12.999Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar 2022-08-22T04:22:12.999Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-08-22T04:22:12.999Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:22:13.000Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_f5ct4UyubHqM2Cm4kLAT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:22:13.000Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Node template pNF 10bcfccc-dd10 0 is matching search criteria 2022-08-22T04:22:13.000Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-08-22T04:22:13.000Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 10bcfccc-dd10 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T04:22:13.001Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:22:13.001Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_f5ct4UyubHqM2Cm4kLAT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:22:13.001Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Node template pNF 10bcfccc-dd10 0 is matching search criteria 2022-08-22T04:22:13.001Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-08-22T04:22:13.002Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 10bcfccc-dd10 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T04:22:13.002Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:22:13.002Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_f5ct4UyubHqM2Cm4kLAT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:22:13.002Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:22:13.002Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_f5ct4UyubHqM2Cm4kLAT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:22:13.002Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:22:13.003Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_f5ct4UyubHqM2Cm4kLAT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:22:13.003Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:22:13.003Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_f5ct4UyubHqM2Cm4kLAT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:22:13.003Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:22:13.003Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_f5ct4UyubHqM2Cm4kLAT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:22:13.004Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_f5ct4UyubHqM2Cm4kLAT Description:catalog service description Model UUID:f5b8d570-7580-4990-803e-4bbf5414e7e7 Model Version:NULL Model InvariantUuid:d089e75b-85da-4b32-a031-87c1b1ee3d9a 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-22T04:22:13.017Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: cfc2d682-6d48-472f-862c-3ff6efd41f67 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-22T04:22:13.022Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||pNF 10bcfccc-dd10 0 2022-08-22T04:22:13.023Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: cfc2d682-6d48-472f-862c-3ff6efd41f67 2022-08-22T04:22:13.023Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||No resources found for Service: f5b8d570-7580-4990-803e-4bbf5414e7e7 2022-08-22T04:22:13.023Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: f5b8d570-7580-4990-803e-4bbf5414e7e7 2022-08-22T04:22:13.024Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 10bcfccc-dd10 0 cfc2d682-6d48-472f-862c-3ff6efd41f67 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-22T04:22:13.033Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6aaabb1c, org.onap.sdc.toscaparser.api.parameters.Input@259b88a9, org.onap.sdc.toscaparser.api.parameters.Input@76d8f97c, org.onap.sdc.toscaparser.api.parameters.Input@1c85e711, org.onap.sdc.toscaparser.api.parameters.Input@2348ddc6] 2022-08-22T04:22:13.033Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:22:13.034Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_f5ct4UyubHqM2Cm4kLAT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:22:13.034Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid f5b8d570-7580-4990-803e-4bbf5414e7e7: pNF 10bcfccc-dd10 2022-08-22T04:22:13.034Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||Processing PNF resource: cfc2d682-6d48-472f-862c-3ff6efd41f67 2022-08-22T04:22:13.034Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:22:13.034Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_f5ct4UyubHqM2Cm4kLAT is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:22:13.034Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||Resource customization UUID: acc75dfa-51ec-4cf7-a8c2-a3a64066f043 is the same as notified resource customizationUUID: acc75dfa-51ec-4cf7-a8c2-a3a64066f043 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-22T04:22:13.171Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 10bcfccc-dd10 cfc2d682-6d48-472f-862c-3ff6efd41f67 0 ASDC deployResourceStructure 2022-08-22T04:22:13.172Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar ASDC sendASDCNotification 2022-08-22T04:22:13.172Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar 2022-08-22T04:22:13.172Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:22:13.172Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:22:13.174Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:22:13.175Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142133172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:22:13.275Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:22:13.276Z||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-22T04:22:13.276Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:22:13.350Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:22:13.351Z||pool-125-thread-1|||||INFO|500||cambria reply ok (75 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:22:14.177Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35366a17-c66f-465f-9012-343dc44a3405 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:22:14.205Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35366a17-c66f-465f-9012-343dc44a3405 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:22:14.208Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:22:14.209Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T04:22:14.209Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T04:22:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:22:14.743Z||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-22T04:22:14.744Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:22:14.764Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:22:14.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141998500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.767Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.767Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "cds", "timestamp": 1661142004606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.767Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "ves-openapi-manager", "timestamp": 1661142005227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.768Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.769Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.769Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "multicloud-k8s-id", "timestamp": 1661142005039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.770Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.770Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.771Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141998500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.771Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.772Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.772Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "cds", "timestamp": 1661142004606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.772Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.773Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.773Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "ves-openapi-manager", "timestamp": 1661142005227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.774Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.774Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "multicloud-k8s-id", "timestamp": 1661142005039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.775Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.775Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141998500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.776Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.776Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "cds", "timestamp": 1661142004606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.777Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "ves-openapi-manager", "timestamp": 1661142005227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "multicloud-k8s-id", "timestamp": 1661142005039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141998500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.781Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.781Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.782Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "cds", "timestamp": 1661142004606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.782Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.783Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "ves-openapi-manager", "timestamp": 1661142005227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.783Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.784Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.784Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "multicloud-k8s-id", "timestamp": 1661142005039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.785Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.786Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141998500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.786Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.786Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.787Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "cds", "timestamp": 1661142004606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.787Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.788Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "ves-openapi-manager", "timestamp": 1661142005227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.788Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.789Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "multicloud-k8s-id", "timestamp": 1661142005039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.790Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.790Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.790Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "clamp", "timestamp": 1661142009633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.791Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141998500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.792Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "cds", "timestamp": 1661142004606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.792Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.793Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.793Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "ves-openapi-manager", "timestamp": 1661142005227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-08-22T04:22:14.793Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "multicloud-k8s-id", "timestamp": 1661142005039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "clamp", "timestamp": 1661142009633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141998500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.798Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "cds", "timestamp": 1661142004606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.798Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.799Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.799Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "policy-id", "timestamp": 1661142010837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.799Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.800Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.800Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "ves-openapi-manager", "timestamp": 1661142005227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.801Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.801Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.801Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "multicloud-k8s-id", "timestamp": 1661142005039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.802Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.802Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.802Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "clamp", "timestamp": 1661142009633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.803Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.803Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.803Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "policy-id", "timestamp": 1661142010837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.804Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.804Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.804Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661141998500, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:22:14.805Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "cds", "timestamp": 1661142004606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:22:14.806Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "ves-openapi-manager", "timestamp": 1661142005227, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.807Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.808Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "multicloud-k8s-id", "timestamp": 1661142005039, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:22:14.808Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.808Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.809Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "clamp", "timestamp": 1661142009633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.810Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "policy-id", "timestamp": 1661142010837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.810Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142013712, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:22:14.811Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:22:14.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "cds", "timestamp": 1661142013915, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:22:14.812Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:22:14.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "ves-openapi-manager", "timestamp": 1661142014013, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T04:22:14.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:22:14.813Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "clamp", "timestamp": 1661142009633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:14.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:22:14.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "policy-id", "timestamp": 1661142010837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:22:14.815Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:22:44.210Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35366a17-c66f-465f-9012-343dc44a3405 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:22:44.223Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35366a17-c66f-465f-9012-343dc44a3405 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:22:44.225Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:22:44.225Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T04:22:44.226Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T04:23:14.226Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35366a17-c66f-465f-9012-343dc44a3405 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:23:14.238Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35366a17-c66f-465f-9012-343dc44a3405 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:23:14.240Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:23:14.240Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T04:23:14.241Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T04:23:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:23:14.743Z||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-22T04:23:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:23:14.767Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:23:14.768Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:14.768Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "cds", "timestamp": 1661142014922, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-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-22T04:23:14.826Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 35366a17-c66f-465f-9012-343dc44a3405 2022-08-22T04:23:14.826Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35366a17-c66f-465f-9012-343dc44a3405 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-22T04:23:14.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:14.852Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "ves-openapi-manager", "timestamp": 1661142015035, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-08-22T04:23:14.852Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:23:14.852Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:14.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "clamp", "timestamp": 1661142009633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:23:14.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:23:14.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:14.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "policy-id", "timestamp": 1661142010837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:23:14.853Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:23:14.853Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:14.853Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "ves-openapi-manager", "timestamp": 1661142016038, "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-22T04:23:14.869Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 35366a17-c66f-465f-9012-343dc44a3405 2022-08-22T04:23:14.869Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35366a17-c66f-465f-9012-343dc44a3405 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-22T04:23:14.889Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:14.889Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142015850, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:23:14.890Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:23:14.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:14.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "clamp", "timestamp": 1661142009633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:23:14.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:23:14.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:14.890Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "policy-id", "timestamp": 1661142010837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:23:14.890Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:23:14.890Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:14.891Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142016854, "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-22T04:23:14.902Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 35366a17-c66f-465f-9012-343dc44a3405 2022-08-22T04:23:14.902Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35366a17-c66f-465f-9012-343dc44a3405 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-22T04:23:14.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:14.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "clamp", "timestamp": 1661142009633, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:23:14.935Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:23:14.935Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:14.935Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "policy-id", "timestamp": 1661142010837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:23:14.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:23:14.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:14.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "policy-id", "timestamp": 1661142010837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:23:14.936Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:23:14.936Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:14.936Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "policy-id", "timestamp": 1661142019596, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:23:14.936Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:23:14.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:14.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "policy-id", "timestamp": 1661142020603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:23:14.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:23:14.937Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:14.937Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "clamp", "timestamp": 1661142020811, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:23:14.937Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:23:14.938Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:14.938Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "policy-id", "timestamp": 1661142021607, "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-22T04:23:14.951Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35366a17-c66f-465f-9012-343dc44a3405 2022-08-22T04:23:14.951Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35366a17-c66f-465f-9012-343dc44a3405 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-22T04:23:14.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:14.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "clamp", "timestamp": 1661142022821, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:23:14.975Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:23:14.975Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:14.975Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "clamp", "timestamp": 1661142023825, "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-22T04:23:15.012Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 35366a17-c66f-465f-9012-343dc44a3405 2022-08-22T04:23:15.012Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35366a17-c66f-465f-9012-343dc44a3405 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-22T04:23:15.024Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:15.024Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "aai-ml", "timestamp": 1661142023553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:23:15.025Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:23:15.025Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:15.025Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "aai-ml", "timestamp": 1661142023553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:23:15.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:23:15.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:15.026Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "aai-ml", "timestamp": 1661142023553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:23:15.026Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:23:15.026Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:15.027Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "aai-ml", "timestamp": 1661142023553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:23:15.027Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:23:15.027Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:15.028Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "aai-ml", "timestamp": 1661142023553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:23:15.028Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:23:15.028Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:15.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "aai-ml", "timestamp": 1661142023553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:23:15.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:23:15.029Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:15.029Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "aai-ml", "timestamp": 1661142023553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:23:15.029Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:23:15.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:15.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "aai-ml", "timestamp": 1661142023553, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:23:15.030Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:23:15.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:15.030Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "aai-ml", "timestamp": 1661142032337, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:23:15.030Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:23:15.030Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:15.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "aai-ml", "timestamp": 1661142037824, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:23:15.031Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:23:15.031Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:23:15.031Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "aai-ml", "timestamp": 1661142038832, "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-22T04:23:15.040Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 35366a17-c66f-465f-9012-343dc44a3405 2022-08-22T04:23:15.040Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35366a17-c66f-465f-9012-343dc44a3405 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-22T04:23:44.241Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35366a17-c66f-465f-9012-343dc44a3405 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:23:44.254Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35366a17-c66f-465f-9012-343dc44a3405 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:23:44.257Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:23:44.257Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-22T04:23:44.258Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-22T04:23:44.258Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-22T04:23:44.258Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:23:44.258Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:23:44.258Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:23:44.259Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:23:44.259Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:23:44.259Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:23:44.259Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:23:44.259Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-22T04:23:44.265Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-22T04:24:14.266Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 35366a17-c66f-465f-9012-343dc44a3405 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-22T04:24:14.272Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 35366a17-c66f-465f-9012-343dc44a3405 and serviceModelVersionId: f5b8d570-7580-4990-803e-4bbf5414e7e7 2022-08-22T04:24:14.273Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d089e75b-85da-4b32-a031-87c1b1ee3d9a 2022-08-22T04:24:14.274Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d089e75b-85da-4b32-a031-87c1b1ee3d9a/model-vers/model-ver/f5b8d570-7580-4990-803e-4bbf5414e7e7?depth=0 2022-08-22T04:24:14.278Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-08-22T04:24:14.323Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d089e75b-85da-4b32-a031-87c1b1ee3d9a/model-vers/model-ver/f5b8d570-7580-4990-803e-4bbf5414e7e7?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-22T04:24:14.325Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d089e75b-85da-4b32-a031-87c1b1ee3d9a/model-vers/model-ver/f5b8d570-7580-4990-803e-4bbf5414e7e7?depth=0|INFO|500||Invoke 2022-08-22T04:24:14.346Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d089e75b-85da-4b32-a031-87c1b1ee3d9a/model-vers/model-ver/f5b8d570-7580-4990-803e-4bbf5414e7e7?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-22T04:24:14.469Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d089e75b-85da-4b32-a031-87c1b1ee3d9a/model-vers/model-ver/f5b8d570-7580-4990-803e-4bbf5414e7e7?depth=0|INFO|500||InvokeReturn 2022-08-22T04:24:14.469Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d089e75b-85da-4b32-a031-87c1b1ee3d9a/model-vers/model-ver/f5b8d570-7580-4990-803e-4bbf5414e7e7?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220822-04:24:14:623-88641], vertex-id=[487624], Content-Length=[0], Date=[Mon, 22 Aug 2022 04:24:14 GMT], Content-Type=[application/json]} 2022-08-22T04:24:14.469Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-08-22T04:24:14.470Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-22T04:24:14.471Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-08-22T04:24:14.477Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-08-22T04:24:14.478Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 35366a17-c66f-465f-9012-343dc44a3405 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-22T04:24:14.478Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-22T04:24:14.478Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:24:14.480Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:24:14.480Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142254478, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:24:14.581Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-22T04:24:14.582Z||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-22T04:24:14.582Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:24:14.611Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:24:14.611Z||pool-126-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:24:14.743Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:24:14.745Z||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-22T04:24:14.746Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:24:14.771Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:24:14.774Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:24:14.775Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "e5c1fa35-6afa-4ac9-abd7-41c35d12a009", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142117263, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:24:14.776Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:24:14.777Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:24:14.777Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142118318, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:24:14.778Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:24:14.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:24:14.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142118318, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:24:14.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:24:14.783Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:24:14.785Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142118318, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:24:14.785Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:24:14.787Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:24:14.788Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142118318, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:24:14.789Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:24:14.789Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:24:14.791Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142118318, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:24:14.791Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:24:14.792Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:24:14.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142118318, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/resourceInstances/pnf10bcfcccdd100/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:24:14.809Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:24:14.810Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:24:14.811Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142118318, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:24:14.811Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:24:14.811Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:24:14.813Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142118318, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:24:14.814Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:24:14.814Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:24:14.814Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142130896, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:24:14.815Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:24:14.815Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:24:14.815Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142133172, "artifactURL": "/sdc/v1/catalog/services/DemoPnfF5ct4uyubhqm2cm4klat/1.0/artifacts/service-DemoPnfF5ct4uyubhqm2cm4klat-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:24:14.816Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-22T04:24:15.495Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:24:15.496Z|35366a17-c66f-465f-9012-343dc44a3405|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-22T04:24:15.496Z|35366a17-c66f-465f-9012-343dc44a3405|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:24:25.797Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:24:25.798Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:24:25.798Z|35366a17-c66f-465f-9012-343dc44a3405|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-22T04:24:25.798Z|35366a17-c66f-465f-9012-343dc44a3405|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:24:35.371Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:24:35.372Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:24:35.372Z|35366a17-c66f-465f-9012-343dc44a3405|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-22T04:24:35.373Z|35366a17-c66f-465f-9012-343dc44a3405|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:24:44.909Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:24:44.910Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:24:44.910Z|35366a17-c66f-465f-9012-343dc44a3405|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-22T04:24:44.911Z|35366a17-c66f-465f-9012-343dc44a3405|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:24:54.505Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:24:54.506Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:24:54.507Z|35366a17-c66f-465f-9012-343dc44a3405|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-22T04:24:54.507Z|35366a17-c66f-465f-9012-343dc44a3405|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:25:04.076Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:25:14.740Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:25:14.742Z|35366a17-c66f-465f-9012-343dc44a3405|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-22T04:25:14.742Z|35366a17-c66f-465f-9012-343dc44a3405|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:25:14.742Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:25:14.742Z||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-22T04:25:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:25:15.264Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:25:15.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-22T04:25:15.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "35366a17-c66f-465f-9012-343dc44a3405", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142254478, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:25:15.266Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:25:24.282Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:26:14.740Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:26:14.742Z|35366a17-c66f-465f-9012-343dc44a3405|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-22T04:26:14.742Z|35366a17-c66f-465f-9012-343dc44a3405|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:26:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:26:14.743Z||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-22T04:26:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:26:24.289Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:26:24.290Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:27:14.740Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:27:14.742Z|35366a17-c66f-465f-9012-343dc44a3405|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-22T04:27:14.742Z|35366a17-c66f-465f-9012-343dc44a3405|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:27:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:27:14.742Z||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-22T04:27:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:27:24.282Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:27:24.284Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:28:14.740Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:28:14.742Z|35366a17-c66f-465f-9012-343dc44a3405|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-22T04:28:14.742Z|35366a17-c66f-465f-9012-343dc44a3405|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:28:14.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:28:14.743Z||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-22T04:28:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:28:24.284Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:28:24.284Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:29:14.740Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:29:14.742Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:29:14.742Z|35366a17-c66f-465f-9012-343dc44a3405|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-22T04:29:14.742Z|687e4129-10fb-40f8-a42d-e1926542ebc2|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-22T04:29:14.742Z|35366a17-c66f-465f-9012-343dc44a3405|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:29:14.742Z|687e4129-10fb-40f8-a42d-e1926542ebc2|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:29:24.290Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:29:24.290Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:14.741Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:30:14.742Z||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-22T04:30:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:14.743Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:30:14.744Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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-22T04:30:14.744Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:14.882Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:15.112Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.112Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "clamp", "timestamp": 1661142579633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.114Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.114Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.114Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "multicloud-k8s-id", "timestamp": 1661142585039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.114Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.114Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.115Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "ves-openapi-manager", "timestamp": 1661142585228, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.115Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.115Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.116Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "multicloud-k8s-id", "timestamp": 1661142585039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-08-22T04:30:15.116Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.116Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.116Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "clamp", "timestamp": 1661142579633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-08-22T04:30:15.117Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.117Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.117Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "ves-openapi-manager", "timestamp": 1661142585228, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.117Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.117Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.118Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "ves-openapi-manager", "timestamp": 1661142585228, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.118Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.118Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.118Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "clamp", "timestamp": 1661142579633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.119Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.119Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.119Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "multicloud-k8s-id", "timestamp": 1661142585039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-08-22T04:30:15.119Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.120Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.120Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "clamp", "timestamp": 1661142579633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.120Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.120Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.120Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "ves-openapi-manager", "timestamp": 1661142585228, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.121Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.129Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.130Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "multicloud-k8s-id", "timestamp": 1661142585039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.130Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.130Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.131Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "cds", "timestamp": 1661142589606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.133Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.133Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.134Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "clamp", "timestamp": 1661142579633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.134Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.134Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.134Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "ves-openapi-manager", "timestamp": 1661142585228, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.135Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.135Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.135Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "multicloud-k8s-id", "timestamp": 1661142585039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-08-22T04:30:15.135Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.135Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.136Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "cds", "timestamp": 1661142589606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.136Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.137Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.137Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "policy-id", "timestamp": 1661142590838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.141Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.142Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.142Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "ves-openapi-manager", "timestamp": 1661142585228, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.142Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.142Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.142Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "multicloud-k8s-id", "timestamp": 1661142585039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-08-22T04:30:15.142Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.142Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.143Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "clamp", "timestamp": 1661142579633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.143Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.143Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.143Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "cds", "timestamp": 1661142589606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.143Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.143Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.143Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "policy-id", "timestamp": 1661142590838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.143Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.143Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.143Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "ves-openapi-manager", "timestamp": 1661142585228, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.143Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.144Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.144Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "multicloud-k8s-id", "timestamp": 1661142585039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-08-22T04:30:15.144Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.144Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.144Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "clamp", "timestamp": 1661142579633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.144Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.144Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.144Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "cds", "timestamp": 1661142589606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.144Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.145Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.145Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "policy-id", "timestamp": 1661142590838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-08-22T04:30:15.145Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.145Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.145Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "aai-ml", "timestamp": 1661142593553, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.145Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.145Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.145Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "ves-openapi-manager", "timestamp": 1661142585228, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.146Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.146Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.146Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "multicloud-k8s-id", "timestamp": 1661142585039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.146Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.146Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.146Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "clamp", "timestamp": 1661142579633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.146Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.146Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.146Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "cds", "timestamp": 1661142589606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.147Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.147Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.147Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "policy-id", "timestamp": 1661142590838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.147Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.147Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.147Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "aai-ml", "timestamp": 1661142593553, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.147Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.147Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.148Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "ves-openapi-manager", "timestamp": 1661142585228, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.148Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.148Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.148Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "multicloud-k8s-id", "timestamp": 1661142585039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.148Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.149Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.149Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "clamp", "timestamp": 1661142579633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.149Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.149Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.149Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "cds", "timestamp": 1661142589606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.149Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.150Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.150Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "policy-id", "timestamp": 1661142590838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.150Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.150Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.150Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "aai-ml", "timestamp": 1661142593553, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.151Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.151Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.151Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "multicloud-k8s-id", "timestamp": 1661142585039, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:30:15.151Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.151Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.151Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "ves-openapi-manager", "timestamp": 1661142585228, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.152Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.152Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.152Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "clamp", "timestamp": 1661142579633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:30:15.152Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.152Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.152Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "cds", "timestamp": 1661142589606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.152Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.152Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.153Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "policy-id", "timestamp": 1661142590838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.153Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.153Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.153Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "aai-ml", "timestamp": 1661142593553, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.153Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.153Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.153Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "multicloud-k8s-id", "timestamp": 1661142596807, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-22T04:30:15.154Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:30:15.154Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.154Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "cds", "timestamp": 1661142589606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.154Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.154Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.154Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "policy-id", "timestamp": 1661142590838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.154Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.154Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.154Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "aai-ml", "timestamp": 1661142593553, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.155Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.155Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.155Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "multicloud-k8s-id", "timestamp": 1661142598046, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T04:30:15.155Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:30:15.155Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.155Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "cds", "timestamp": 1661142589606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.155Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.155Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.155Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "policy-id", "timestamp": 1661142590838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.156Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.156Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.156Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "aai-ml", "timestamp": 1661142593553, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.156Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.156Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.156Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "cds", "timestamp": 1661142589606, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:30:15.156Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.156Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.157Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142598500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.157Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.157Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.157Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "multicloud-k8s-id", "timestamp": 1661142599282, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-08-22T04:30:15.162Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:30:15.162Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.162Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "policy-id", "timestamp": 1661142590838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.162Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.162Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.163Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "aai-ml", "timestamp": 1661142593553, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.163Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.163Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.163Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142598500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.164Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.164Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.164Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "cds", "timestamp": 1661142600528, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:30:15.165Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:30:15.165Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.165Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "multicloud-k8s-id", "timestamp": 1661142600361, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-08-22T04:30:15.166Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:30:15.166Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.166Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "policy-id", "timestamp": 1661142590838, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:30:15.166Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.166Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.167Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "aai-ml", "timestamp": 1661142593553, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.167Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.167Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.168Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142598500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.168Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.168Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.169Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "multicloud-k8s-id", "timestamp": 1661142601590, "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-22T04:30:15.211Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 334bf5ad-5980-4a78-a6bb-9e6f778d80ae 2022-08-22T04:30:15.211Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 334bf5ad-5980-4a78-a6bb-9e6f778d80ae 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-22T04:30:15.236Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.236Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "policy-id", "timestamp": 1661142601627, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:30:15.237Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:30:15.237Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.237Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "aai-ml", "timestamp": 1661142593553, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.237Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.238Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.238Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142598500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.238Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.238Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.238Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "multicloud-k8s-id", "timestamp": 1661142602596, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-22T04:30:15.238Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:30:15.238Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.238Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "policy-id", "timestamp": 1661142602633, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:30:15.238Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:30:15.239Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.239Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "aai-ml", "timestamp": 1661142593553, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:30:15.239Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.239Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.239Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142598500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.239Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.239Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.239Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "policy-id", "timestamp": 1661142603637, "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-22T04:30:15.248Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 334bf5ad-5980-4a78-a6bb-9e6f778d80ae 2022-08-22T04:30:15.248Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 334bf5ad-5980-4a78-a6bb-9e6f778d80ae 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-22T04:30:15.259Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.259Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "aai-ml", "timestamp": 1661142604126, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:30:15.259Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:30:15.259Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.259Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "cds", "timestamp": 1661142604182, "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-22T04:30:15.269Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 334bf5ad-5980-4a78-a6bb-9e6f778d80ae 2022-08-22T04:30:15.269Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 334bf5ad-5980-4a78-a6bb-9e6f778d80ae 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-22T04:30:15.289Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.289Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142598500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.290Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.290Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.290Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142598500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.290Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.290Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.290Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "ves-openapi-manager", "timestamp": 1661142605228, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.290Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.291Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.291Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "cds", "timestamp": 1661142605186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.291Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.291Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.291Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "multicloud-k8s-id", "timestamp": 1661142605039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.291Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.291Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.292Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142598500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.292Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.292Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.292Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "ves-openapi-manager", "timestamp": 1661142605228, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.292Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.292Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.292Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "cds", "timestamp": 1661142605186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.292Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.292Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.292Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "multicloud-k8s-id", "timestamp": 1661142605039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-08-22T04:30:15.292Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.293Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.293Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "clamp", "timestamp": 1661142606951, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:30:15.294Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:30:15.294Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.294Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142598500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.294Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.295Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.295Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "ves-openapi-manager", "timestamp": 1661142605228, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.295Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.295Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.295Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "cds", "timestamp": 1661142605186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.295Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.295Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.296Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "multicloud-k8s-id", "timestamp": 1661142605039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-22T04:30:15.296Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.296Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.296Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142598500, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:30:15.296Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.296Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.296Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "ves-openapi-manager", "timestamp": 1661142605228, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.296Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.297Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.297Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "cds", "timestamp": 1661142605186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.297Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.297Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.297Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "multicloud-k8s-id", "timestamp": 1661142605039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.297Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.297Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.298Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142609392, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:30:15.298Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:30:15.298Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.298Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "ves-openapi-manager", "timestamp": 1661142605228, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.298Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.298Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.298Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "cds", "timestamp": 1661142605186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.298Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.298Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.298Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "multicloud-k8s-id", "timestamp": 1661142605039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-22T04:30:15.298Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.298Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.298Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "ves-openapi-manager", "timestamp": 1661142605228, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.299Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.299Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.299Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "cds", "timestamp": 1661142605186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.299Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.299Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.299Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "multicloud-k8s-id", "timestamp": 1661142605039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.299Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.299Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.299Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "policy-id", "timestamp": 1661142610837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.299Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.299Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.299Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "ves-openapi-manager", "timestamp": 1661142605228, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.299Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.300Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.300Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "multicloud-k8s-id", "timestamp": 1661142605039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.300Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.300Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.300Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "cds", "timestamp": 1661142605186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.300Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.300Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.300Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "clamp", "timestamp": 1661142611956, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:30:15.300Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:30:15.300Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.300Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142611972, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:30:15.301Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:30:15.301Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.301Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "aai-ml", "timestamp": 1661142612749, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:30:15.301Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:30:15.302Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.302Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "policy-id", "timestamp": 1661142610837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.302Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.302Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.302Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "ves-openapi-manager", "timestamp": 1661142605228, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.303Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.303Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.303Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "multicloud-k8s-id", "timestamp": 1661142605039, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:30:15.303Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.303Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.303Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "cds", "timestamp": 1661142605186, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:30:15.304Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.304Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.304Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "clamp", "timestamp": 1661142612961, "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-22T04:30:15.315Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 334bf5ad-5980-4a78-a6bb-9e6f778d80ae 2022-08-22T04:30:15.316Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 334bf5ad-5980-4a78-a6bb-9e6f778d80ae 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-22T04:30:15.339Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.340Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142612976, "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-22T04:30:15.349Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 334bf5ad-5980-4a78-a6bb-9e6f778d80ae 2022-08-22T04:30:15.349Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 334bf5ad-5980-4a78-a6bb-9e6f778d80ae 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-22T04:30:15.361Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.362Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "policy-id", "timestamp": 1661142610837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-22T04:30:15.362Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.362Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.362Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "aai-ml", "timestamp": 1661142613753, "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-22T04:30:15.375Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 334bf5ad-5980-4a78-a6bb-9e6f778d80ae 2022-08-22T04:30:15.377Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 334bf5ad-5980-4a78-a6bb-9e6f778d80ae 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-22T04:30:15.386Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:15.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"334bf5ad-5980-4a78-a6bb-9e6f778d80ae","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"41111b91-da23-45c5-a39d-3058d7b99ac8","serviceDescription":"service","serviceInvariantUUID":"7fee2e5a-4f0f-40ab-95d9-ba5c7c0c47cb","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"96a0759c-ec0a-41b6-a486-3d06d5ac51c7","resourceInvariantUUID":"bbedd4b3-3976-4c83-8136-0de044d8b866","resourceCustomizationUUID":"8251bec9-df9e-462b-b43c-f283a31ccfd1","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":"NmM1Njc5OWMxN2Y5ZTc1NDMxMzE4YmRhYzQ1MGIwNjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f93bffe8-5657-4e1c-8465-583e13045664","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":"NjZmZDBjYzc3NjZkNDE4MDk3ZWM1OTg3ZGZmZGU2NTY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"fe81c2b0-f18f-4168-983e-4d83a7cb6213","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":"24f24d1e-3046-4dd9-bca9-44a8d13ba0e0","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":"588cc5bd-fb0e-4adf-9640-689c5bfc9f20","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":"78e2f83b-0be0-4478-a80e-c4ab1cc8d477","artifactVersion":"2","generatedFromUUID":"de0e582c-2382-4c7a-ba3d-787770dbe381"},{"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":"5979f7ed-f8ce-49d3-b966-34610ca67037","artifactVersion":"2","generatedFromUUID":"24f24d1e-3046-4dd9-bca9-44a8d13ba0e0"},{"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":"de0e582c-2382-4c7a-ba3d-787770dbe381","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":"d9c0163a-ebe2-4217-909b-9ef094bcbc19","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":"OGY0ZDZkYTEyNDJhNzYwOTNiZTkzNzJkYTJjMjU2ZTU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"0380c1a1-7ccc-497b-8935-aae1f71800fb","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZGIzZWZkNzUyOThlYThiMDI3YjA5ZDdkNGYyYThkNzg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"9dda5a20-b161-4c3f-8673-1920c070256d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-22T04:30:15.391Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:30:15.391Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:30:15.394Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.394Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "cds", "timestamp": 1661142614065, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:30:15.394Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:30:15.394Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.394Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "multicloud-k8s-id", "timestamp": 1661142613891, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-22T04:30:15.395Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:30:15.395Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.395Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142598500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.395Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.395Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.396Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "policy-id", "timestamp": 1661142610837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.396Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:30:15.396Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.396Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.396Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:30:15.396Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "clamp", "timestamp": 1661142613972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:15.397Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:30:15.495Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T04:30:15.497Z||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-22T04:30:15.497Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:15.512Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:15.512Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:30:16.397Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:30:16.398Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:30:16.400Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:30:16.401Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-08-22T04:30:16.501Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:30:16.502Z||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-22T04:30:16.502Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:16.525Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:16.526Z||pool-128-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:30:17.402Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:30:17.403Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:30:17.406Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:30:17.406Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-08-22T04:30:17.506Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T04:30:17.507Z||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-22T04:30:17.507Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:17.526Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:17.527Z||pool-129-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:30:18.407Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:30:18.408Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:30:18.411Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:30:18.411Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:18.511Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:30:18.512Z||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-22T04:30:18.512Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:18.530Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:18.530Z||pool-130-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:30:19.412Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:30:19.413Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:30:19.416Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:30:19.416Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-08-22T04:30:19.516Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:30:19.517Z||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-22T04:30:19.517Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:19.528Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:19.529Z||pool-131-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:30:20.417Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:30:20.418Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:30:20.420Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:30:20.420Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-08-22T04:30:20.521Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:30:20.522Z||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-22T04:30:20.522Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:20.532Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:20.532Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:30:21.421Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:30:21.422Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:30:21.424Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:30:21.424Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-08-22T04:30:21.524Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:30:21.526Z||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-22T04:30:21.526Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:21.540Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:21.541Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:30:22.425Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:30:22.427Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:30:22.430Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:30:22.430Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:22.530Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T04:30:22.531Z||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-22T04:30:22.532Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:22.551Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:22.552Z||pool-134-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:30:23.431Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:30:23.432Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:30:23.434Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:30:23.434Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:30:23.535Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:30:23.536Z||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-22T04:30:23.536Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:23.548Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:23.549Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:30:24.435Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:30:24.437Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:30:24.439Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:30:24.440Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:30:24.540Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:30:24.541Z||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-22T04:30:24.541Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:24.559Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:24.560Z||pool-136-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:30:25.441Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "41111b91-da23-45c5-a39d-3058d7b99ac8", "serviceDescription": "service", "serviceInvariantUUID": "7fee2e5a-4f0f-40ab-95d9-ba5c7c0c47cb", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "8251bec9-df9e-462b-b43c-f283a31ccfd1", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "96a0759c-ec0a-41b6-a486-3d06d5ac51c7", "resourceInvariantUUID": "bbedd4b3-3976-4c83-8136-0de044d8b866", "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": "NjZmZDBjYzc3NjZkNDE4MDk3ZWM1OTg3ZGZmZGU2NTY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fe81c2b0-f18f-4168-983e-4d83a7cb6213", "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": "24f24d1e-3046-4dd9-bca9-44a8d13ba0e0", "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": "5979f7ed-f8ce-49d3-b966-34610ca67037", "generatedFromUUID": "24f24d1e-3046-4dd9-bca9-44a8d13ba0e0" }, "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": "78e2f83b-0be0-4478-a80e-c4ab1cc8d477", "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": "5979f7ed-f8ce-49d3-b966-34610ca67037", "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": "de0e582c-2382-4c7a-ba3d-787770dbe381", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZGIzZWZkNzUyOThlYThiMDI3YjA5ZDdkNGYyYThkNzg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9dda5a20-b161-4c3f-8673-1920c070256d" } ], "workloadContext": "Production" } 2022-08-22T04:30:25.441Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-22T04:30:25.442Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 41111b91-da23-45c5-a39d-3058d7b99ac8 ASDC 2022-08-22T04:30:25.442Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:334bf5ad-5980-4a78-a6bb-9e6f778d80ae ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:41111b91-da23-45c5-a39d-3058d7b99ac8 ServiceInvariantUUID:7fee2e5a-4f0f-40ab-95d9-ba5c7c0c47cb 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:9dda5a20-b161-4c3f-8673-1920c070256d ArtifactChecksum:ZGIzZWZkNzUyOThlYThiMDI3YjA5ZDdkNGYyYThkNzg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:8251bec9-df9e-462b-b43c-f283a31ccfd1 ResourceInvariantUUID:bbedd4b3-3976-4c83-8136-0de044d8b866 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:96a0759c-ec0a-41b6-a486-3d06d5ac51c7 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:fe81c2b0-f18f-4168-983e-4d83a7cb6213 ArtifactChecksum:NjZmZDBjYzc3NjZkNDE4MDk3ZWM1OTg3ZGZmZGU2NTY= 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:24f24d1e-3046-4dd9-bca9-44a8d13ba0e0 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:5979f7ed-f8ce-49d3-b966-34610ca67037 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:78e2f83b-0be0-4478-a80e-c4ab1cc8d477 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:5979f7ed-f8ce-49d3-b966-34610ca67037 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:de0e582c-2382-4c7a-ba3d-787770dbe381 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-22T04:30:25.442Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 41111b91-da23-45c5-a39d-3058d7b99ac8 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-22T04:30:25.500Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T04:30:25.501Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-22T04:30:25.502Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-22T04:30:25.502Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 9dda5a20-b161-4c3f-8673-1920c070256d from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-08-22T04:30:25.502Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-22T04:30:25.503Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-08-22T04:30:25.620Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-22T04:30:25.632Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 9dda5a20-b161-4c3f-8673-1920c070256d 158210 2022-08-22T04:30:25.632Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:25.633Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:25.633Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:30:25.633Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:30:25.636Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:30:25.636Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142625632, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:30:25.736Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:30:25.737Z||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-22T04:30:25.738Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:25.749Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:25.750Z||pool-137-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:30:26.637Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T04:30:26.638Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-22T04:30:26.639Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 9dda5a20-b161-4c3f-8673-1920c070256d, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-08-22T04:30:26.641Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-08-22T04:30:26.642Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-08-22T04:30:26.643Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-08-22T04:30:26.871Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3773646614208246336/Definitions/service-BasicCnfMacro-template.yml 2022-08-22T04:30:28.208Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-22T04:30:28.209Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-22T04:30:28.209Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-08-22T04:30:28.209Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-08-22T04:30:28.209Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:28.209Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:28.210Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:28.210Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:28.210Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-22T04:30:28.210Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:28.210Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:30:28.211Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-22T04:30:28.211Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-22T04:30:28.211Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T04:30:28.211Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:28.211Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:30:28.212Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-22T04:30:28.212Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-22T04:30:28.212Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T04:30:28.212Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:28.212Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:30:28.213Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:28.213Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-08-22T04:30:28.213Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-08-22T04:30:28.213Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-08-22T04:30:28.213Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-22T04:30:28.214Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:28.214Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-22T04:30:28.214Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:28.214Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-22T04:30:28.214Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:30:28.215Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:28.215Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-22T04:30:28.215Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:30:28.215Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:28.216Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-22T04:30:28.216Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:30:28.216Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:28.216Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-22T04:30:28.216Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:30:28.217Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:28.217Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-08-22T04:30:28.217Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-08-22T04:30:28.217Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=7ec65237-6284-4298-bfec-14b71f03fe11 2022-08-22T04:30:28.217Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:28.217Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:30:28.218Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:28.218Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:30:28.218Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:28.218Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:30:28.218Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:28.219Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:30:28.219Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:41111b91-da23-45c5-a39d-3058d7b99ac8 Model Version:NULL Model InvariantUuid:7fee2e5a-4f0f-40ab-95d9-ba5c7c0c47cb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:d9db9e05-3dc1-4d2b-9fa0-fa0ceca9696c Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:bbedd4b3-3976-4c83-8136-0de044d8b866 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8251bec9-df9e-462b-b43c-f283a31ccfd1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:294b5752-e6aa-44d4-9908-203c4306688a ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:7267d687-3a8c-4be3-8f92-20b70fb46342 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:0e017651-3eb1-4364-a507-84e9e765b4eb ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:5bba4c23-0058-4557-a107-2614a9d5488b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7ec65237-6284-4298-bfec-14b71f03fe11 ModelInvariantUuid:b7c869a7-e23b-4bda-b2c6-4b0add5cc9b1 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:905478f2-15d3-4076-8f6a-59d48e78c032 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:3ef6c306-da07-434f-b89b-96a2ace1102d ModelInvariantUuid:8f8b76f8-6648-4c32-a20d-7c9d49bb5f19 ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:138f96a1-e16a-4143-a104-0c10c43ec1ec 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-22T04:30:28.232Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: 96a0759c-ec0a-41b6-a486-3d06d5ac51c7 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-22T04:30:28.237Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||basic_cnf_macro 0 2022-08-22T04:30:28.237Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 96a0759c-ec0a-41b6-a486-3d06d5ac51c7 2022-08-22T04:30:28.237Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: fe81c2b0-f18f-4168-983e-4d83a7cb6213 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-08-22T04:30:28.238Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-22T04:30:28.238Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:28.336Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-22T04:30:28.337Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json fe81c2b0-f18f-4168-983e-4d83a7cb6213 1565 2022-08-22T04:30:28.337Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:28.337Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:28.337Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:30:28.338Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:30:28.340Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:30:28.340Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142628337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-22T04:30:28.440Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:30:28.441Z||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-22T04:30:28.441Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:28.453Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:28.454Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:30:29.341Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "0e017651-3eb1-4364-a507-84e9e765b4eb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5bba4c23-0058-4557-a107-2614a9d5488b", "vfModuleModelCustomizationUUID": "ecbd353b-9910-4307-ac6e-e29544de0f97", "isBase": true, "artifacts": [ "24f24d1e-3046-4dd9-bca9-44a8d13ba0e0", "5979f7ed-f8ce-49d3-b966-34610ca67037" ], "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": "294b5752-e6aa-44d4-9908-203c4306688a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7267d687-3a8c-4be3-8f92-20b70fb46342", "vfModuleModelCustomizationUUID": "21f5db16-3542-42d2-963e-dae04c203d6f", "isBase": false, "artifacts": [ "de0e582c-2382-4c7a-ba3d-787770dbe381" ], "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-22T04:30:29.348Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5bba4c23-0058-4557-a107-2614a9d5488b VfModuleModelInvariantUUID:0e017651-3eb1-4364-a507-84e9e765b4eb VfModuleModelDescription:NULL Artifacts UUID List:{ 24f24d1e-3046-4dd9-bca9-44a8d13ba0e0 , 5979f7ed-f8ce-49d3-b966-34610ca67037 } 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:7267d687-3a8c-4be3-8f92-20b70fb46342 VfModuleModelInvariantUUID:294b5752-e6aa-44d4-9908-203c4306688a VfModuleModelDescription:NULL Artifacts UUID List:{ de0e582c-2382-4c7a-ba3d-787770dbe381 } 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-22T04:30:29.352Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "0e017651-3eb1-4364-a507-84e9e765b4eb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "5bba4c23-0058-4557-a107-2614a9d5488b", "vfModuleModelCustomizationUUID": "ecbd353b-9910-4307-ac6e-e29544de0f97", "isBase": true, "artifacts": [ "24f24d1e-3046-4dd9-bca9-44a8d13ba0e0", "5979f7ed-f8ce-49d3-b966-34610ca67037" ], "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": "294b5752-e6aa-44d4-9908-203c4306688a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "7267d687-3a8c-4be3-8f92-20b70fb46342", "vfModuleModelCustomizationUUID": "21f5db16-3542-42d2-963e-dae04c203d6f", "isBase": false, "artifacts": [ "de0e582c-2382-4c7a-ba3d-787770dbe381" ], "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-22T04:30:29.352Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:5bba4c23-0058-4557-a107-2614a9d5488b VfModuleModelInvariantUUID:0e017651-3eb1-4364-a507-84e9e765b4eb VfModuleModelDescription:NULL Artifacts UUID List:{ 24f24d1e-3046-4dd9-bca9-44a8d13ba0e0 , 5979f7ed-f8ce-49d3-b966-34610ca67037 } 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:7267d687-3a8c-4be3-8f92-20b70fb46342 VfModuleModelInvariantUUID:294b5752-e6aa-44d4-9908-203c4306688a VfModuleModelDescription:NULL Artifacts UUID List:{ de0e582c-2382-4c7a-ba3d-787770dbe381 } 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-22T04:30:29.353Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 24f24d1e-3046-4dd9-bca9-44a8d13ba0e0 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-08-22T04:30:29.353Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-22T04:30:29.353Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:29.444Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-22T04:30:29.445Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 24f24d1e-3046-4dd9-bca9-44a8d13ba0e0 914 2022-08-22T04:30:29.445Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:29.445Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:29.445Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:30:29.446Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:30:29.447Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:30:29.448Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142629445, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T04:30:29.548Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:30:29.549Z||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-22T04:30:29.549Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:29.562Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:29.562Z||pool-139-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:30:30.449Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 78e2f83b-0be0-4478-a80e-c4ab1cc8d477 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-08-22T04:30:30.449Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-22T04:30:30.450Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:30.523Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-22T04:30:30.524Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 78e2f83b-0be0-4478-a80e-c4ab1cc8d477 12 2022-08-22T04:30:30.524Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:30.524Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:30.524Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:30:30.525Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:30:30.527Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:30:30.527Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142630524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-08-22T04:30:30.627Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:30:30.628Z||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-22T04:30:30.628Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:30.639Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:30.639Z||pool-140-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:30:31.528Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 5979f7ed-f8ce-49d3-b966-34610ca67037 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-08-22T04:30:31.528Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-22T04:30:31.529Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:31.593Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-22T04:30:31.593Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 5979f7ed-f8ce-49d3-b966-34610ca67037 96 2022-08-22T04:30:31.594Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:31.594Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:31.594Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:30:31.594Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:30:31.597Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:30:31.597Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142631593, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-08-22T04:30:31.697Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:30:31.698Z||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-22T04:30:31.698Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:31.711Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:31.711Z||pool-141-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:30:32.599Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: de0e582c-2382-4c7a-ba3d-787770dbe381 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-08-22T04:30:32.600Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-22T04:30:32.600Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:32.661Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-22T04:30:32.662Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz de0e582c-2382-4c7a-ba3d-787770dbe381 20206 2022-08-22T04:30:32.662Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:32.663Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:32.663Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:30:32.663Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:30:32.665Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:30:32.665Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142632662, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-08-22T04:30:32.765Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:30:32.767Z||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-22T04:30:32.767Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:32.778Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:32.779Z||pool-142-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:30:33.671Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 41111b91-da23-45c5-a39d-3058d7b99ac8 2022-08-22T04:30:33.671Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 96a0759c-ec0a-41b6-a486-3d06d5ac51c7 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-22T04:30:33.680Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6b2adb24, org.onap.sdc.toscaparser.api.parameters.Input@13360f1, org.onap.sdc.toscaparser.api.parameters.Input@524bec68, org.onap.sdc.toscaparser.api.parameters.Input@3cf92426, org.onap.sdc.toscaparser.api.parameters.Input@1373b66] 2022-08-22T04:30:33.682Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:33.682Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:30:33.683Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-08-22T04:30:33.683Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 8251bec9-df9e-462b-b43c-f283a31ccfd1 2022-08-22T04:30:33.683Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8251bec9-df9e-462b-b43c-f283a31ccfd1 matches Tosca VF Customization UUID: 8251bec9-df9e-462b-b43c-f283a31ccfd1 2022-08-22T04:30:33.684Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 8251bec9-df9e-462b-b43c-f283a31ccfd1 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-22T04:30:33.687Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:33.688Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:30:33.688Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 8251bec9-df9e-462b-b43c-f283a31ccfd1: {\"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-22T04:30:33.688Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6311ae1b 2022-08-22T04:30:33.689Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:33.689Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-22T04:30:33.690Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 21f5db16-3542-42d2-963e-dae04c203d6f 2022-08-22T04:30:33.690Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 21f5db16-3542-42d2-963e-dae04c203d6f 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-22T04:30:33.693Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:33.693Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-22T04:30:33.694Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:30:33.694Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:33.694Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-22T04:30:33.695Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:30:33.695Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:33.695Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-08-22T04:30:33.695Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8251bec9-df9e-462b-b43c-f283a31ccfd1 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-22T04:30:33.698Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:33.698Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:30:33.699Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 41111b91-da23-45c5-a39d-3058d7b99ac8: basic_cnf_macro 2022-08-22T04:30:33.699Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:33.699Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:30:33.699Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:33.699Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:30:33.699Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:33.700Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:30:33.700Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:33.700Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:30:33.700Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:30:33.700Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:30:33.701Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:33.769Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 96a0759c-ec0a-41b6-a486-3d06d5ac51c7 2 ASDC deployResourceStructure 2022-08-22T04:30:33.769Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:33.770Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:33.770Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:30:33.770Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:30:33.772Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:30:33.772Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142633769, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-22T04:30:33.872Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:30:33.873Z||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-22T04:30:33.873Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:33.885Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:33.886Z||pool-143-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:30:34.773Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:34.773Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:34.773Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:30:34.774Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:30:34.775Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:30:34.776Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142634773, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-08-22T04:30:34.876Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:30:34.877Z||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-22T04:30:34.877Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:34.891Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:34.891Z||pool-144-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:30:35.777Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:35.777Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:35.777Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-08-22T04:30:35.778Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:30:35.780Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:30:35.780Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142635776, "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-22T04:30:35.881Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-22T04:30:35.882Z||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-22T04:30:35.882Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:35.895Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:35.896Z||pool-145-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:30:36.781Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:36.782Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:36.782Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:30:36.782Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:30:36.784Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:30:36.784Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142636781, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-08-22T04:30:36.884Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:30:36.886Z||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-22T04:30:36.886Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:36.898Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:36.899Z||pool-146-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:30:37.785Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:37.786Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:37.786Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-08-22T04:30:37.787Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:30:37.821Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:30:37.822Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142637785, "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-22T04:30:37.889Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 67 ms 2022-08-22T04:30:37.890Z||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-22T04:30:37.890Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:37.902Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:37.902Z||pool-147-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:30:38.823Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:38.823Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:38.823Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:30:38.831Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:30:38.834Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:30:38.834Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142638822, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:30:38.934Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:30:38.935Z||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-22T04:30:38.935Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:30:38.946Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:30:38.947Z||pool-148-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:30:39.835Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 334bf5ad-5980-4a78-a6bb-9e6f778d80ae Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:30:39.866Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 334bf5ad-5980-4a78-a6bb-9e6f778d80ae Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:30:39.871Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:30:39.872Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-22T04:30:39.872Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-22T04:30:39.872Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-22T04:30:39.872Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:30:39.873Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:30:39.873Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:30:39.873Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:30:39.873Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:30:39.874Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:30:39.874Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:30:39.887Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-22T04:31:09.888Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 334bf5ad-5980-4a78-a6bb-9e6f778d80ae 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-22T04:31:09.909Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 334bf5ad-5980-4a78-a6bb-9e6f778d80ae and serviceModelVersionId: 41111b91-da23-45c5-a39d-3058d7b99ac8 2022-08-22T04:31:09.909Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 7fee2e5a-4f0f-40ab-95d9-ba5c7c0c47cb 2022-08-22T04:31:09.910Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/7fee2e5a-4f0f-40ab-95d9-ba5c7c0c47cb/model-vers/model-ver/41111b91-da23-45c5-a39d-3058d7b99ac8?depth=0 2022-08-22T04:31:09.916Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-08-22T04:31:09.962Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fee2e5a-4f0f-40ab-95d9-ba5c7c0c47cb/model-vers/model-ver/41111b91-da23-45c5-a39d-3058d7b99ac8?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-22T04:31:09.964Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fee2e5a-4f0f-40ab-95d9-ba5c7c0c47cb/model-vers/model-ver/41111b91-da23-45c5-a39d-3058d7b99ac8?depth=0|INFO|500||Invoke 2022-08-22T04:31:09.995Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fee2e5a-4f0f-40ab-95d9-ba5c7c0c47cb/model-vers/model-ver/41111b91-da23-45c5-a39d-3058d7b99ac8?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-22T04:31:10.232Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fee2e5a-4f0f-40ab-95d9-ba5c7c0c47cb/model-vers/model-ver/41111b91-da23-45c5-a39d-3058d7b99ac8?depth=0|INFO|500||InvokeReturn 2022-08-22T04:31:10.233Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/7fee2e5a-4f0f-40ab-95d9-ba5c7c0c47cb/model-vers/model-ver/41111b91-da23-45c5-a39d-3058d7b99ac8?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220822-04:31:10:272-13403], vertex-id=[581752], Content-Length=[0], Date=[Mon, 22 Aug 2022 04:31:10 GMT], Content-Type=[application/json]} 2022-08-22T04:31:10.233Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-08-22T04:31:10.234Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-22T04:31:10.235Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:31:10.241Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||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-22T04:31:10.241Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 334bf5ad-5980-4a78-a6bb-9e6f778d80ae and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-22T04:31:10.241Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-22T04:31:10.242Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:31:10.244Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:31:10.244Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142670241, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:31:10.344Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:31:10.345Z||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-22T04:31:10.346Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:31:10.363Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:31:10.364Z||pool-149-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-22T04:31:11.280Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-22T04:31:11.280Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"fe1174af-c103-4cdb-8ee9-1d12e6dfe240","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"1532ad34-d496-4828-9ada-ee58b3cd0c2a","serviceDescription":"service","serviceInvariantUUID":"920ee5d0-c028-4efb-82a1-2dd7c75d91f8","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"cd8ca60e-072d-4306-a407-7f2f5d33536c","resourceInvariantUUID":"8020646f-ffcc-4839-bbf2-319467df71ec","resourceCustomizationUUID":"00dd2095-fee8-45b7-b145-333b1d875df5","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":"NjY4OTZiN2ZkZGJhN2Q2MGQyYmRkMGRlZmFkYzY2ZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7d1edf1b-e398-4a15-a50b-07eb9ddf713e","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":"MTBiYWJmZGY3YTkyMjBmYzgzYWUwMWZiZDcxZGZiZjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c699a70f-fc7c-4675-b330-2dcedc84245c","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":"06592e1d-c45f-446a-b591-bdd9af0cd1d3","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":"f3ee4c7f-77ca-4d9c-a1b1-8ae4d63152be","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":"e954f9e3-6636-406f-85ea-fbf3b8bb78f7","artifactVersion":"2","generatedFromUUID":"06592e1d-c45f-446a-b591-bdd9af0cd1d3"},{"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":"NzYxZjYwMGZkZmEzYmNiMzI4OWI5MTUwZGExZjliZWI\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"0542b50c-be51-476d-a87d-b0586d64183e","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":"NzAyMTI1NTEzYjYyNDhiYjYyNGExNWZiZGNhYmYzODg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9be3b036-6779-4a2d-b285-7b8fe645242b","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"MzUzODhlMWJmNTlmNGQyNTBjNTUzNWFjOGMyZTRmOTE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2f389682-06f4-4acf-a64f-62eda2008d32","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-22T04:31:11.281Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:31:11.281Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:31:11.283Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:31:11.283Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:31:11.383Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:31:11.384Z||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-22T04:31:11.384Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:31:11.396Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:31:11.397Z||pool-150-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:31:12.283Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:31:12.284Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:31:12.286Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:31:12.286Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-08-22T04:31:12.386Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T04:31:12.387Z||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-22T04:31:12.388Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:31:12.401Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:31:12.401Z||pool-151-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:31:13.287Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:31:13.288Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:31:13.290Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:31:13.291Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-22T04:31:13.390Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T04:31:13.391Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:31:13.391Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:31:13.401Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:31:13.402Z||pool-152-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:31:14.292Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:31:14.293Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:31:14.305Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:31:14.307Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:31:14.395Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-08-22T04:31:14.396Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:31:14.396Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:31:14.407Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:31:14.407Z||pool-153-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:31:14.742Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:31:14.743Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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-22T04:31:14.743Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:31:14.765Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:31:14.766Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:31:14.766Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142598500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:31:14.767Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:31:15.308Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:31:15.309Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:31:15.310Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:31:15.311Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-22T04:31:15.411Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:31:15.412Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:31:15.412Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:31:15.422Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:31:15.423Z||pool-154-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:31:16.313Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:31:16.313Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:31:16.316Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:31:16.316Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:31:16.417Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-08-22T04:31:16.418Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:31:16.418Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:31:16.429Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:31:16.430Z||pool-155-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:31:17.317Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:31:17.317Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:31:17.319Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:31:17.319Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:31:17.421Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-08-22T04:31:17.422Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:31:17.422Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:31:17.433Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:31:17.434Z||pool-156-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:31:18.320Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:31:18.320Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:31:18.323Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:31:18.323Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:31:18.423Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T04:31:18.424Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:31:18.424Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:31:18.433Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:31:18.434Z||pool-157-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:31:19.324Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "1532ad34-d496-4828-9ada-ee58b3cd0c2a", "serviceDescription": "service", "serviceInvariantUUID": "920ee5d0-c028-4efb-82a1-2dd7c75d91f8", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "00dd2095-fee8-45b7-b145-333b1d875df5", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "cd8ca60e-072d-4306-a407-7f2f5d33536c", "resourceInvariantUUID": "8020646f-ffcc-4839-bbf2-319467df71ec", "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": "MTBiYWJmZGY3YTkyMjBmYzgzYWUwMWZiZDcxZGZiZjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c699a70f-fc7c-4675-b330-2dcedc84245c", "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": "06592e1d-c45f-446a-b591-bdd9af0cd1d3", "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": "e954f9e3-6636-406f-85ea-fbf3b8bb78f7", "generatedFromUUID": "06592e1d-c45f-446a-b591-bdd9af0cd1d3" }, "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": "e954f9e3-6636-406f-85ea-fbf3b8bb78f7", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "MzUzODhlMWJmNTlmNGQyNTBjNTUzNWFjOGMyZTRmOTE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2f389682-06f4-4acf-a64f-62eda2008d32" } ], "workloadContext": "Production" } 2022-08-22T04:31:19.325Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-22T04:31:19.325Z|334bf5ad-5980-4a78-a6bb-9e6f778d80ae|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 1532ad34-d496-4828-9ada-ee58b3cd0c2a ASDC 2022-08-22T04:31:19.326Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:fe1174af-c103-4cdb-8ee9-1d12e6dfe240 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:1532ad34-d496-4828-9ada-ee58b3cd0c2a ServiceInvariantUUID:920ee5d0-c028-4efb-82a1-2dd7c75d91f8 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:2f389682-06f4-4acf-a64f-62eda2008d32 ArtifactChecksum:MzUzODhlMWJmNTlmNGQyNTBjNTUzNWFjOGMyZTRmOTE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:00dd2095-fee8-45b7-b145-333b1d875df5 ResourceInvariantUUID:8020646f-ffcc-4839-bbf2-319467df71ec ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:cd8ca60e-072d-4306-a407-7f2f5d33536c 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:c699a70f-fc7c-4675-b330-2dcedc84245c ArtifactChecksum:MTBiYWJmZGY3YTkyMjBmYzgzYWUwMWZiZDcxZGZiZjk= 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:06592e1d-c45f-446a-b591-bdd9af0cd1d3 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:e954f9e3-6636-406f-85ea-fbf3b8bb78f7 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:e954f9e3-6636-406f-85ea-fbf3b8bb78f7 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-08-22T04:31:19.326Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 1532ad34-d496-4828-9ada-ee58b3cd0c2a 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-22T04:31:19.418Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T04:31:19.419Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-22T04:31:19.419Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-22T04:31:19.419Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2f389682-06f4-4acf-a64f-62eda2008d32 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-08-22T04:31:19.419Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-22T04:31:19.419Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-08-22T04:31:19.513Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-22T04:31:19.516Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2f389682-06f4-4acf-a64f-62eda2008d32 78798 2022-08-22T04:31:19.516Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:19.516Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:19.516Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:31:19.517Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:31:19.519Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:31:19.519Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142679516, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:31:19.619Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:31:19.620Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:31:19.620Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:31:19.632Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:31:19.633Z||pool-158-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:31:20.520Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T04:31:20.520Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-22T04:31:20.520Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: 2f389682-06f4-4acf-a64f-62eda2008d32, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-22T04:31:20.521Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-08-22T04:31:20.521Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-22T04:31:20.521Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-22T04:31:20.677Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10660452464183051142/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-22T04:31:21.915Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-22T04:31:21.919Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-22T04:31:21.919Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-08-22T04:31:21.919Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-08-22T04:31:21.920Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:21.920Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:21.920Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:21.920Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:21.920Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:21.920Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:21.920Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:21.920Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:21.920Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:21.920Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-22T04:31:21.921Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:21.921Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:31:21.921Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-22T04:31:21.921Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-22T04:31:21.921Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T04:31:21.921Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:21.922Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:31:21.922Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-22T04:31:21.922Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-22T04:31:21.922Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T04:31:21.922Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:21.922Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:31:21.922Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:21.923Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-08-22T04:31:21.923Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-08-22T04:31:21.923Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-08-22T04:31:21.923Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-08-22T04:31:21.923Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-22T04:31:21.923Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-08-22T04:31:21.923Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:21.923Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-22T04:31:21.924Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:21.924Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-22T04:31:21.924Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:31:21.924Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:21.924Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-22T04:31:21.924Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:31:21.924Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:21.924Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-22T04:31:21.925Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:31:21.925Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:21.925Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-08-22T04:31:21.925Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-08-22T04:31:21.925Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-22T04:31:21.925Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4bacc58f-2027-4d38-9e1a-24d096e58c39 2022-08-22T04:31:21.925Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:21.925Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:31:21.926Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:21.926Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:31:21.926Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:21.926Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:31:21.926Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:21.926Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:31:21.926Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:1532ad34-d496-4828-9ada-ee58b3cd0c2a Model Version:NULL Model InvariantUuid:920ee5d0-c028-4efb-82a1-2dd7c75d91f8 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:c6e4e8f5-00b3-4716-afee-9fc3fa60c462 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:8020646f-ffcc-4839-bbf2-319467df71ec Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:00dd2095-fee8-45b7-b145-333b1d875df5 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c3c3e267-9300-40f7-9981-6f4a05e90422 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:100d1f40-2700-428d-b940-2fe01c15cc3d ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:4bacc58f-2027-4d38-9e1a-24d096e58c39 ModelInvariantUuid:060d2397-85ed-470a-83ed-3616478f2e7e ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:ed9fc6f2-d95a-4311-83f9-1f084f628ee6 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:0a8e3aa9-5129-4d8f-8ab5-dd1eeef4817d ModelInvariantUuid:65db9a10-2fd4-442b-8932-c24f73ea4a57 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:300da100-e551-41eb-88fe-c569eb65e4c1 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-22T04:31:21.938Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: cd8ca60e-072d-4306-a407-7f2f5d33536c 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-22T04:31:21.942Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||basic_vm_macro 0 2022-08-22T04:31:21.942Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: cd8ca60e-072d-4306-a407-7f2f5d33536c 2022-08-22T04:31:21.943Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: c699a70f-fc7c-4675-b330-2dcedc84245c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-08-22T04:31:21.943Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-22T04:31:21.943Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:22.046Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-22T04:31:22.047Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json c699a70f-fc7c-4675-b330-2dcedc84245c 792 2022-08-22T04:31:22.047Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:22.047Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:22.047Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:31:22.048Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:31:22.050Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:31:22.050Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142682047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-22T04:31:22.150Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:31:22.151Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:31:22.151Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:31:22.161Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:31:22.162Z||pool-159-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:31:23.051Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c3c3e267-9300-40f7-9981-6f4a05e90422", "vfModuleModelVersion": "1", "vfModuleModelUUID": "100d1f40-2700-428d-b940-2fe01c15cc3d", "vfModuleModelCustomizationUUID": "55199223-deb1-46cd-9158-ddab72dea64d", "isBase": true, "artifacts": [ "06592e1d-c45f-446a-b591-bdd9af0cd1d3", "e954f9e3-6636-406f-85ea-fbf3b8bb78f7" ], "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-22T04:31:23.054Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:100d1f40-2700-428d-b940-2fe01c15cc3d VfModuleModelInvariantUUID:c3c3e267-9300-40f7-9981-6f4a05e90422 VfModuleModelDescription:NULL Artifacts UUID List:{ 06592e1d-c45f-446a-b591-bdd9af0cd1d3 , e954f9e3-6636-406f-85ea-fbf3b8bb78f7 } 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-22T04:31:23.057Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c3c3e267-9300-40f7-9981-6f4a05e90422", "vfModuleModelVersion": "1", "vfModuleModelUUID": "100d1f40-2700-428d-b940-2fe01c15cc3d", "vfModuleModelCustomizationUUID": "55199223-deb1-46cd-9158-ddab72dea64d", "isBase": true, "artifacts": [ "06592e1d-c45f-446a-b591-bdd9af0cd1d3", "e954f9e3-6636-406f-85ea-fbf3b8bb78f7" ], "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-22T04:31:23.057Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:100d1f40-2700-428d-b940-2fe01c15cc3d VfModuleModelInvariantUUID:c3c3e267-9300-40f7-9981-6f4a05e90422 VfModuleModelDescription:NULL Artifacts UUID List:{ 06592e1d-c45f-446a-b591-bdd9af0cd1d3 , e954f9e3-6636-406f-85ea-fbf3b8bb78f7 } 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-22T04:31:23.057Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 06592e1d-c45f-446a-b591-bdd9af0cd1d3 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-08-22T04:31:23.057Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-22T04:31:23.057Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:23.108Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-22T04:31:23.108Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 06592e1d-c45f-446a-b591-bdd9af0cd1d3 5033 2022-08-22T04:31:23.108Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:23.108Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:23.108Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:31:23.109Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:31:23.110Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:31:23.110Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142683108, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T04:31:23.211Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:31:23.212Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:31:23.212Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:31:23.225Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:31:23.225Z||pool-160-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:31:24.111Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e954f9e3-6636-406f-85ea-fbf3b8bb78f7 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-08-22T04:31:24.111Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-22T04:31:24.112Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:24.177Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-22T04:31:24.178Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env e954f9e3-6636-406f-85ea-fbf3b8bb78f7 903 2022-08-22T04:31:24.178Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:24.178Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:24.179Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:31:24.179Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:31:24.182Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:31:24.182Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142684178, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-22T04:31:24.282Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:31:24.283Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:31:24.283Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:31:24.294Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:31:24.294Z||pool-161-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:31:25.183Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 1532ad34-d496-4828-9ada-ee58b3cd0c2a 2022-08-22T04:31:25.183Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 cd8ca60e-072d-4306-a407-7f2f5d33536c 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-22T04:31:25.197Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@41e65efb, org.onap.sdc.toscaparser.api.parameters.Input@5415e43c, org.onap.sdc.toscaparser.api.parameters.Input@abcf710, org.onap.sdc.toscaparser.api.parameters.Input@2d11ff0f, org.onap.sdc.toscaparser.api.parameters.Input@5ef36dd0] 2022-08-22T04:31:25.199Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:25.200Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:31:25.200Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-08-22T04:31:25.201Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 00dd2095-fee8-45b7-b145-333b1d875df5 2022-08-22T04:31:25.201Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 00dd2095-fee8-45b7-b145-333b1d875df5 matches Tosca VF Customization UUID: 00dd2095-fee8-45b7-b145-333b1d875df5 2022-08-22T04:31:25.201Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 00dd2095-fee8-45b7-b145-333b1d875df5 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-22T04:31:25.204Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:25.205Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:31:25.205Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 00dd2095-fee8-45b7-b145-333b1d875df5: {\"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-22T04:31:25.206Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6a1e4664 2022-08-22T04:31:25.206Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:25.206Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-08-22T04:31:25.206Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 55199223-deb1-46cd-9158-ddab72dea64d 2022-08-22T04:31:25.207Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 55199223-deb1-46cd-9158-ddab72dea64d 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-22T04:31:25.209Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:25.210Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-22T04:31:25.210Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:31:25.210Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:25.210Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-22T04:31:25.211Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:31:25.211Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:25.211Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-08-22T04:31:25.211Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-08-22T04:31:25.212Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-08-22T04:31:25.212Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=4bacc58f-2027-4d38-9e1a-24d096e58c39 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-22T04:31:25.215Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:25.215Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-22T04:31:25.216Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-08-22T04:31:25.216Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:25.216Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-08-22T04:31:25.216Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=00dd2095-fee8-45b7-b145-333b1d875df5 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-22T04:31:25.219Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:25.219Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:31:25.219Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 1532ad34-d496-4828-9ada-ee58b3cd0c2a: basic_vm_macro 2022-08-22T04:31:25.219Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:25.219Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:31:25.220Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:25.220Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:31:25.220Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:25.220Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:31:25.221Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:25.221Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:31:25.221Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:31:25.221Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:31:25.221Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:25.314Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro cd8ca60e-072d-4306-a407-7f2f5d33536c 1 ASDC deployResourceStructure 2022-08-22T04:31:25.315Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:25.315Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:25.315Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:31:25.316Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:31:25.318Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:31:25.318Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142685315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-22T04:31:25.419Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:31:25.420Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:31:25.420Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:31:25.432Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:31:25.433Z||pool-162-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:31:26.321Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:26.322Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:26.322Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:31:26.322Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:31:26.324Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:31:26.324Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142686321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-08-22T04:31:26.424Z||pool-163-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:31:26.425Z||pool-163-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:31:26.426Z||pool-163-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:31:26.438Z||pool-163-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:31:26.438Z||pool-163-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:31:27.325Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:27.325Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:27.325Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:31:27.326Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:31:27.328Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:31:27.328Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142687325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-08-22T04:31:27.429Z||pool-164-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-08-22T04:31:27.430Z||pool-164-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:31:27.430Z||pool-164-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:31:27.439Z||pool-164-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:31:27.440Z||pool-164-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:31:28.329Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:28.329Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:31:28.330Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:31:28.330Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:31:28.332Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:31:28.332Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142688329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:31:28.432Z||pool-165-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:31:28.433Z||pool-165-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:31:28.433Z||pool-165-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:31:28.444Z||pool-165-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:31:28.445Z||pool-165-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-08-22T04:31:29.333Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe1174af-c103-4cdb-8ee9-1d12e6dfe240 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:31:29.344Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe1174af-c103-4cdb-8ee9-1d12e6dfe240 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:31:29.348Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:31:29.348Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T04:31:29.348Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T04:31:59.348Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe1174af-c103-4cdb-8ee9-1d12e6dfe240 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:31:59.364Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe1174af-c103-4cdb-8ee9-1d12e6dfe240 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:31:59.367Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:31:59.367Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T04:31:59.367Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T04:32:14.742Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:32:14.743Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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-22T04:32:14.743Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:32:14.792Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:32:14.793Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:32:14.793Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "multicloud-k8s-id", "timestamp": 1661142615043, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T04:32:14.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:32:29.367Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe1174af-c103-4cdb-8ee9-1d12e6dfe240 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:32:29.381Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe1174af-c103-4cdb-8ee9-1d12e6dfe240 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:32:29.389Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:32:29.389Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T04:32:29.390Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T04:32:59.390Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe1174af-c103-4cdb-8ee9-1d12e6dfe240 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:32:59.442Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe1174af-c103-4cdb-8ee9-1d12e6dfe240 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:32:59.454Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:32:59.455Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-08-22T04:32:59.455Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-08-22T04:33:14.742Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:33:14.743Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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-22T04:33:14.743Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:33:14.773Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:33:14.776Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.776Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "cds", "timestamp": 1661142615356, "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-22T04:33:14.826Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fe1174af-c103-4cdb-8ee9-1d12e6dfe240 2022-08-22T04:33:14.827Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe1174af-c103-4cdb-8ee9-1d12e6dfe240 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-22T04:33:14.855Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.855Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:14.856Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.856Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.856Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "policy-id", "timestamp": 1661142610837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:14.856Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.856Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.856Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "clamp", "timestamp": 1661142613972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-08-22T04:33:14.857Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.857Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.857Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142598500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:14.857Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.857Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.857Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "multicloud-k8s-id", "timestamp": 1661142616104, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-22T04:33:14.857Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:14.858Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.858Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-08-22T04:33:14.858Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.858Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.858Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "policy-id", "timestamp": 1661142610837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:14.858Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.858Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.858Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "clamp", "timestamp": 1661142613972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:14.860Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.860Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.860Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142598500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:14.860Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.860Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.861Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "multicloud-k8s-id", "timestamp": 1661142617152, "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-22T04:33:14.869Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe1174af-c103-4cdb-8ee9-1d12e6dfe240 2022-08-22T04:33:14.869Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe1174af-c103-4cdb-8ee9-1d12e6dfe240 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-22T04:33:14.889Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.889Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-08-22T04:33:14.890Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.890Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.890Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "policy-id", "timestamp": 1661142610837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:14.890Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.890Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.890Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "clamp", "timestamp": 1661142613972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:14.890Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.890Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.890Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142598500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:14.890Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.891Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.891Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "multicloud-k8s-id", "timestamp": 1661142618156, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-22T04:33:14.891Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:14.891Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.891Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:14.891Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.892Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.892Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "policy-id", "timestamp": 1661142610837, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:33:14.892Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.892Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.892Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "clamp", "timestamp": 1661142613972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:14.892Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.892Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.892Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142598500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:14.892Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.892Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.892Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-08-22T04:33:14.892Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.892Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.893Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "policy-id", "timestamp": 1661142619582, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:33:14.893Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:14.893Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.893Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "clamp", "timestamp": 1661142613972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:14.893Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.893Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.893Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142598500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:14.893Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.893Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.893Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-08-22T04:33:14.893Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.893Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.893Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "policy-id", "timestamp": 1661142620586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:33:14.893Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:14.894Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.894Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "clamp", "timestamp": 1661142613972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:14.894Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.894Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.894Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142598500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:33:14.894Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.894Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.894Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-08-22T04:33:14.894Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.894Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.894Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "policy-id", "timestamp": 1661142621589, "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-22T04:33:14.916Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fe1174af-c103-4cdb-8ee9-1d12e6dfe240 2022-08-22T04:33:14.917Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe1174af-c103-4cdb-8ee9-1d12e6dfe240 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-22T04:33:14.940Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.940Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "clamp", "timestamp": 1661142613972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:33:14.941Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.941Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.941Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142622129, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:33:14.941Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:14.941Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.941Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:14.941Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.941Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.942Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:14.942Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.942Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.942Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "aai-ml", "timestamp": 1661142623553, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:14.942Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.942Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.942Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:33:14.942Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.942Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.942Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142624515, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:33:14.943Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:14.943Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.943Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "aai-ml", "timestamp": 1661142623553, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:14.943Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:14.943Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:14.943Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142625519, "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-22T04:33:14.989Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fe1174af-c103-4cdb-8ee9-1d12e6dfe240 2022-08-22T04:33:14.989Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe1174af-c103-4cdb-8ee9-1d12e6dfe240 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-22T04:33:15.026Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.026Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142625632, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:33:15.026Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:15.026Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.026Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "aai-ml", "timestamp": 1661142623553, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:15.027Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:15.027Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.027Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "aai-ml", "timestamp": 1661142623553, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:15.027Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:15.027Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.027Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "aai-ml", "timestamp": 1661142623553, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:15.031Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:15.031Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.031Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142628337, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-22T04:33:15.031Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:15.031Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.031Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "aai-ml", "timestamp": 1661142623553, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:15.032Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:15.032Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.032Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142629445, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T04:33:15.032Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:15.032Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.032Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "aai-ml", "timestamp": 1661142623553, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:15.032Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:15.033Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.033Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142630524, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-08-22T04:33:15.033Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:15.033Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.033Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "aai-ml", "timestamp": 1661142623553, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:33:15.034Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:15.034Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.034Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142631593, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-08-22T04:33:15.035Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:15.035Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.035Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "aai-ml", "timestamp": 1661142632195, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:33:15.035Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:15.035Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.035Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142632662, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-08-22T04:33:15.036Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:15.036Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.036Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142633769, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-22T04:33:15.036Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:15.037Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.037Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "clamp", "timestamp": 1661142634495, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:33:15.037Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:15.037Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.037Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142634773, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-08-22T04:33:15.038Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:15.038Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.038Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142635776, "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-22T04:33:15.038Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:15.038Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.038Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142636781, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-08-22T04:33:15.039Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:15.039Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.039Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "clamp", "timestamp": 1661142636974, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:33:15.039Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:15.039Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.040Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142637785, "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-22T04:33:15.040Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:15.040Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.040Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "clamp", "timestamp": 1661142637978, "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-22T04:33:15.075Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fe1174af-c103-4cdb-8ee9-1d12e6dfe240 2022-08-22T04:33:15.075Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe1174af-c103-4cdb-8ee9-1d12e6dfe240 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-22T04:33:15.108Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.109Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142638822, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:33:15.109Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:15.109Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.109Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "aai-ml", "timestamp": 1661142640421, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:33:15.109Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:15.109Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.110Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "aai-ml", "timestamp": 1661142641426, "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-22T04:33:15.148Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fe1174af-c103-4cdb-8ee9-1d12e6dfe240 2022-08-22T04:33:15.148Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId fe1174af-c103-4cdb-8ee9-1d12e6dfe240 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-22T04:33:15.192Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.193Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "334bf5ad-5980-4a78-a6bb-9e6f778d80ae", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142670241, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:33:15.193Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:33:15.193Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.193Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:15.193Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:15.193Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.193Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-08-22T04:33:15.194Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:15.194Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.194Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-08-22T04:33:15.194Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:15.194Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:33:15.194Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:33:15.194Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:33:29.456Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fe1174af-c103-4cdb-8ee9-1d12e6dfe240 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:33:29.471Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fe1174af-c103-4cdb-8ee9-1d12e6dfe240 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:33:29.475Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:33:29.475Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-22T04:33:29.475Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-22T04:33:29.476Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-22T04:33:29.476Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:33:29.476Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:33:29.476Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:33:29.476Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:33:29.477Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:33:29.477Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:33:29.477Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:33:29.488Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-22T04:33:59.488Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fe1174af-c103-4cdb-8ee9-1d12e6dfe240 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-22T04:33:59.507Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fe1174af-c103-4cdb-8ee9-1d12e6dfe240 and serviceModelVersionId: 1532ad34-d496-4828-9ada-ee58b3cd0c2a 2022-08-22T04:33:59.508Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 920ee5d0-c028-4efb-82a1-2dd7c75d91f8 2022-08-22T04:33:59.509Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/920ee5d0-c028-4efb-82a1-2dd7c75d91f8/model-vers/model-ver/1532ad34-d496-4828-9ada-ee58b3cd0c2a?depth=0 2022-08-22T04:33:59.513Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-08-22T04:33:59.562Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/920ee5d0-c028-4efb-82a1-2dd7c75d91f8/model-vers/model-ver/1532ad34-d496-4828-9ada-ee58b3cd0c2a?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-22T04:33:59.563Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/920ee5d0-c028-4efb-82a1-2dd7c75d91f8/model-vers/model-ver/1532ad34-d496-4828-9ada-ee58b3cd0c2a?depth=0|INFO|500||Invoke 2022-08-22T04:33:59.587Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/920ee5d0-c028-4efb-82a1-2dd7c75d91f8/model-vers/model-ver/1532ad34-d496-4828-9ada-ee58b3cd0c2a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-22T04:33:59.725Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/920ee5d0-c028-4efb-82a1-2dd7c75d91f8/model-vers/model-ver/1532ad34-d496-4828-9ada-ee58b3cd0c2a?depth=0|INFO|500||InvokeReturn 2022-08-22T04:33:59.727Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/920ee5d0-c028-4efb-82a1-2dd7c75d91f8/model-vers/model-ver/1532ad34-d496-4828-9ada-ee58b3cd0c2a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220822-04:33:59:862-20594], vertex-id=[262336], Content-Length=[0], Date=[Mon, 22 Aug 2022 04:33:59 GMT], Content-Type=[application/json]} 2022-08-22T04:33:59.728Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-08-22T04:33:59.729Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-22T04:33:59.729Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:33:59.738Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||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-22T04:33:59.739Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fe1174af-c103-4cdb-8ee9-1d12e6dfe240 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-22T04:33:59.739Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-22T04:33:59.740Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:33:59.742Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:33:59.742Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142839739, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:33:59.842Z||pool-166-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:33:59.843Z||pool-166-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:33:59.843Z||pool-166-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:33:59.861Z||pool-166-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:33:59.861Z||pool-166-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-22T04:34:00.758Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:34:00.759Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|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-22T04:34:00.759Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:34:05.154Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:34:05.155Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-08-22T04:34:05.155Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"7626c6ac-bf2c-4d17-8cad-e76142b40406","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"96d4e1cc-6bd0-4e5b-a9f7-f2447791576a","serviceDescription":"service","serviceInvariantUUID":"5a372df7-1d7d-4e63-980a-863e436d6340","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"680e4aeb-ae94-48e4-88bd-e6dff86d875f","resourceInvariantUUID":"27d5d9bd-2a8a-430a-a4e2-10bd20d02eb7","resourceCustomizationUUID":"2b13d01a-7a51-4644-8bdf-590cc58a5a2f","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":"YmRhNGQ4YWE0Mjk5ZjI0M2NlNzVjYWNhNWZhMjY2OTM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"de808c1c-9871-4649-a622-aa5824a7b864","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":"2f01a648-2f76-4c09-9c15-9c6bb9af5d41","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":"7ec0169d-8c09-4e6f-8846-53e934343bf0","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":"NWM1NDJjZDIyYjI2NmNiZjZlNTg2NWRhYTVmNjQzYTg\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"8f51df95-50fd-4057-b35a-14d21158f00c","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":"f3899c39-dcf6-454a-ad28-7af569215c74","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":"d8921a08-5d00-4307-8333-3d27f1338aa4","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":"9ef42c45-ca7b-49f0-bd66-3a422e6a091d","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":"ZThjZTc2MzE5NmRjODlmN2JmZThlMGQyOWY3M2Q0Y2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5a74626d-01dd-4caf-b97c-3b8f80f62ea8","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"Njk1MTM4ZDRkZjE2YTdmYTA4N2IyYTA1OGM1MWU5ODM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d8fd8853-d6ca-4a64-9187-40af9c1985e7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-08-22T04:34:05.157Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:34:05.158Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:34:05.160Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:34:05.161Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142840758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:05.262Z||pool-167-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:34:05.262Z||pool-167-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:34:05.263Z||pool-167-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:34:05.276Z||pool-167-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:34:05.277Z||pool-167-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:34:06.162Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:34:06.162Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:34:06.164Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:34:06.164Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142840758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:06.266Z||pool-168-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-08-22T04:34:06.267Z||pool-168-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:34:06.267Z||pool-168-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:34:06.279Z||pool-168-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:34:06.280Z||pool-168-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:34:07.165Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:34:07.166Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:34:07.169Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:34:07.169Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142840758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:07.269Z||pool-169-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:34:07.270Z||pool-169-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:34:07.270Z||pool-169-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:34:07.284Z||pool-169-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:34:07.284Z||pool-169-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:34:08.171Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:34:08.172Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:34:08.174Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:34:08.174Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142840758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:08.274Z||pool-170-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:34:08.275Z||pool-170-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:34:08.275Z||pool-170-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:34:08.286Z||pool-170-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:34:08.287Z||pool-170-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:34:09.174Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:34:09.175Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:34:09.177Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:34:09.177Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142840758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:09.277Z||pool-171-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:34:09.278Z||pool-171-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:34:09.278Z||pool-171-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:34:09.288Z||pool-171-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:34:09.289Z||pool-171-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:34:10.178Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:34:10.178Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:34:10.181Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:34:10.181Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142840758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:10.281Z||pool-172-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:34:10.282Z||pool-172-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:34:10.283Z||pool-172-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:34:10.291Z||pool-172-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:34:10.292Z||pool-172-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:34:11.182Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:34:11.182Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:34:11.184Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:34:11.184Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142840758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:11.284Z||pool-173-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:34:11.285Z||pool-173-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:34:11.286Z||pool-173-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:34:11.298Z||pool-173-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:34:11.298Z||pool-173-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:34:12.185Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:34:12.185Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:34:12.187Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:34:12.187Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142840758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:12.287Z||pool-174-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:34:12.288Z||pool-174-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:34:12.289Z||pool-174-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:34:12.300Z||pool-174-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:34:12.300Z||pool-174-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:34:13.188Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-08-22T04:34:13.188Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:34:13.191Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:34:13.191Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142840758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:34:13.297Z||pool-175-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-08-22T04:34:13.299Z||pool-175-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:34:13.299Z||pool-175-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:34:13.310Z||pool-175-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:34:13.310Z||pool-175-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:34:14.192Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "96d4e1cc-6bd0-4e5b-a9f7-f2447791576a", "serviceDescription": "service", "serviceInvariantUUID": "5a372df7-1d7d-4e63-980a-863e436d6340", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "2b13d01a-7a51-4644-8bdf-590cc58a5a2f", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "680e4aeb-ae94-48e4-88bd-e6dff86d875f", "resourceInvariantUUID": "27d5d9bd-2a8a-430a-a4e2-10bd20d02eb7", "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": "Njk1MTM4ZDRkZjE2YTdmYTA4N2IyYTA1OGM1MWU5ODM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d8fd8853-d6ca-4a64-9187-40af9c1985e7" } ], "workloadContext": "Production" } 2022-08-22T04:34:14.193Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-08-22T04:34:14.193Z|fe1174af-c103-4cdb-8ee9-1d12e6dfe240|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 96d4e1cc-6bd0-4e5b-a9f7-f2447791576a ASDC 2022-08-22T04:34:14.193Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:7626c6ac-bf2c-4d17-8cad-e76142b40406 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:96d4e1cc-6bd0-4e5b-a9f7-f2447791576a ServiceInvariantUUID:5a372df7-1d7d-4e63-980a-863e436d6340 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:d8fd8853-d6ca-4a64-9187-40af9c1985e7 ArtifactChecksum:Njk1MTM4ZDRkZjE2YTdmYTA4N2IyYTA1OGM1MWU5ODM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:2b13d01a-7a51-4644-8bdf-590cc58a5a2f ResourceInvariantUUID:27d5d9bd-2a8a-430a-a4e2-10bd20d02eb7 ResourceName:test-pnf ResourceType:PNF ResourceUUID:680e4aeb-ae94-48e4-88bd-e6dff86d875f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-08-22T04:34:14.193Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 96d4e1cc-6bd0-4e5b-a9f7-f2447791576a 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-22T04:34:14.235Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T04:34:14.237Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-22T04:34:14.237Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-22T04:34:14.238Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: d8fd8853-d6ca-4a64-9187-40af9c1985e7 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-08-22T04:34:14.238Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-08-22T04:34:14.238Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-08-22T04:34:14.374Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-08-22T04:34:14.383Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar d8fd8853-d6ca-4a64-9187-40af9c1985e7 105662 2022-08-22T04:34:14.384Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||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-22T04:34:14.384Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||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-22T04:34:14.384Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-08-22T04:34:14.384Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:34:14.393Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:34:14.394Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142854384, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:34:14.487Z||pool-176-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-08-22T04:34:14.489Z||pool-176-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:34:14.489Z||pool-176-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:34:14.504Z||pool-176-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:34:14.505Z||pool-176-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:34:14.742Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:34:14.743Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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-22T04:34:14.743Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:34:14.774Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:34:14.775Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.775Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-08-22T04:34:14.776Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.776Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.776Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.776Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.777Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.777Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.777Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142614741, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:34:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142679516, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:34:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:34:14.778Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142682047, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-08-22T04:34:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:34:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142683108, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T04:34:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:34:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142684178, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-08-22T04:34:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:34:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.779Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142685315, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-08-22T04:34:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:34:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142686321, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-08-22T04:34:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:34:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142687325, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-08-22T04:34:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:34:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142688329, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:34:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:34:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142688500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.780Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "cds", "timestamp": 1661142694606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "policy-id", "timestamp": 1661142690837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "cds", "timestamp": 1661142694606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.781Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142688500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "policy-id", "timestamp": 1661142690837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142688500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "cds", "timestamp": 1661142694606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.782Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.783Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.783Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "policy-id", "timestamp": 1661142690837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.783Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.783Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.783Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142688500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.783Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.783Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.783Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "cds", "timestamp": 1661142694606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "policy-id", "timestamp": 1661142690837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "clamp", "timestamp": 1661142699633, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.784Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142688500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.785Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.785Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.785Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "cds", "timestamp": 1661142694606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.785Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.785Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "policy-id", "timestamp": 1661142690837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "clamp", "timestamp": 1661142699633, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142688500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "cds", "timestamp": 1661142694606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.786Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.787Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.787Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "policy-id", "timestamp": 1661142690837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.787Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.787Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.787Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "clamp", "timestamp": 1661142699633, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.787Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.787Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.787Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142688500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.788Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.788Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.788Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "cds", "timestamp": 1661142694606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.788Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.788Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.788Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "policy-id", "timestamp": 1661142690837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.789Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.789Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.789Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "clamp", "timestamp": 1661142699633, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.790Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.790Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.790Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142688500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.790Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.791Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.791Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "policy-id", "timestamp": 1661142690837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.791Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.791Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.791Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "clamp", "timestamp": 1661142699633, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.791Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.791Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.791Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "cds", "timestamp": 1661142694606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.791Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.791Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.791Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142688500, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:34:14.791Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.791Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.792Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "policy-id", "timestamp": 1661142690837, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:34:14.792Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.792Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.792Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "clamp", "timestamp": 1661142699633, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.792Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.792Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.792Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "cds", "timestamp": 1661142694606, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:34:14.792Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.793Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.793Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "ves-openapi-manager", "timestamp": 1661142705227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.793Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.793Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.793Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "multicloud-k8s-id", "timestamp": 1661142705039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.793Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.793Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.793Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "clamp", "timestamp": 1661142699633, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.794Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.794Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.794Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142706357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:34:14.794Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:34:14.794Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.794Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "policy-id", "timestamp": 1661142706421, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:34:14.794Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:34:14.794Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.794Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "cds", "timestamp": 1661142706573, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:34:14.794Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:34:14.794Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.794Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "ves-openapi-manager", "timestamp": 1661142705227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "multicloud-k8s-id", "timestamp": 1661142705039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "clamp", "timestamp": 1661142699633, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "policy-id", "timestamp": 1661142707426, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:34:14.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:34:14.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.795Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "ves-openapi-manager", "timestamp": 1661142705227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.796Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.796Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.796Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "cds", "timestamp": 1661142707835, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-08-22T04:34:14.807Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7626c6ac-bf2c-4d17-8cad-e76142b40406 2022-08-22T04:34:14.807Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7626c6ac-bf2c-4d17-8cad-e76142b40406 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-22T04:34:14.823Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.823Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "multicloud-k8s-id", "timestamp": 1661142705039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.824Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.824Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.824Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "clamp", "timestamp": 1661142699633, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:34:14.824Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.824Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.824Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "policy-id", "timestamp": 1661142708430, "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-22T04:34:14.832Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7626c6ac-bf2c-4d17-8cad-e76142b40406 2022-08-22T04:34:14.832Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7626c6ac-bf2c-4d17-8cad-e76142b40406 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-22T04:34:14.859Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.859Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142708443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:34:14.859Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:34:14.859Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.859Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "ves-openapi-manager", "timestamp": 1661142705227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.859Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.860Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.860Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "multicloud-k8s-id", "timestamp": 1661142705039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.860Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.860Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.860Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1661142709448, "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-22T04:34:14.867Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7626c6ac-bf2c-4d17-8cad-e76142b40406 2022-08-22T04:34:14.867Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7626c6ac-bf2c-4d17-8cad-e76142b40406 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-22T04:34:14.882Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.882Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "ves-openapi-manager", "timestamp": 1661142705227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.882Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.882Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.882Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "multicloud-k8s-id", "timestamp": 1661142705039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.882Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.882Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.882Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "ves-openapi-manager", "timestamp": 1661142705227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.882Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.882Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.882Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "multicloud-k8s-id", "timestamp": 1661142705039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.883Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.883Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.883Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "ves-openapi-manager", "timestamp": 1661142705227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-08-22T04:34:14.883Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.883Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.883Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "multicloud-k8s-id", "timestamp": 1661142705039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.883Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.883Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.883Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "ves-openapi-manager", "timestamp": 1661142705227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.883Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.883Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.883Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "multicloud-k8s-id", "timestamp": 1661142705039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.883Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.883Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.883Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "clamp", "timestamp": 1661142712985, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:34:14.884Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:34:14.884Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.884Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "ves-openapi-manager", "timestamp": 1661142705227, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.884Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.884Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.884Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "multicloud-k8s-id", "timestamp": 1661142705039, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:34:14.884Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.884Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.884Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "aai-ml", "timestamp": 1661142713553, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.884Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.884Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.884Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "clamp", "timestamp": 1661142714019, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:34:14.884Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:34:14.885Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.885Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "ves-openapi-manager", "timestamp": 1661142715035, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-08-22T04:34:14.885Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:34:14.885Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.885Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "aai-ml", "timestamp": 1661142713553, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.885Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.885Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.885Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "clamp", "timestamp": 1661142715024, "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-22T04:34:14.895Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7626c6ac-bf2c-4d17-8cad-e76142b40406 2022-08-22T04:34:14.895Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7626c6ac-bf2c-4d17-8cad-e76142b40406 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-22T04:34:14.907Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.907Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "ves-openapi-manager", "timestamp": 1661142716056, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-08-22T04:34:14.907Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:34:14.907Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.907Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "aai-ml", "timestamp": 1661142713553, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.907Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.908Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.908Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "ves-openapi-manager", "timestamp": 1661142717059, "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-22T04:34:14.921Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 7626c6ac-bf2c-4d17-8cad-e76142b40406 2022-08-22T04:34:14.922Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7626c6ac-bf2c-4d17-8cad-e76142b40406 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-22T04:34:14.932Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.933Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "aai-ml", "timestamp": 1661142713553, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.933Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.933Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.933Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "aai-ml", "timestamp": 1661142713553, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.933Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.934Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.934Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "aai-ml", "timestamp": 1661142713553, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.934Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.934Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.934Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "aai-ml", "timestamp": 1661142713553, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.934Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.934Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.934Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "aai-ml", "timestamp": 1661142713553, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:34:14.935Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.935Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.935Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "aai-ml", "timestamp": 1661142713553, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:34:14.935Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-08-22T04:34:14.935Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.935Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "aai-ml", "timestamp": 1661142723341, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:34:14.935Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:34:14.935Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.935Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "aai-ml", "timestamp": 1661142728886, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:34:14.935Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:34:14.935Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||received message from topic 2022-08-22T04:34:14.935Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "aai-ml", "timestamp": 1661142729892, "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-22T04:34:14.942Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7626c6ac-bf2c-4d17-8cad-e76142b40406 2022-08-22T04:34:14.942Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7626c6ac-bf2c-4d17-8cad-e76142b40406 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-22T04:34:15.395Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-08-22T04:34:15.396Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-08-22T04:34:15.396Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: d8fd8853-d6ca-4a64-9187-40af9c1985e7, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-22T04:34:15.396Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-08-22T04:34:15.397Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-22T04:34:15.397Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-22T04:34:15.589Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7299374252068537168/Definitions/service-TestPnfMacro-template.yml 2022-08-22T04:34:16.439Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-08-22T04:34:16.439Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-22T04:34:16.439Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-08-22T04:34:16.440Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-08-22T04:34:16.440Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||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-22T04:34:16.440Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||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-22T04:34:16.440Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||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-22T04:34:16.440Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||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-22T04:34:16.440Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||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-22T04:34:16.440Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||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-22T04:34:16.440Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||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-22T04:34:16.440Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-08-22T04:34:16.441Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:34:16.441Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:34:16.441Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-08-22T04:34:16.441Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-22T04:34:16.441Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T04:34:16.441Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:34:16.442Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:34:16.442Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-08-22T04:34:16.442Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-08-22T04:34:16.442Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-08-22T04:34:16.442Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:34:16.442Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:34:16.442Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:34:16.442Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:34:16.443Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:34:16.443Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:34:16.443Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:34:16.443Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:34:16.443Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:34:16.443Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:34:16.443Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:96d4e1cc-6bd0-4e5b-a9f7-f2447791576a Model Version:NULL Model InvariantUuid:5a372df7-1d7d-4e63-980a-863e436d6340 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-22T04:34:16.458Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||Processing Resource Type: PNF, Model UUID: 680e4aeb-ae94-48e4-88bd-e6dff86d875f 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-22T04:34:16.461Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||test-pnf 0 2022-08-22T04:34:16.462Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 680e4aeb-ae94-48e4-88bd-e6dff86d875f 2022-08-22T04:34:16.462Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||No resources found for Service: 96d4e1cc-6bd0-4e5b-a9f7-f2447791576a 2022-08-22T04:34:16.462Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: 96d4e1cc-6bd0-4e5b-a9f7-f2447791576a 2022-08-22T04:34:16.462Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 680e4aeb-ae94-48e4-88bd-e6dff86d875f 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-22T04:34:16.467Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6c552336, org.onap.sdc.toscaparser.api.parameters.Input@6f5135d7, org.onap.sdc.toscaparser.api.parameters.Input@afa6f02, org.onap.sdc.toscaparser.api.parameters.Input@4e2e7593, org.onap.sdc.toscaparser.api.parameters.Input@b27b3f3] 2022-08-22T04:34:16.467Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:34:16.467Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:34:16.468Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid 96d4e1cc-6bd0-4e5b-a9f7-f2447791576a: test-pnf 2022-08-22T04:34:16.468Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||Processing PNF resource: 680e4aeb-ae94-48e4-88bd-e6dff86d875f 2022-08-22T04:34:16.468Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-08-22T04:34:16.468Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-08-22T04:34:16.469Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||Resource customization UUID: 2b13d01a-7a51-4644-8bdf-590cc58a5a2f is the same as notified resource customizationUUID: 2b13d01a-7a51-4644-8bdf-590cc58a5a2f 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-22T04:34:16.506Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 680e4aeb-ae94-48e4-88bd-e6dff86d875f 0 ASDC deployResourceStructure 2022-08-22T04:34:16.507Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||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-22T04:34:16.507Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||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-22T04:34:16.507Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-08-22T04:34:16.508Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:34:16.510Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:34:16.510Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142856507, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:34:16.610Z||pool-177-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-08-22T04:34:16.611Z||pool-177-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:34:16.611Z||pool-177-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:34:16.626Z||pool-177-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:34:16.627Z||pool-177-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-08-22T04:34:17.511Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7626c6ac-bf2c-4d17-8cad-e76142b40406 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-22T04:34:17.532Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7626c6ac-bf2c-4d17-8cad-e76142b40406 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-22T04:34:17.539Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-08-22T04:34:17.539Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-08-22T04:34:17.539Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-08-22T04:34:17.539Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-08-22T04:34:17.539Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:34:17.539Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:34:17.539Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:34:17.539Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:34:17.539Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:34:17.540Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:34:17.540Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-08-22T04:34:17.540Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||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-22T04:34:17.547Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-08-22T04:34:47.547Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7626c6ac-bf2c-4d17-8cad-e76142b40406 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-22T04:34:47.581Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7626c6ac-bf2c-4d17-8cad-e76142b40406 and serviceModelVersionId: 96d4e1cc-6bd0-4e5b-a9f7-f2447791576a 2022-08-22T04:34:47.582Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5a372df7-1d7d-4e63-980a-863e436d6340 2022-08-22T04:34:47.583Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5a372df7-1d7d-4e63-980a-863e436d6340/model-vers/model-ver/96d4e1cc-6bd0-4e5b-a9f7-f2447791576a?depth=0 2022-08-22T04:34:47.587Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-08-22T04:34:47.630Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a372df7-1d7d-4e63-980a-863e436d6340/model-vers/model-ver/96d4e1cc-6bd0-4e5b-a9f7-f2447791576a?depth=0|INFO|500||Invoke 2022-08-22T04:34:47.631Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a372df7-1d7d-4e63-980a-863e436d6340/model-vers/model-ver/96d4e1cc-6bd0-4e5b-a9f7-f2447791576a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a372df7-1d7d-4e63-980a-863e436d6340/model-vers/model-ver/96d4e1cc-6bd0-4e5b-a9f7-f2447791576a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[7626c6ac-bf2c-4d17-8cad-e76142b40406], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5d60fc1b-226f-49d7-9abd-9c63d75cc9c3], X-ECOMP-RequestID=[7626c6ac-bf2c-4d17-8cad-e76142b40406], X-TransactionId=[], X-ONAP-RequestID=[7626c6ac-bf2c-4d17-8cad-e76142b40406], Content-Type=[application/merge-patch+json]} 2022-08-22T04:34:47.658Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a372df7-1d7d-4e63-980a-863e436d6340/model-vers/model-ver/96d4e1cc-6bd0-4e5b-a9f7-f2447791576a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-08-22T04:34:47.783Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a372df7-1d7d-4e63-980a-863e436d6340/model-vers/model-ver/96d4e1cc-6bd0-4e5b-a9f7-f2447791576a?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/5a372df7-1d7d-4e63-980a-863e436d6340/model-vers/model-ver/96d4e1cc-6bd0-4e5b-a9f7-f2447791576a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220822-04:34:47:934-60304], vertex-id=[270352], Content-Length=[0], Date=[Mon, 22 Aug 2022 04:34:47 GMT], Content-Type=[application/json]} 2022-08-22T04:34:47.783Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a372df7-1d7d-4e63-980a-863e436d6340/model-vers/model-ver/96d4e1cc-6bd0-4e5b-a9f7-f2447791576a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-08-22T04:34:47.784Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5a372df7-1d7d-4e63-980a-863e436d6340/model-vers/model-ver/96d4e1cc-6bd0-4e5b-a9f7-f2447791576a?depth=0|INFO|500||InvokeReturn 2022-08-22T04:34:47.786Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-08-22T04:34:47.786Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||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-22T04:34:47.792Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||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-22T04:34:47.793Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7626c6ac-bf2c-4d17-8cad-e76142b40406 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-08-22T04:34:47.793Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-08-22T04:34:47.793Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-08-22T04:34:47.821Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-08-22T04:34:47.822Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142887793, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:34:47.896Z||pool-178-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 74 ms 2022-08-22T04:34:47.898Z||pool-178-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-08-22T04:34:47.898Z||pool-178-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:34:47.921Z||pool-178-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:34:47.922Z||pool-178-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-08-22T04:34:48.840Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:34:48.841Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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-22T04:34:48.841Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:34:58.382Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:34:58.382Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:34:58.383Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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-22T04:34:58.383Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:35:07.925Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:35:07.926Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:35:07.927Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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-22T04:35:07.927Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:35:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:35:14.743Z||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-22T04:35:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:35:14.793Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:35:14.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:35:14.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "fe1174af-c103-4cdb-8ee9-1d12e6dfe240", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142839739, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:35:14.795Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:35:14.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:35:14.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142840758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:35:14.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:35:14.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:35:14.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142840758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-08-22T04:35:14.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:35:14.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:35:14.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142840758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-08-22T04:35:14.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:35:14.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:35:14.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142840758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-08-22T04:35:14.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:35:14.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:35:14.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142840758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-08-22T04:35:14.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:35:14.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:35:14.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142840758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:35:14.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:35:14.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:35:14.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142840758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-08-22T04:35:14.796Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:35:14.796Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:35:14.796Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142840758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-08-22T04:35:14.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:35:14.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:35:14.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142840758, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-08-22T04:35:14.797Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-08-22T04:35:14.797Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-08-22T04:35:14.797Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142854384, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-08-22T04:35:14.797Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:35:17.512Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:35:17.513Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:35:17.514Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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-22T04:35:17.514Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:35:27.052Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:36:14.740Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:36:14.742Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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-22T04:36:14.742Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:36:14.742Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|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-22T04:36:14.742Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:36:14.742Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:36:15.268Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:36:15.269Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-22T04:36:15.269Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142856507, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-08-22T04:36:15.270Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:36:15.270Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-08-22T04:36:15.271Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "7626c6ac-bf2c-4d17-8cad-e76142b40406", "consumerID": "SO-COpenSource-Env11", "timestamp": 1661142887793, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-08-22T04:36:15.271Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-08-22T04:36:24.291Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:37:14.741Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:37:14.742Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:37:14.743Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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-22T04:37:14.743Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|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-22T04:37:14.744Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:37:14.744Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:37:24.287Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:37:24.289Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:38:14.740Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:38:14.742Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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-22T04:38:14.742Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:38:14.742Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:38:14.743Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|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-22T04:38:14.743Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:38:24.291Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:38:24.309Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:39:14.740Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:39:14.741Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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-22T04:39:14.742Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:39:14.742Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:39:14.742Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|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-22T04:39:14.742Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:39:24.297Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:39:24.299Z|e7213c40-70d0-49e6-ac47-6e0f49ab4218|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:40:14.740Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:40:14.742Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T04:40:14.742Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:40:14.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:40:14.749Z||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-22T04:40:14.749Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:40:24.296Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:40:24.299Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:41:14.740Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:41:14.742Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T04:41:14.742Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:41:14.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:41:14.742Z||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-22T04:41:14.742Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:41:24.288Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:41:24.288Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:42:14.740Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:42:14.741Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T04:42:14.742Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:42:14.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:42:14.743Z||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-22T04:42:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:42:24.279Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:42:24.285Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:43:14.741Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:43:14.742Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T04:43:14.742Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:43:14.742Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:43:14.743Z||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-22T04:43:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:43:24.284Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:43:24.285Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:44:14.741Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:44:14.742Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:44:14.743Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T04:44:14.743Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:44:14.743Z|35366a17-c66f-465f-9012-343dc44a3405|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-22T04:44:14.743Z|35366a17-c66f-465f-9012-343dc44a3405|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:44:24.285Z|35366a17-c66f-465f-9012-343dc44a3405|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:44:24.287Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:45:14.740Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:45:14.742Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:45:14.742Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T04:45:14.742Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:45:14.743Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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-22T04:45:14.743Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:45:24.286Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:45:24.288Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:46:14.741Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:46:14.742Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:46:14.743Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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-22T04:46:14.743Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T04:46:14.743Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:46:14.743Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:46:24.284Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:46:24.286Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:47:14.740Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:47:14.741Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T04:47:14.742Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:47:14.742Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:47:14.742Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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-22T04:47:14.742Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:47:24.329Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:47:24.334Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:48:14.741Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:48:14.742Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T04:48:14.742Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:48:14.742Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:48:14.742Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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-22T04:48:14.742Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:48:24.281Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:48:24.282Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:49:14.740Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:49:14.741Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T04:49:14.741Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:49:14.742Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:49:14.742Z||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-22T04:49:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:49:24.281Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:49:24.288Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:50:14.740Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:50:14.741Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T04:50:14.741Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:50:14.742Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:50:14.742Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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-22T04:50:14.742Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:50:24.286Z|80a4c8cd-72b6-43c9-a4c9-93e481a411ee|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:50:24.287Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:51:14.740Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:51:14.741Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T04:51:14.742Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:51:14.742Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:51:14.742Z||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-22T04:51:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:51:24.321Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:51:24.323Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:52:14.740Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:52:14.741Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T04:52:14.741Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:52:14.742Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:52:14.743Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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-22T04:52:14.743Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:52:24.284Z|7626c6ac-bf2c-4d17-8cad-e76142b40406|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:52:24.284Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:53:14.741Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:53:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:53:14.742Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T04:53:14.742Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:53:14.743Z||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-22T04:53:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:53:24.287Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:53:24.289Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:54:14.741Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:54:14.742Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T04:54:14.742Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:54:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:54:14.743Z||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-22T04:54:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:54:24.285Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:54:24.286Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:55:14.741Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:55:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:55:14.743Z||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-22T04:55:14.743Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-08-22T04:55:14.744Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:55:14.744Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:55:24.288Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:55:24.290Z|687e4129-10fb-40f8-a42d-e1926542ebc2|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:56:14.740Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:56:14.741Z||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-22T04:56:14.741Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:56:14.742Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-08-22T04:56:14.743Z||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-22T04:56:14.743Z||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 4eUNaZS2qyY6TsYb) ... 2022-08-22T04:56:24.290Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-08-22T04:56:24.291Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK