JVM Arguments: -Dspring.profiles.active=basic -Djava.security.egd=file:/dev/./urandom -Dlogs_dir=./logs/sdc/ -Dlogging.config=/app/logback-spring.xml -Djavax.net.ssl.trustStore=/opt/app/osaaf/local/truststoreONAPall.jks -Djavax.net.ssl.trustStorePassword=changeit -Dspring.config.additional-location=/app/config/override.yaml . ____ _ __ _ _ /\\ / ___'_ __ _ _(_)_ __ __ _ \ \ \ \ ( ( )\___ | '_ | '_| | '_ \/ _` | \ \ \ \ \\/ ___)| |_)| | | | | || (_| | ) ) ) ) ' |____| .__|_| |_|_| |_\__, | / / / / =========|_|==============|___/=/_/_/_/ :: Spring Boot :: (v2.3.7.RELEASE) 2022-03-25T05:23:44.521Z||main|||||INFO|500||The following profiles are active: basic 2022-03-25T05:23:56.356Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-25T05:23:56.357Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-25T05:23:56.470Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-25T05:24:00.677Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-25T05:24:01.133Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-25T05:24:01.674Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-25T05:24:01.679Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-25T05:24:01.801Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-25T05:24:02.027Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-25T05:24:02.656Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-25T05:24:04.458Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-25T05:24:06.905Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-25T05:24:06.964Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-25T05:24:07.792Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-25T05:24:07.936Z||main|||||WARN|500||HHH000491: The [heatTemplates] association in the [org.onap.so.db.catalog.beans.VnfResource] entity uses both @NotFound(action = NotFoundAction.IGNORE) and FetchType.LAZY. The NotFoundAction.IGNORE @ManyToOne and @OneToOne associations are always fetched eagerly. 2022-03-25T05:24:09.307Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-25T05:24:10.447Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-25T05:24:10.473Z||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$$a1a3d335.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-03-25T05:24:10.474Z||main|||||WARN|500||The sdc end point is not alive 2022-03-25T05:24:13.597Z||main|||||WARN|500||spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning 2022-03-25T05:24:16.723Z||main|||||WARN|500||--- 2022-03-25T05:24:16.724Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-25T05:24:16.724Z||main|||||WARN|500||--- 2022-03-25T05:24:17.178Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-25T05:24:22.370Z||main|||||INFO|500||Started Application in 41.331 seconds (JVM running for 43.215) 2022-03-25T05:24:22.386Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-25T05:24:22.391Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-25T05:24:22.416Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-25T05:24:22.450Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-25T05:24:22.525Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 73eda0ab-0d2a-4d31-b325-88bd42821ace url= /sdc/v1/artifactTypes 2022-03-25T05:24:22.526Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-25T05:24:22.838Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-25T05:24:22.864Z||scheduling-1|||||DEBUG|500||Artifact types: [HEAT, HEAT_ARTIFACT, HEAT_ENV, HEAT_NESTED, HEAT_NET, HEAT_VOL, OTHER, TOSCA_CSAR, VF_MODULES_METADATA, WORKFLOW, CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT, HELM] were validated with ASDC server 2022-03-25T05:24:22.905Z||scheduling-1|||||DEBUG|500||create keys 2022-03-25T05:24:22.913Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-25T05:24:22.943Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:24:22.967Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= a89b54a2-f5e8-47ee-bd4c-2b32a21160dd url= /sdc/v1/registerForDistribution 2022-03-25T05:24:23.164Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= a89b54a2-f5e8-47ee-bd4c-2b32a21160dd url= /sdc/v1/registerForDistribution 2022-03-25T05:24:23.169Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-25T05:24:23.183Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:24:23.194Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:24:23.207Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:24:23.208Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:24:23.209Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:24:23.209Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:24:23.213Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-25T05:24:33.527Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:24:33.528Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:25:23.180Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:25:23.188Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:25:23.189Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:25:23.189Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:25:23.198Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:25:23.212Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:25:32.799Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:25:32.799Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:26:23.180Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:26:23.181Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:26:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:26:23.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:26:23.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:26:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:26:32.728Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:26:32.736Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:27:23.182Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:27:23.185Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:27:23.185Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:27:23.189Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:27:23.195Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:27:23.195Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:27:32.748Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:27:32.748Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:28:23.180Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:28:23.181Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:28:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:28:23.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:28:23.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:28:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:28:32.756Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:28:32.756Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:29:23.180Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:29:23.181Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:29:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:29:23.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:29:23.187Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:29:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:29:32.728Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:29:32.728Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:30:23.180Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:30:23.181Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:30:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:30:23.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:30:23.188Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:30:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:30:32.735Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:30:32.735Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:31:23.179Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:31:23.181Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:31:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:31:23.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:31:23.188Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:31:23.189Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:31:32.737Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:31:32.738Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:32:23.179Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:32:23.181Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:32:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:32:23.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:32:23.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:32:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:32:32.722Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:32:32.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:33:23.180Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:33:23.181Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:33:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:33:23.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:33:23.187Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:33:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:33:32.729Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:33:32.751Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:34:11.991Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-25T05:34:23.180Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:34:23.181Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:34:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:34:23.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:34:23.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:34:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:34:32.730Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:34:32.732Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:35:23.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:35:23.181Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:35:23.182Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:35:23.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:35:23.189Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:35:23.189Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:35:32.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:35:32.725Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:36:23.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:36:23.184Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:36:23.184Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:36:23.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:36:23.188Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:36:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:36:32.727Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:36:32.727Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:37:23.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:37:23.181Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:37:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:37:23.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:37:23.188Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:37:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:37:32.734Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:37:32.733Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:38:23.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:38:23.181Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:38:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:38:23.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:38:23.188Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:38:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:38:32.727Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:38:32.727Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:39:23.179Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:39:23.181Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:39:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:39:23.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:39:23.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:39:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:39:32.725Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:39:32.725Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:40:23.179Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:40:23.181Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:40:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:40:23.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:40:23.188Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:40:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:40:32.733Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:40:32.732Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:41:23.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:41:23.181Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:41:23.182Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:41:23.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:41:23.188Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:41:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:41:32.745Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:41:32.746Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:42:23.179Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:42:23.181Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:42:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:42:23.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:42:23.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:42:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:42:32.732Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:42:32.733Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:43:23.180Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:43:23.181Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:43:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:43:23.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:43:23.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:43:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:43:32.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:43:32.724Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:44:23.179Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:44:23.180Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:44:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:44:23.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:44:23.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:44:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:44:32.725Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:44:32.726Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:45:23.180Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:45:23.184Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:45:23.184Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:45:23.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:45:23.188Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:45:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:45:32.746Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:45:32.748Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:46:23.180Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:46:23.181Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:46:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:46:23.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:46:23.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:46:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:46:32.725Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:46:32.727Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:47:23.179Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:47:23.180Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:47:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:47:23.187Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:47:23.187Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:47:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:47:32.728Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:47:32.728Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:48:23.180Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:48:23.181Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:48:23.181Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as el6TLgIcns7v7BDr) ... 2022-03-25T05:48:23.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:48:23.188Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:48:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:48:32.741Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:48:32.742Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:49:23.179Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:49:23.180Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:49:23.181Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as el6TLgIcns7v7BDr) ... 2022-03-25T05:49:23.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:49:23.188Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:49:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:49:32.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:49:32.726Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:50:23.179Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:50:23.180Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:50:23.181Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as el6TLgIcns7v7BDr) ... 2022-03-25T05:50:23.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:50:23.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:50:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:50:32.727Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:50:32.731Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:51:23.179Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:51:23.181Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:51:23.181Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as el6TLgIcns7v7BDr) ... 2022-03-25T05:51:23.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:51:23.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:51:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:51:32.723Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:51:32.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:52:23.180Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:52:23.181Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:52:23.181Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as el6TLgIcns7v7BDr) ... 2022-03-25T05:52:23.187Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:52:23.187Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:52:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:52:32.737Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:52:32.738Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:53:23.180Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:53:23.181Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:53:23.181Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as el6TLgIcns7v7BDr) ... 2022-03-25T05:53:23.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:53:23.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:53:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:53:32.726Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:53:32.734Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:54:23.180Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:54:23.181Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:54:23.181Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as el6TLgIcns7v7BDr) ... 2022-03-25T05:54:23.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:54:23.188Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:54:23.189Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:54:32.740Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:54:32.747Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:55:23.180Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:55:23.181Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:55:23.182Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as el6TLgIcns7v7BDr) ... 2022-03-25T05:55:23.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:55:23.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:55:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:55:32.719Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:55:32.728Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:56:23.179Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:56:23.180Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:56:23.181Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as el6TLgIcns7v7BDr) ... 2022-03-25T05:56:23.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:56:23.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:56:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:56:29.923Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:56:29.925Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T05:56:29.925Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"d818971b-11fe-4b9d-808d-be014c352516","serviceName":"basic_onboard_BuAyCb","serviceVersion":"1.0","serviceUUID":"d84cebc8-4604-4964-9d21-b051a8d97004","serviceDescription":"service","serviceInvariantUUID":"1b590e3b-8e67-450b-b004-96761f030926","resources":[{"resourceInstanceName":"basic_onboard_BuAyCb 0","resourceName":"basic_onboard_BuAyCb","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2b9b214e-e2ed-4ad5-8381-603f442b7280","resourceInvariantUUID":"57dfcee5-196b-40db-9863-84e7b7a09714","resourceCustomizationUUID":"61d70289-2567-4f7e-a3be-1e58e74c6851","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vf-license-model.xml","artifactChecksum":"ZmI4NTJiMDJiMjhiYjVjNzg0YWVhOTk0MzM4MTU3YmQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"1af31411-e9f8-40eb-8c9d-c0b7abb79d4a","artifactVersion":"1"},{"artifactName":"basic_onboard_buaycb0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json","artifactChecksum":"Yzk2MjE5ZTliZTQxMjZkY2FkNTY3OGI0MWNiYzI5NjE\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"c733870e-da68-4ca1-86dc-309e182d340b","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"d635e64f-2204-432e-a23e-e5995cf06902","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"acec24d3-a671-44d0-bede-5942f6277f77","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"e6d8aad4-3b23-4283-9872-a22f971d0079","artifactVersion":"2","generatedFromUUID":"d635e64f-2204-432e-a23e-e5995cf06902"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardBuaycb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-template.yml","artifactChecksum":"NzA4MWQ4MjA4NzdlMmZmNWIwMWE5NWI4MDViNGI0OTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1489eb7d-9309-459a-81be-b1ecc99b9432","artifactVersion":"1"},{"artifactName":"service-BasicOnboardBuaycb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar","artifactChecksum":"NmQxYjgzZTE5N2RmN2RhYmVkOWRjNTliNGM2NDVlM2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"25182778-ec4b-41f7-8818-ed365c0c7a5d","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T05:56:29.937Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T05:56:29.943Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T05:56:29.954Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T05:56:29.954Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187783179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T05:56:30.055Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-03-25T05:56:30.060Z||pool-3-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T05:56:30.060Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T05:56:30.079Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:56:30.081Z||pool-3-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":9,"count":1} 2022-03-25T05:56:30.194Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:56:30.195Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:56:30.195Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187783179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T05:56:30.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:56:30.963Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T05:56:30.963Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T05:56:30.965Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T05:56:30.965Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187783179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json", "status": "NOTIFIED" } 2022-03-25T05:56:31.066Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T05:56:31.067Z||pool-4-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T05:56:31.067Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T05:56:31.085Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:56:31.086Z||pool-4-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-25T05:56:31.966Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T05:56:31.968Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T05:56:31.970Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T05:56:31.971Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187783179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T05:56:32.071Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T05:56:32.072Z||pool-5-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T05:56:32.072Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T05:56:32.086Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:56:32.086Z||pool-5-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T05:56:32.971Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T05:56:32.972Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T05:56:32.974Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T05:56:32.974Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187783179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T05:56:33.074Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T05:56:33.075Z||pool-6-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T05:56:33.076Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T05:56:33.101Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:56:33.102Z||pool-6-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-03-25T05:56:33.975Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T05:56:33.976Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T05:56:33.978Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T05:56:33.978Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187783179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-25T05:56:34.078Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T05:56:34.079Z||pool-7-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T05:56:34.080Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T05:56:34.094Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:56:34.095Z||pool-7-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T05:56:34.979Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T05:56:34.979Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T05:56:34.982Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T05:56:34.982Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187783179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T05:56:35.082Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T05:56:35.083Z||pool-8-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T05:56:35.083Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T05:56:35.103Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:56:35.104Z||pool-8-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-25T05:56:35.983Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T05:56:35.984Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T05:56:35.986Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T05:56:35.986Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187783179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "NOTIFIED" } 2022-03-25T05:56:36.086Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T05:56:36.088Z||pool-9-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T05:56:36.088Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T05:56:36.104Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:56:36.106Z||pool-9-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-25T05:56:36.988Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "serviceName": "basic_onboard_BuAyCb", "serviceVersion": "1.0", "serviceUUID": "d84cebc8-4604-4964-9d21-b051a8d97004", "serviceDescription": "service", "serviceInvariantUUID": "1b590e3b-8e67-450b-b004-96761f030926", "resources": [ { "resourceInstanceName": "basic_onboard_BuAyCb 0", "resourceCustomizationUUID": "61d70289-2567-4f7e-a3be-1e58e74c6851", "resourceName": "basic_onboard_BuAyCb", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2b9b214e-e2ed-4ad5-8381-603f442b7280", "resourceInvariantUUID": "57dfcee5-196b-40db-9863-84e7b7a09714", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_buaycb0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json", "artifactChecksum": "Yzk2MjE5ZTliZTQxMjZkY2FkNTY3OGI0MWNiYzI5NjE\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c733870e-da68-4ca1-86dc-309e182d340b", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "d635e64f-2204-432e-a23e-e5995cf06902", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e6d8aad4-3b23-4283-9872-a22f971d0079", "generatedFromUUID": "d635e64f-2204-432e-a23e-e5995cf06902" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "e6d8aad4-3b23-4283-9872-a22f971d0079", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardBuaycb-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "artifactChecksum": "NmQxYjgzZTE5N2RmN2RhYmVkOWRjNTliNGM2NDVlM2I\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "25182778-ec4b-41f7-8818-ed365c0c7a5d" } ], "workloadContext": "Production" } 2022-03-25T05:56:36.989Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T05:56:36.990Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 d84cebc8-4604-4964-9d21-b051a8d97004 ASDC 2022-03-25T05:56:37.095Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:d818971b-11fe-4b9d-808d-be014c352516 ServiceName:basic_onboard_BuAyCb ServiceVersion:1.0 ServiceUUID:d84cebc8-4604-4964-9d21-b051a8d97004 ServiceInvariantUUID:1b590e3b-8e67-450b-b004-96761f030926 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardBuaycb-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar ArtifactUUID:25182778-ec4b-41f7-8818-ed365c0c7a5d ArtifactChecksum:NmQxYjgzZTE5N2RmN2RhYmVkOWRjNTliNGM2NDVlM2I= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_BuAyCb 0 ResourceCustomizationUUID:61d70289-2567-4f7e-a3be-1e58e74c6851 ResourceInvariantUUID:57dfcee5-196b-40db-9863-84e7b7a09714 ResourceName:basic_onboard_BuAyCb ResourceType:VF ResourceUUID:2b9b214e-e2ed-4ad5-8381-603f442b7280 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_buaycb0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json ArtifactUUID:c733870e-da68-4ca1-86dc-309e182d340b ArtifactChecksum:Yzk2MjE5ZTliZTQxMjZkY2FkNTY3OGI0MWNiYzI5NjE= 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/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml ArtifactUUID:d635e64f-2204-432e-a23e-e5995cf06902 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/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env ArtifactUUID:e6d8aad4-3b23-4283-9872-a22f971d0079 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/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env ArtifactUUID:e6d8aad4-3b23-4283-9872-a22f971d0079 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-25T05:56:37.095Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d84cebc8-4604-4964-9d21-b051a8d97004 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T05:56:37.311Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T05:56:37.312Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-25T05:56:37.313Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-25T05:56:37.313Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 25182778-ec4b-41f7-8818-ed365c0c7a5d from URL: /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar 2022-03-25T05:56:37.313Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-25T05:56:37.316Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar 2022-03-25T05:56:37.897Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-25T05:56:37.912Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar 25182778-ec4b-41f7-8818-ed365c0c7a5d 71573 2022-03-25T05:56:37.914Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar ASDC sendASDCNotification 2022-03-25T05:56:37.915Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar 2022-03-25T05:56:37.917Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T05:56:37.918Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T05:56:37.920Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T05:56:37.921Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187797913, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T05:56:38.024Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-03-25T05:56:38.026Z||pool-10-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T05:56:38.026Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T05:56:38.036Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:56:38.037Z||pool-10-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T05:56:38.921Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T05:56:38.922Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-25T05:56:38.923Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 25182778-ec4b-41f7-8818-ed365c0c7a5d, URL: /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar to file: /app/ASDC/1/service-BasicOnboardBuaycb-csar.csar 2022-03-25T05:56:38.924Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardBuaycb-csar.csar 2022-03-25T05:56:39.029Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardBuaycb-csar.csar 2022-03-25T05:56:39.030Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardBuaycb-csar.csar 2022-03-25T05:56:39.668Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9614988534351788644/Definitions/service-BasicOnboardBuaycb-template.yml Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu18_admin_plane_port_0_subnetpoolid" is not provided 2022-03-25T05:56:41.767Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T05:56:41.772Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-25T05:56:41.772Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardBuaycb-csar.csar 2022-03-25T05:56:41.773Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-25T05:56:41.773Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||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-BasicOnboardBuaycb-csar.csar 2022-03-25T05:56:41.773Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBuaycb-csar.csar 2022-03-25T05:56:41.773Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||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-BasicOnboardBuaycb-csar.csar 2022-03-25T05:56:41.774Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBuaycb-csar.csar 2022-03-25T05:56:41.774Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardBuaycb-csar.csar 2022-03-25T05:56:41.774Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardBuaycb-csar.csar 2022-03-25T05:56:41.774Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardBuaycb-csar.csar 2022-03-25T05:56:41.775Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_BuAyCb 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-BasicOnboardBuaycb-csar.csar 2022-03-25T05:56:41.775Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||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-BasicOnboardBuaycb-csar.csar 2022-03-25T05:56:41.775Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-25T05:56:41.782Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:41.783Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T05:56:41.787Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is matching search criteria 2022-03-25T05:56:41.787Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-25T05:56:41.789Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BuAyCb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T05:56:41.790Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:41.790Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T05:56:41.791Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is matching search criteria 2022-03-25T05:56:41.791Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-25T05:56:41.791Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BuAyCb 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T05:56:41.791Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:41.792Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T05:56:41.795Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:41.795Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is not matching search criteria 2022-03-25T05:56:41.795Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-25T05:56:41.796Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-25T05:56:41.796Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-25T05:56:41.796Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-25T05:56:41.796Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-25T05:56:41.797Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:41.797Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T05:56:41.798Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:41.798Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is matching search criteria 2022-03-25T05:56:41.798Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BuAyCb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T05:56:41.799Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:41.799Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is matching search criteria 2022-03-25T05:56:41.799Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BuAyCb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T05:56:41.800Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:41.800Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is matching search criteria 2022-03-25T05:56:41.800Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BuAyCb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T05:56:41.800Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:41.801Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is not matching search criteria 2022-03-25T05:56:41.801Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-25T05:56:41.801Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-25T05:56:41.801Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c05e6ceb-86d5-41a1-97be-7c653ec7fa34 2022-03-25T05:56:41.802Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:41.802Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T05:56:41.802Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:41.802Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T05:56:41.803Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:41.803Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T05:56:41.803Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:41.803Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T05:56:41.804Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_BuAyCb Description:service Model UUID:d84cebc8-4604-4964-9d21-b051a8d97004 Model Version:NULL Model InvariantUuid:1b590e3b-8e67-450b-b004-96761f030926 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_BuAyCb Model UUID:1d4ed511-0f60-4a03-8fed-0b88837b3d1a Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:57dfcee5-196b-40db-9863-84e7b7a09714 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:61d70289-2567-4f7e-a3be-1e58e74c6851 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:71358410-b114-423c-8afa-44cae7006884 ModelName:BasicOnboardBuaycb..base_ubuntu18..module-0 ModelUuid:a9713b00-246d-45df-bac8-515a0a4a9707 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c05e6ceb-86d5-41a1-97be-7c653ec7fa34 ModelInvariantUuid:038a5925-c928-4c6b-a1cf-a86e5f9a20ba ModelName:basic_onboard_BuAyCb-nodes.ubuntu18Cvfc ModelUuid:b92e155b-51be-4538-a25b-5482528de889 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:db9e4f0a-5f80-4626-8c08-a9c31949c12a ModelInvariantUuid:a22e32d8-0808-435c-bfd6-ca4bb85fa186 ModelName:BasicOnboardBuaycb.compute.nodes.heat.ubuntu18 ModelUuid:5f1f0b20-ee6e-46c2-b45c-5321f3c08670 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-25T05:56:41.824Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2b9b214e-e2ed-4ad5-8381-603f442b7280 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T05:56:41.921Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||basic_onboard_BuAyCb 0 2022-03-25T05:56:41.927Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2b9b214e-e2ed-4ad5-8381-603f442b7280 2022-03-25T05:56:41.927Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: c733870e-da68-4ca1-86dc-309e182d340b from URL: /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json 2022-03-25T05:56:41.927Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-25T05:56:41.927Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json 2022-03-25T05:56:42.181Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-25T05:56:42.182Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json c733870e-da68-4ca1-86dc-309e182d340b 798 2022-03-25T05:56:42.182Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json ASDC sendASDCNotification 2022-03-25T05:56:42.182Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json 2022-03-25T05:56:42.182Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T05:56:42.183Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T05:56:42.186Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T05:56:42.186Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187802182, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T05:56:42.286Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T05:56:42.287Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T05:56:42.287Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T05:56:42.300Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:56:42.301Z||pool-11-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T05:56:43.187Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardBuaycb..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "71358410-b114-423c-8afa-44cae7006884", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a9713b00-246d-45df-bac8-515a0a4a9707", "vfModuleModelCustomizationUUID": "2db303a7-9042-4bca-a07b-2a96d7c70240", "isBase": true, "artifacts": [ "d635e64f-2204-432e-a23e-e5995cf06902", "e6d8aad4-3b23-4283-9872-a22f971d0079" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T05:56:43.201Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardBuaycb..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a9713b00-246d-45df-bac8-515a0a4a9707 VfModuleModelInvariantUUID:71358410-b114-423c-8afa-44cae7006884 VfModuleModelDescription:NULL Artifacts UUID List:{ d635e64f-2204-432e-a23e-e5995cf06902 , e6d8aad4-3b23-4283-9872-a22f971d0079 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T05:56:43.204Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardBuaycb..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "71358410-b114-423c-8afa-44cae7006884", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a9713b00-246d-45df-bac8-515a0a4a9707", "vfModuleModelCustomizationUUID": "2db303a7-9042-4bca-a07b-2a96d7c70240", "isBase": true, "artifacts": [ "d635e64f-2204-432e-a23e-e5995cf06902", "e6d8aad4-3b23-4283-9872-a22f971d0079" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu18", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T05:56:43.204Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardBuaycb..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a9713b00-246d-45df-bac8-515a0a4a9707 VfModuleModelInvariantUUID:71358410-b114-423c-8afa-44cae7006884 VfModuleModelDescription:NULL Artifacts UUID List:{ d635e64f-2204-432e-a23e-e5995cf06902 , e6d8aad4-3b23-4283-9872-a22f971d0079 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu18 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T05:56:43.204Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: d635e64f-2204-432e-a23e-e5995cf06902 from URL: /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml 2022-03-25T05:56:43.204Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-25T05:56:43.204Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml 2022-03-25T05:56:43.578Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-25T05:56:43.579Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml d635e64f-2204-432e-a23e-e5995cf06902 5033 2022-03-25T05:56:43.579Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-25T05:56:43.580Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml 2022-03-25T05:56:43.580Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T05:56:43.580Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T05:56:43.582Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T05:56:43.582Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187803579, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T05:56:43.682Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T05:56:43.684Z||pool-12-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T05:56:43.684Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T05:56:43.693Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:56:43.694Z||pool-12-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T05:56:44.589Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: e6d8aad4-3b23-4283-9872-a22f971d0079 from URL: /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env 2022-03-25T05:56:44.589Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-25T05:56:44.590Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env 2022-03-25T05:56:44.867Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-25T05:56:44.868Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env e6d8aad4-3b23-4283-9872-a22f971d0079 909 2022-03-25T05:56:44.869Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-25T05:56:44.869Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env 2022-03-25T05:56:44.869Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T05:56:44.869Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T05:56:44.872Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T05:56:44.873Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187804869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-25T05:56:44.973Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T05:56:44.974Z||pool-13-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T05:56:44.974Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T05:56:44.987Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:56:44.987Z||pool-13-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T05:56:45.874Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: d84cebc8-4604-4964-9d21-b051a8d97004 2022-03-25T05:56:45.874Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_BuAyCb 0 2b9b214e-e2ed-4ad5-8381-603f442b7280 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T05:56:45.911Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3d49ffb3, org.onap.sdc.toscaparser.api.parameters.Input@3d30006, org.onap.sdc.toscaparser.api.parameters.Input@5e82f0ac, org.onap.sdc.toscaparser.api.parameters.Input@7276b42a, org.onap.sdc.toscaparser.api.parameters.Input@3079b0] 2022-03-25T05:56:45.915Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:45.915Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T05:56:45.915Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-03-25T05:56:45.915Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 61d70289-2567-4f7e-a3be-1e58e74c6851 2022-03-25T05:56:45.916Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 61d70289-2567-4f7e-a3be-1e58e74c6851 matches Tosca VF Customization UUID: 61d70289-2567-4f7e-a3be-1e58e74c6851 2022-03-25T05:56:45.916Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 61d70289-2567-4f7e-a3be-1e58e74c6851 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-25T05:56:45.922Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:45.922Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T05:56:45.949Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 61d70289-2567-4f7e-a3be-1e58e74c6851: {\"vf_module_id\":\"Ubuntu18-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu18-VNF-name\",\"ubuntu18_name_0\":\"ubuntu18\",\"ubuntu18_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"dcae_collector_ip\":\"10.4.2.166\",\"vnf_id\":\"Ubuntu18-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu18_flavor_name\":\"m1.small\",\"admin_plane_net_name\":\"admin\",\"ubuntu18_image_name\":\"ubuntu-18.04-daily\"} 2022-03-25T05:56:45.949Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@1f7bc504 2022-03-25T05:56:45.949Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:45.949Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T05:56:45.950Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 2db303a7-9042-4bca-a07b-2a96d7c70240 2022-03-25T05:56:45.951Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 2db303a7-9042-4bca-a07b-2a96d7c70240 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-25T05:56:45.957Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:45.958Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is matching search criteria 2022-03-25T05:56:45.958Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BuAyCb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T05:56:45.959Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:45.959Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is matching search criteria 2022-03-25T05:56:45.959Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BuAyCb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T05:56:45.959Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:45.959Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is not matching search criteria 2022-03-25T05:56:45.959Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-25T05:56:45.960Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-25T05:56:45.960Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=c05e6ceb-86d5-41a1-97be-7c653ec7fa34 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-25T05:56:45.967Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:45.967Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is matching search criteria 2022-03-25T05:56:45.967Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BuAyCb 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T05:56:45.968Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:45.968Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Node template basic_onboard_BuAyCb 0 is matching search criteria 2022-03-25T05:56:45.968Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found topology templates [basic_onboard_BuAyCb 0] matching following query criteria: sdcType=VF, customizationUUID=61d70289-2567-4f7e-a3be-1e58e74c6851 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T05:56:45.970Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:45.970Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T05:56:45.970Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid d84cebc8-4604-4964-9d21-b051a8d97004: basic_onboard_BuAyCb 2022-03-25T05:56:45.971Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:45.971Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T05:56:45.971Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:45.971Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T05:56:45.971Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:45.972Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T05:56:45.972Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:45.972Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T05:56:45.972Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T05:56:45.972Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Service basic_onboard_BuAyCb is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T05:56:45.972Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||Saving Service: basic_onboard_BuAyCb Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T05:56:46.120Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_BuAyCb 2b9b214e-e2ed-4ad5-8381-603f442b7280 1 ASDC deployResourceStructure 2022-03-25T05:56:46.121Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json ASDC sendASDCNotification 2022-03-25T05:56:46.121Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json 2022-03-25T05:56:46.121Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T05:56:46.121Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T05:56:46.123Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T05:56:46.123Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187806121, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T05:56:46.224Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T05:56:46.225Z||pool-14-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T05:56:46.225Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T05:56:46.238Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:56:46.238Z||pool-14-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-25T05:56:47.124Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-25T05:56:47.125Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml 2022-03-25T05:56:47.126Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T05:56:47.126Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T05:56:47.128Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T05:56:47.129Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187807124, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-25T05:56:47.229Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T05:56:47.231Z||pool-15-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T05:56:47.231Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T05:56:47.242Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:56:47.243Z||pool-15-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T05:56:48.130Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-25T05:56:48.130Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env 2022-03-25T05:56:48.130Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T05:56:48.131Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T05:56:48.134Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T05:56:48.134Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187808130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-25T05:56:48.235Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T05:56:48.236Z||pool-16-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T05:56:48.236Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T05:56:48.247Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:56:48.247Z||pool-16-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T05:56:49.135Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar ASDC sendASDCNotification 2022-03-25T05:56:49.135Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar 2022-03-25T05:56:49.135Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T05:56:49.136Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T05:56:49.138Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T05:56:49.138Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187809135, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T05:56:49.238Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T05:56:49.240Z||pool-17-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T05:56:49.240Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T05:56:49.252Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:56:49.253Z||pool-17-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T05:56:50.139Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T05:56:50.170Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T05:56:50.174Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T05:56:50.174Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T05:56:50.174Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T05:57:20.175Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T05:57:20.185Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T05:57:20.188Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T05:57:20.188Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T05:57:20.188Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T05:57:23.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:57:23.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:57:23.189Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:57:23.218Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:57:23.219Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:57:23.219Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "cds", "timestamp": 1648187783256, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T05:57:23.220Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:57:50.189Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T05:57:50.199Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T05:57:50.202Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T05:57:50.202Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T05:57:50.203Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T05:58:20.203Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T05:58:20.213Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T05:58:20.216Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T05:58:20.216Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T05:58:20.216Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T05:58:23.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:58:23.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:58:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:58:23.210Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:58:23.211Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:58:23.211Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "ves-openapi-manager", "timestamp": 1648187785810, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T05:58:23.212Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:58:23.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:58:23.212Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "policy-id", "timestamp": 1648187780947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T05:58:23.212Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:58:23.212Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:58:23.213Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "multicloud-k8s-id", "timestamp": 1648187784404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T05:58:23.213Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:58:50.217Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T05:58:50.230Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T05:58:50.232Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T05:58:50.232Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T05:58:50.233Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T05:59:20.233Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T05:59:20.249Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T05:59:20.251Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T05:59:20.252Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T05:59:20.252Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T05:59:23.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T05:59:23.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T05:59:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T05:59:23.214Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T05:59:23.220Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.220Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187783179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json", "status": "NOTIFIED" } 2022-03-25T05:59:23.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "ves-openapi-manager", "timestamp": 1648187785810, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.221Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.221Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.221Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "cds", "timestamp": 1648187783256, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "multicloud-k8s-id", "timestamp": 1648187784404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json", "status": "NOTIFIED" } 2022-03-25T05:59:23.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.222Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.222Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "policy-id", "timestamp": 1648187780947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.222Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187783179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T05:59:23.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "ves-openapi-manager", "timestamp": 1648187785810, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.223Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.223Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "cds", "timestamp": 1648187783256, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.223Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "policy-id", "timestamp": 1648187780947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T05:59:23.224Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.224Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.224Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "multicloud-k8s-id", "timestamp": 1648187784404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-25T05:59:23.225Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.225Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.225Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "ves-openapi-manager", "timestamp": 1648187785810, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.226Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.226Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.227Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "cds", "timestamp": 1648187783256, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187783179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "multicloud-k8s-id", "timestamp": 1648187784404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.228Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.228Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.228Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "policy-id", "timestamp": 1648187780947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "clamp", "timestamp": 1648187793836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187783179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-25T05:59:23.229Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.229Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.229Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "ves-openapi-manager", "timestamp": 1648187785810, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "cds", "timestamp": 1648187783256, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.230Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.230Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "multicloud-k8s-id", "timestamp": 1648187784404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-25T05:59:23.230Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "policy-id", "timestamp": 1648187780947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "clamp", "timestamp": 1648187793836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json", "status": "NOTIFIED" } 2022-03-25T05:59:23.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.231Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "cds", "timestamp": 1648187783256, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.231Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.231Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "ves-openapi-manager", "timestamp": 1648187785810, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187783179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.232Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.232Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "policy-id", "timestamp": 1648187780947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.232Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "multicloud-k8s-id", "timestamp": 1648187784404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.233Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "clamp", "timestamp": 1648187793836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.233Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.233Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.233Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187783179, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "NOTIFIED" } 2022-03-25T05:59:23.233Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "ves-openapi-manager", "timestamp": 1648187785810, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.234Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.234Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.234Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "cds", "timestamp": 1648187783256, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "NOTIFIED" } 2022-03-25T05:59:23.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "multicloud-k8s-id", "timestamp": 1648187784404, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "NOTIFIED" } 2022-03-25T05:59:23.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "policy-id", "timestamp": 1648187780947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "NOTIFIED" } 2022-03-25T05:59:23.235Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.235Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.235Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "clamp", "timestamp": 1648187793836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "clamp", "timestamp": 1648187793836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.236Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.236Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "multicloud-k8s-id", "timestamp": 1648187798855, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T05:59:23.236Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T05:59:23.236Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "cds", "timestamp": 1648187798307, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T05:59:23.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T05:59:23.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187797913, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T05:59:23.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T05:59:23.237Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.237Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "policy-id", "timestamp": 1648187797742, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T05:59:23.237Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T05:59:23.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648187797574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "clamp", "timestamp": 1648187793836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.238Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.238Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.238Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "cds", "timestamp": 1648187799325, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T05:59:23.245Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d818971b-11fe-4b9d-808d-be014c352516 2022-03-25T05:59:23.246Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d818971b-11fe-4b9d-808d-be014c352516 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T05:59:23.254Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.254Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "policy-id", "timestamp": 1648187798750, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T05:59:23.255Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T05:59:23.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "aai-ml", "timestamp": 1648187799074, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.255Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.255Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.255Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "multicloud-k8s-id", "timestamp": 1648187800127, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T05:59:23.256Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T05:59:23.256Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648187797574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.256Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.256Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.256Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "clamp", "timestamp": 1648187793836, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "NOTIFIED" } 2022-03-25T05:59:23.256Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.257Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.257Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "policy-id", "timestamp": 1648187799755, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T05:59:23.261Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d818971b-11fe-4b9d-808d-be014c352516 2022-03-25T05:59:23.262Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d818971b-11fe-4b9d-808d-be014c352516 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T05:59:23.270Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "aai-ml", "timestamp": 1648187799074, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648187797574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.271Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.271Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.271Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "multicloud-k8s-id", "timestamp": 1648187801616, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-25T05:59:23.272Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T05:59:23.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "aai-ml", "timestamp": 1648187799074, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648187797574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.272Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.272Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.272Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "multicloud-k8s-id", "timestamp": 1648187802705, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T05:59:23.280Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d818971b-11fe-4b9d-808d-be014c352516 2022-03-25T05:59:23.280Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d818971b-11fe-4b9d-808d-be014c352516 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-25T05:59:23.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "aai-ml", "timestamp": 1648187799074, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.287Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187802182, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T05:59:23.287Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T05:59:23.287Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.287Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648187797574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "multicloud-k8s-id", "timestamp": 1648187803710, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T05:59:23.288Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T05:59:23.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "aai-ml", "timestamp": 1648187799074, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.288Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.288Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.288Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648187797574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.289Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187803579, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T05:59:23.289Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T05:59:23.289Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.289Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "aai-ml", "timestamp": 1648187799074, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T05:59:23.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648187797574, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "NOTIFIED" } 2022-03-25T05:59:23.290Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.290Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.290Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187804869, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-25T05:59:23.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T05:59:23.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "aai-ml", "timestamp": 1648187799074, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "NOTIFIED" } 2022-03-25T05:59:23.291Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-25T05:59:23.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648187805681, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T05:59:23.291Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T05:59:23.291Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.291Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187806121, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/basic_onboard_buaycb0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T05:59:23.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T05:59:23.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "aai-ml", "timestamp": 1648187806923, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T05:59:23.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T05:59:23.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187807124, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-25T05:59:23.292Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T05:59:23.292Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.292Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187808130, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/resourceInstances/basic_onboard_buaycb0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-25T05:59:23.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T05:59:23.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648187809135, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T05:59:23.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T05:59:23.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648187810331, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T05:59:23.293Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T05:59:23.293Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.293Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648187811337, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T05:59:23.298Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d818971b-11fe-4b9d-808d-be014c352516 2022-03-25T05:59:23.298Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d818971b-11fe-4b9d-808d-be014c352516 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T05:59:23.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "clamp", "timestamp": 1648187812616, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T05:59:23.308Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T05:59:23.308Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.308Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "clamp", "timestamp": 1648187814642, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T05:59:23.309Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T05:59:23.309Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.309Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "clamp", "timestamp": 1648187815649, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T05:59:23.313Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d818971b-11fe-4b9d-808d-be014c352516 2022-03-25T05:59:23.313Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d818971b-11fe-4b9d-808d-be014c352516 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T05:59:23.323Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.324Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "aai-ml", "timestamp": 1648187824043, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardBuaycb/1.0/artifacts/service-BasicOnboardBuaycb-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T05:59:23.324Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T05:59:23.324Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-25T05:59:23.325Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "aai-ml", "timestamp": 1648187825049, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T05:59:23.331Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d818971b-11fe-4b9d-808d-be014c352516 2022-03-25T05:59:23.331Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId d818971b-11fe-4b9d-808d-be014c352516 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T05:59:50.252Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T05:59:50.264Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d818971b-11fe-4b9d-808d-be014c352516 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T05:59:50.269Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T05:59:50.270Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T05:59:50.270Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T05:59:50.271Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T05:59:50.271Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T05:59:50.272Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T05:59:50.272Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T05:59:50.273Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T05:59:50.273Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T05:59:50.274Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T05:59:50.274Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T05:59:50.282Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T06:00:20.283Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d818971b-11fe-4b9d-808d-be014c352516 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-25T06:00:20.295Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d818971b-11fe-4b9d-808d-be014c352516 and serviceModelVersionId: d84cebc8-4604-4964-9d21-b051a8d97004 2022-03-25T06:00:20.295Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1b590e3b-8e67-450b-b004-96761f030926 2022-03-25T06:00:23.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:00:23.188Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:00:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:00:23.213Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:00:23.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.214Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "aai-ml", "timestamp": 1648187889074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:23.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:23.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648187887574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:23.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:23.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "cds", "timestamp": 1648187888256, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:23.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:23.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "aai-ml", "timestamp": 1648187889074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:23.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:23.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "cds", "timestamp": 1648187888256, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:23.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:23.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648187887574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:23.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:23.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "aai-ml", "timestamp": 1648187889074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:23.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:23.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648187887574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:23.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:23.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "cds", "timestamp": 1648187888256, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:23.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:23.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "aai-ml", "timestamp": 1648187889074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:23.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:23.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648187887574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:23.218Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:23.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "cds", "timestamp": 1648187888256, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:23.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:23.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "aai-ml", "timestamp": 1648187889074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:23.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:23.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648187887574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:23.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:23.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "cds", "timestamp": 1648187888256, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:23.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:23.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "aai-ml", "timestamp": 1648187889074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:23.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:23.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648187887574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:23.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:23.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "cds", "timestamp": 1648187888256, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:23.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:23.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "policy-id", "timestamp": 1648187900947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:23.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:23.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "aai-ml", "timestamp": 1648187889074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:00:23.221Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:23.221Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.221Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648187887574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:00:23.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:23.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "cds", "timestamp": 1648187888256, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:00:23.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:23.222Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:00:23.222Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "policy-id", "timestamp": 1648187900947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:23.222Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:00:35.550Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1b590e3b-8e67-450b-b004-96761f030926/model-vers/model-ver/d84cebc8-4604-4964-9d21-b051a8d97004?depth=0 2022-03-25T06:00:35.666Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T06:00:36.174Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b590e3b-8e67-450b-b004-96761f030926/model-vers/model-ver/d84cebc8-4604-4964-9d21-b051a8d97004?depth=0|INFO|500||Invoke 2022-03-25T06:00:36.181Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b590e3b-8e67-450b-b004-96761f030926/model-vers/model-ver/d84cebc8-4604-4964-9d21-b051a8d97004?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b590e3b-8e67-450b-b004-96761f030926/model-vers/model-ver/d84cebc8-4604-4964-9d21-b051a8d97004?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d818971b-11fe-4b9d-808d-be014c352516], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[238fb27d-6838-4e0b-8b75-438fe8981cd2], X-ECOMP-RequestID=[d818971b-11fe-4b9d-808d-be014c352516], X-TransactionId=[], X-ONAP-RequestID=[d818971b-11fe-4b9d-808d-be014c352516], Content-Type=[application/merge-patch+json]} 2022-03-25T06:00:36.299Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b590e3b-8e67-450b-b004-96761f030926/model-vers/model-ver/d84cebc8-4604-4964-9d21-b051a8d97004?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T06:00:36.663Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b590e3b-8e67-450b-b004-96761f030926/model-vers/model-ver/d84cebc8-4604-4964-9d21-b051a8d97004?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/1b590e3b-8e67-450b-b004-96761f030926/model-vers/model-ver/d84cebc8-4604-4964-9d21-b051a8d97004?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220325-06:00:36:341-82028], vertex-id=[340016], Content-Length=[0], Date=[Fri, 25 Mar 2022 06:00:36 GMT], Content-Type=[application/json]} 2022-03-25T06:00:36.665Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b590e3b-8e67-450b-b004-96761f030926/model-vers/model-ver/d84cebc8-4604-4964-9d21-b051a8d97004?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-25T06:00:36.665Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1b590e3b-8e67-450b-b004-96761f030926/model-vers/model-ver/d84cebc8-4604-4964-9d21-b051a8d97004?depth=0|INFO|500||InvokeReturn 2022-03-25T06:00:36.669Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T06:00:36.670Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:00:36.677Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T06:00:36.678Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d818971b-11fe-4b9d-808d-be014c352516 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T06:00:36.679Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T06:00:36.679Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:00:36.681Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:00:36.681Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188036678, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T06:00:36.782Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:00:36.783Z||pool-18-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:00:36.783Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:00:36.796Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:00:36.796Z||pool-18-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T06:00:37.695Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:00:37.695Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:00:37.695Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as el6TLgIcns7v7BDr) ... 2022-03-25T06:00:42.084Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:00:42.085Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T06:00:42.085Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"35babf2c-1c0a-4a04-a09a-91397d262cba","serviceName":"vFW 2022-03-25 05-56-24","serviceVersion":"1.0","serviceUUID":"722f0eb8-3772-423f-afa8-d558f38ebcd0","serviceDescription":"catalog service description","serviceInvariantUUID":"103012e8-505b-41be-80ef-e54db341f9a0","resources":[{"resourceInstanceName":"vFW 71f3009e-18ff 0","resourceName":"vFW 71f3009e-18ff","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"2cc84294-bd15-441d-8854-6aba36364553","resourceInvariantUUID":"cc17006a-7f8d-4a49-8c7c-f5acc54453f6","resourceCustomizationUUID":"8bb5e0ef-ec70-4324-af52-af6877649442","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vf-license-model.xml","artifactChecksum":"MmRhYWQyYmQ2NjQ2OTk3MzVhMjVmZGIyMTQ2NzUxYjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"e5173cad-4dd1-408c-baaa-582933f5d0aa","artifactVersion":"1"},{"artifactName":"vfw71f3009e18ff0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json","artifactChecksum":"MGY5MDYzZjRjNDlhODU1YzhlNjljNzVkNDMwYTg2MWU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8ff32c26-e56b-41e0-b0fc-56dab4321f6a","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"675ae3a0-4173-4327-84d8-24e0956d11e0","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vendor-license-model.xml","artifactChecksum":"NGJhY2IzM2E2ZWMxMjQ0OWNlNGZmMGNhZmQ1N2RhNTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"02abb179-f601-4e5d-8831-c6b3b316ceda","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"34405c73-55b2-418e-ad2d-1a7c6b50cafd","artifactVersion":"2","generatedFromUUID":"675ae3a0-4173-4327-84d8-24e0956d11e0"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220325055624-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-template.yml","artifactChecksum":"OTA3YmYxOThjZDE3MTM4NTYxMDYyNDRmNTU2NTBhOWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"013b2f82-d9bc-4a00-a701-82d3bdb634d5","artifactVersion":"1"},{"artifactName":"service-Vfw20220325055624-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar","artifactChecksum":"ZGUzMzMxNmEwMzhhMTEyNmI5OTFlMzYyY2M1YTViNTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5392b2e8-6f9d-4e46-87ad-ff29f83ea9f2","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T06:00:42.087Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:00:42.088Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:00:42.089Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:00:42.090Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188037695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:42.190Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:00:42.191Z||pool-19-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:00:42.191Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:00:42.208Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:00:42.209Z||pool-19-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:00:43.090Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:00:43.091Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:00:43.093Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:00:43.093Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188037695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json", "status": "NOTIFIED" } 2022-03-25T06:00:43.193Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:00:43.195Z||pool-20-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:00:43.195Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:00:43.205Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:00:43.206Z||pool-20-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-25T06:00:44.094Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:00:44.095Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:00:44.098Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:00:44.098Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188037695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-25T06:00:44.198Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:00:44.199Z||pool-21-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:00:44.199Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:00:44.210Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:00:44.210Z||pool-21-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:00:45.099Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:00:45.100Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:00:45.102Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:00:45.102Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188037695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:45.203Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T06:00:45.204Z||pool-22-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:00:45.204Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:00:45.218Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:00:45.218Z||pool-22-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:00:46.103Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:00:46.104Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:00:46.106Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:00:46.106Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188037695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-25T06:00:46.206Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:00:46.207Z||pool-23-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:00:46.207Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:00:46.223Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:00:46.224Z||pool-23-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:00:47.106Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:00:47.107Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:00:47.110Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:00:47.110Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188037695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:00:47.210Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:00:47.211Z||pool-24-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:00:47.211Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:00:47.223Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:00:47.223Z||pool-24-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:00:48.111Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:00:48.112Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:00:48.114Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:00:48.114Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188037695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:00:48.214Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:00:48.216Z||pool-25-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:00:48.216Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:00:48.227Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:00:48.227Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:00:49.116Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "serviceName": "vFW 2022-03-25 05-56-24", "serviceVersion": "1.0", "serviceUUID": "722f0eb8-3772-423f-afa8-d558f38ebcd0", "serviceDescription": "catalog service description", "serviceInvariantUUID": "103012e8-505b-41be-80ef-e54db341f9a0", "resources": [ { "resourceInstanceName": "vFW 71f3009e-18ff 0", "resourceCustomizationUUID": "8bb5e0ef-ec70-4324-af52-af6877649442", "resourceName": "vFW 71f3009e-18ff", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "2cc84294-bd15-441d-8854-6aba36364553", "resourceInvariantUUID": "cc17006a-7f8d-4a49-8c7c-f5acc54453f6", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw71f3009e18ff0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json", "artifactChecksum": "MGY5MDYzZjRjNDlhODU1YzhlNjljNzVkNDMwYTg2MWU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8ff32c26-e56b-41e0-b0fc-56dab4321f6a", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "675ae3a0-4173-4327-84d8-24e0956d11e0", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "34405c73-55b2-418e-ad2d-1a7c6b50cafd", "generatedFromUUID": "675ae3a0-4173-4327-84d8-24e0956d11e0" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "34405c73-55b2-418e-ad2d-1a7c6b50cafd", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220325055624-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "artifactChecksum": "ZGUzMzMxNmEwMzhhMTEyNmI5OTFlMzYyY2M1YTViNTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5392b2e8-6f9d-4e46-87ad-ff29f83ea9f2" } ], "workloadContext": "Production" } 2022-03-25T06:00:49.116Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T06:00:49.116Z|d818971b-11fe-4b9d-808d-be014c352516|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 722f0eb8-3772-423f-afa8-d558f38ebcd0 ASDC 2022-03-25T06:00:49.116Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:35babf2c-1c0a-4a04-a09a-91397d262cba ServiceName:vFW 2022-03-25 05-56-24 ServiceVersion:1.0 ServiceUUID:722f0eb8-3772-423f-afa8-d558f38ebcd0 ServiceInvariantUUID:103012e8-505b-41be-80ef-e54db341f9a0 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220325055624-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar ArtifactUUID:5392b2e8-6f9d-4e46-87ad-ff29f83ea9f2 ArtifactChecksum:ZGUzMzMxNmEwMzhhMTEyNmI5OTFlMzYyY2M1YTViNTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 71f3009e-18ff 0 ResourceCustomizationUUID:8bb5e0ef-ec70-4324-af52-af6877649442 ResourceInvariantUUID:cc17006a-7f8d-4a49-8c7c-f5acc54453f6 ResourceName:vFW 71f3009e-18ff ResourceType:VF ResourceUUID:2cc84294-bd15-441d-8854-6aba36364553 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw71f3009e18ff0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json ArtifactUUID:8ff32c26-e56b-41e0-b0fc-56dab4321f6a ArtifactChecksum:MGY5MDYzZjRjNDlhODU1YzhlNjljNzVkNDMwYTg2MWU= 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/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml ArtifactUUID:675ae3a0-4173-4327-84d8-24e0956d11e0 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/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env ArtifactUUID:34405c73-55b2-418e-ad2d-1a7c6b50cafd 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/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env ArtifactUUID:34405c73-55b2-418e-ad2d-1a7c6b50cafd ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-25T06:00:49.117Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 722f0eb8-3772-423f-afa8-d558f38ebcd0 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:00:49.142Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T06:00:49.143Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-25T06:00:49.143Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-25T06:00:49.143Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 5392b2e8-6f9d-4e46-87ad-ff29f83ea9f2 from URL: /sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar 2022-03-25T06:00:49.143Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-25T06:00:49.143Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar 2022-03-25T06:00:49.252Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-25T06:00:49.257Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar 5392b2e8-6f9d-4e46-87ad-ff29f83ea9f2 98929 2022-03-25T06:00:49.257Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar ASDC sendASDCNotification 2022-03-25T06:00:49.257Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar 2022-03-25T06:00:49.257Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:00:49.257Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:00:49.259Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:00:49.259Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188049257, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:00:49.360Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T06:00:49.361Z||pool-26-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:00:49.361Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:00:49.371Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:00:49.371Z||pool-26-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:00:50.260Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T06:00:50.260Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-25T06:00:50.261Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 5392b2e8-6f9d-4e46-87ad-ff29f83ea9f2, URL: /sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar to file: /app/ASDC/1/service-Vfw20220325055624-csar.csar 2022-03-25T06:00:50.261Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220325055624-csar.csar 2022-03-25T06:00:50.262Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220325055624-csar.csar 2022-03-25T06:00:50.262Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220325055624-csar.csar 2022-03-25T06:00:50.433Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP4256816368641760269/Definitions/service-Vfw20220325055624-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-03-25T06:00:52.565Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T06:00:52.566Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-25T06:00:52.566Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220325055624-csar.csar 2022-03-25T06:00:52.566Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-25T06:00:52.566Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||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-Vfw20220325055624-csar.csar 2022-03-25T06:00:52.566Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||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-Vfw20220325055624-csar.csar 2022-03-25T06:00:52.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325055624-csar.csar 2022-03-25T06:00:52.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325055624-csar.csar 2022-03-25T06:00:52.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 71f3009e-18ff 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-Vfw20220325055624-csar.csar 2022-03-25T06:00:52.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325055624-csar.csar 2022-03-25T06:00:52.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||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-Vfw20220325055624-csar.csar 2022-03-25T06:00:52.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325055624-csar.csar 2022-03-25T06:00:52.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||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-Vfw20220325055624-csar.csar 2022-03-25T06:00:52.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220325055624-csar.csar 2022-03-25T06:00:52.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||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-Vfw20220325055624-csar.csar 2022-03-25T06:00:52.568Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325055624-csar.csar 2022-03-25T06:00:52.568Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325055624-csar.csar 2022-03-25T06:00:52.568Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-25T06:00:52.568Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:52.568Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:00:52.569Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is matching search criteria 2022-03-25T06:00:52.569Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-25T06:00:52.569Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 71f3009e-18ff 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T06:00:52.569Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:52.569Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:00:52.570Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is matching search criteria 2022-03-25T06:00:52.570Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-25T06:00:52.570Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 71f3009e-18ff 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T06:00:52.570Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:52.570Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:00:52.571Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:52.571Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is not matching search criteria 2022-03-25T06:00:52.571Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T06:00:52.571Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T06:00:52.571Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T06:00:52.571Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T06:00:52.572Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T06:00:52.572Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T06:00:52.572Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T06:00:52.572Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T06:00:52.572Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T06:00:52.572Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T06:00:52.572Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T06:00:52.573Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T06:00:52.573Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T06:00:52.573Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T06:00:52.573Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T06:00:52.573Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-25T06:00:52.573Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:52.574Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T06:00:52.574Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:52.574Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is matching search criteria 2022-03-25T06:00:52.574Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 71f3009e-18ff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:00:52.575Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:52.575Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is matching search criteria 2022-03-25T06:00:52.575Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 71f3009e-18ff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:00:52.575Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:52.575Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is matching search criteria 2022-03-25T06:00:52.575Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 71f3009e-18ff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:00:52.576Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:52.576Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is not matching search criteria 2022-03-25T06:00:52.576Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T06:00:52.576Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-25T06:00:52.576Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T06:00:52.576Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T06:00:52.577Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T06:00:52.577Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T06:00:52.577Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T06:00:52.577Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T06:00:52.577Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T06:00:52.577Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T06:00:52.577Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T06:00:52.578Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9b9bc966-ce2c-4f28-8d28-b730248e1c8c 2022-03-25T06:00:52.578Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:52.578Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is not matching search criteria 2022-03-25T06:00:52.578Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T06:00:52.578Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T06:00:52.578Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T06:00:52.579Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T06:00:52.579Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T06:00:52.579Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T06:00:52.579Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T06:00:52.579Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-25T06:00:52.579Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T06:00:52.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T06:00:52.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T06:00:52.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T06:00:52.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4f73a8c7-cbc8-485f-aabc-30ecf849d39f 2022-03-25T06:00:52.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:52.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is not matching search criteria 2022-03-25T06:00:52.581Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T06:00:52.581Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T06:00:52.581Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T06:00:52.581Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T06:00:52.581Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T06:00:52.581Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T06:00:52.582Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T06:00:52.582Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T06:00:52.582Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T06:00:52.582Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T06:00:52.582Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T06:00:52.582Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-25T06:00:52.582Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=03f36782-4ec7-40b0-8d47-591e7f808a94 2022-03-25T06:00:52.583Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:52.583Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:00:52.583Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:52.583Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:00:52.583Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:52.583Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:00:52.584Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:52.584Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:00:52.584Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-25 05-56-24 Description:catalog service description Model UUID:722f0eb8-3772-423f-afa8-d558f38ebcd0 Model Version:NULL Model InvariantUuid:103012e8-505b-41be-80ef-e54db341f9a0 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 71f3009e-18ff Model UUID:ba7d814c-babd-4871-82e5-0cf39db4ca1b Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:cc17006a-7f8d-4a49-8c7c-f5acc54453f6 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8bb5e0ef-ec70-4324-af52-af6877649442 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:e0d509b0-f7cc-477a-8f79-4981561ed293 ModelName:Vfw71f3009e18ff..base_vfw..module-0 ModelUuid:0471503d-b888-43c3-a596-3f6838241ca4 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9b9bc966-ce2c-4f28-8d28-b730248e1c8c ModelInvariantUuid:20959fbc-8c38-4712-bdb0-a029e46f86ed ModelName:vFW 71f3009e-18ff-nodes.vfwCvfc ModelUuid:25f721e2-8237-4f01-87a8-f854692e9120 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:1f9cbecf-bad6-402a-bddb-45f9c96af2b5 ModelInvariantUuid:7cd921b9-8000-4f1c-86a7-2bf8b0e7e41b ModelName:Vfw71f3009e18ff.compute.nodes.heat.vfw ModelUuid:0abecc0f-d036-4ebc-b737-055119af4b12 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:4f73a8c7-cbc8-485f-aabc-30ecf849d39f ModelInvariantUuid:bb575668-43f4-4dac-a1f3-57714599bdd8 ModelName:vFW 71f3009e-18ff-nodes.vsnCvfc ModelUuid:0c94ca34-4848-49ee-a573-7028d87db3bc ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:13e03dbe-7a93-475f-a2b2-a8fdf90ee685 ModelInvariantUuid:bb3f2789-059b-4167-b87c-1985e402e3f2 ModelName:Vfw71f3009e18ff.compute.nodes.heat.vsn ModelUuid:19a8e8f2-b0e5-4074-b939-1c8e60f0f243 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:03f36782-4ec7-40b0-8d47-591e7f808a94 ModelInvariantUuid:78267aee-92ab-43a3-8624-0203324dddc6 ModelName:vFW 71f3009e-18ff-nodes.vpgCvfc ModelUuid:a6115414-e880-45e1-a3d3-67abdebb1f63 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:7aa71713-574c-4299-a83c-e9468d7a4a83 ModelInvariantUuid:f9991ae7-5268-4bec-ab5a-5c2f01765590 ModelName:Vfw71f3009e18ff.compute.nodes.heat.vpg ModelUuid:72252b68-b4c0-4f4c-bee6-f32956c43862 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-25T06:00:52.593Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: 2cc84294-bd15-441d-8854-6aba36364553 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:00:52.597Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||vFW 71f3009e-18ff 0 2022-03-25T06:00:52.597Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 2cc84294-bd15-441d-8854-6aba36364553 2022-03-25T06:00:52.597Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 8ff32c26-e56b-41e0-b0fc-56dab4321f6a from URL: /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json 2022-03-25T06:00:52.598Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-25T06:00:52.598Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json 2022-03-25T06:00:53.196Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-25T06:00:53.197Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json 8ff32c26-e56b-41e0-b0fc-56dab4321f6a 785 2022-03-25T06:00:53.197Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json ASDC sendASDCNotification 2022-03-25T06:00:53.197Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json 2022-03-25T06:00:53.198Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:00:53.198Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:00:53.217Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:00:53.217Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188053197, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T06:00:53.300Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 83 ms 2022-03-25T06:00:53.301Z||pool-27-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:00:53.302Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:00:53.332Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:00:53.333Z||pool-27-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-03-25T06:00:54.218Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw71f3009e18ff..base_vfw..module-0", "vfModuleModelInvariantUUID": "e0d509b0-f7cc-477a-8f79-4981561ed293", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0471503d-b888-43c3-a596-3f6838241ca4", "vfModuleModelCustomizationUUID": "3e4040ee-5016-4081-8f15-4752b88d2dcb", "isBase": true, "artifacts": [ "675ae3a0-4173-4327-84d8-24e0956d11e0", "34405c73-55b2-418e-ad2d-1a7c6b50cafd" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T06:00:54.224Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw71f3009e18ff..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0471503d-b888-43c3-a596-3f6838241ca4 VfModuleModelInvariantUUID:e0d509b0-f7cc-477a-8f79-4981561ed293 VfModuleModelDescription:NULL Artifacts UUID List:{ 675ae3a0-4173-4327-84d8-24e0956d11e0 , 34405c73-55b2-418e-ad2d-1a7c6b50cafd } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T06:00:54.227Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw71f3009e18ff..base_vfw..module-0", "vfModuleModelInvariantUUID": "e0d509b0-f7cc-477a-8f79-4981561ed293", "vfModuleModelVersion": "1", "vfModuleModelUUID": "0471503d-b888-43c3-a596-3f6838241ca4", "vfModuleModelCustomizationUUID": "3e4040ee-5016-4081-8f15-4752b88d2dcb", "isBase": true, "artifacts": [ "675ae3a0-4173-4327-84d8-24e0956d11e0", "34405c73-55b2-418e-ad2d-1a7c6b50cafd" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T06:00:54.227Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw71f3009e18ff..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:0471503d-b888-43c3-a596-3f6838241ca4 VfModuleModelInvariantUUID:e0d509b0-f7cc-477a-8f79-4981561ed293 VfModuleModelDescription:NULL Artifacts UUID List:{ 675ae3a0-4173-4327-84d8-24e0956d11e0 , 34405c73-55b2-418e-ad2d-1a7c6b50cafd } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T06:00:54.227Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 675ae3a0-4173-4327-84d8-24e0956d11e0 from URL: /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml 2022-03-25T06:00:54.227Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-25T06:00:54.228Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml 2022-03-25T06:00:54.999Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-25T06:00:55.000Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml 675ae3a0-4173-4327-84d8-24e0956d11e0 20368 2022-03-25T06:00:55.000Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-25T06:00:55.000Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml 2022-03-25T06:00:55.001Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:00:55.001Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:00:55.002Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:00:55.003Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188055000, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T06:00:55.103Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:00:55.104Z||pool-28-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:00:55.104Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:00:55.118Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:00:55.119Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:00:56.003Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 34405c73-55b2-418e-ad2d-1a7c6b50cafd from URL: /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env 2022-03-25T06:00:56.005Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-25T06:00:56.005Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env 2022-03-25T06:00:56.305Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-25T06:00:56.305Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env 34405c73-55b2-418e-ad2d-1a7c6b50cafd 2098 2022-03-25T06:00:56.305Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-25T06:00:56.305Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env 2022-03-25T06:00:56.306Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:00:56.306Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:00:56.308Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:00:56.308Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188056305, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-25T06:00:56.408Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:00:56.410Z||pool-29-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:00:56.410Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:00:56.426Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:00:56.426Z||pool-29-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:00:57.308Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 722f0eb8-3772-423f-afa8-d558f38ebcd0 2022-03-25T06:00:57.309Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 71f3009e-18ff 0 2cc84294-bd15-441d-8854-6aba36364553 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:00:57.328Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ece61dd, org.onap.sdc.toscaparser.api.parameters.Input@3f1f014d, org.onap.sdc.toscaparser.api.parameters.Input@d8e74c0, org.onap.sdc.toscaparser.api.parameters.Input@4e679a5, org.onap.sdc.toscaparser.api.parameters.Input@399b306d] 2022-03-25T06:00:57.330Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:57.331Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:00:57.331Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-03-25T06:00:57.332Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 8bb5e0ef-ec70-4324-af52-af6877649442 2022-03-25T06:00:57.332Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8bb5e0ef-ec70-4324-af52-af6877649442 matches Tosca VF Customization UUID: 8bb5e0ef-ec70-4324-af52-af6877649442 2022-03-25T06:00:57.332Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 8bb5e0ef-ec70-4324-af52-af6877649442 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-25T06:00:57.335Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:57.335Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:00:57.336Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 8bb5e0ef-ec70-4324-af52-af6877649442: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-03-25T06:00:57.336Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@370362e0 2022-03-25T06:00:57.336Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:57.337Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T06:00:57.337Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 3e4040ee-5016-4081-8f15-4752b88d2dcb 2022-03-25T06:00:57.337Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 3e4040ee-5016-4081-8f15-4752b88d2dcb Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-25T06:00:57.340Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:57.340Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is matching search criteria 2022-03-25T06:00:57.340Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 71f3009e-18ff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:00:57.341Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:57.341Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is matching search criteria 2022-03-25T06:00:57.341Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 71f3009e-18ff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:00:57.342Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:57.342Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is not matching search criteria 2022-03-25T06:00:57.342Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T06:00:57.343Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-25T06:00:57.343Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T06:00:57.343Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T06:00:57.344Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T06:00:57.344Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T06:00:57.344Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T06:00:57.345Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T06:00:57.345Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T06:00:57.345Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T06:00:57.345Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T06:00:57.346Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9b9bc966-ce2c-4f28-8d28-b730248e1c8c Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-25T06:00:57.348Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:57.348Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is matching search criteria 2022-03-25T06:00:57.348Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 71f3009e-18ff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:00:57.349Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:57.349Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is not matching search criteria 2022-03-25T06:00:57.349Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T06:00:57.350Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T06:00:57.350Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T06:00:57.350Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T06:00:57.351Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T06:00:57.351Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T06:00:57.351Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T06:00:57.352Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-25T06:00:57.352Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T06:00:57.352Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T06:00:57.353Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T06:00:57.353Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T06:00:57.353Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=4f73a8c7-cbc8-485f-aabc-30ecf849d39f Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-25T06:00:57.355Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:57.356Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is matching search criteria 2022-03-25T06:00:57.356Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 71f3009e-18ff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:00:57.359Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:57.360Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is not matching search criteria 2022-03-25T06:00:57.360Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T06:00:57.361Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T06:00:57.361Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T06:00:57.361Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T06:00:57.362Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T06:00:57.362Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T06:00:57.362Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T06:00:57.363Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T06:00:57.363Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T06:00:57.363Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T06:00:57.364Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T06:00:57.364Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-25T06:00:57.364Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=03f36782-4ec7-40b0-8d47-591e7f808a94 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-25T06:00:57.367Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:57.367Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is matching search criteria 2022-03-25T06:00:57.368Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 71f3009e-18ff 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:00:57.368Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:57.368Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Node template vFW 71f3009e-18ff 0 is matching search criteria 2022-03-25T06:00:57.369Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 71f3009e-18ff 0] matching following query criteria: sdcType=VF, customizationUUID=8bb5e0ef-ec70-4324-af52-af6877649442 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:00:57.371Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:57.371Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:00:57.372Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 722f0eb8-3772-423f-afa8-d558f38ebcd0: vFW 71f3009e-18ff 2022-03-25T06:00:57.372Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:57.372Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:00:57.373Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:57.373Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:00:57.373Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:57.373Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:00:57.374Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:57.374Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:00:57.374Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:00:57.374Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-56-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:00:57.375Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-03-25 05-56-24 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:00:57.539Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 71f3009e-18ff 2cc84294-bd15-441d-8854-6aba36364553 1 ASDC deployResourceStructure 2022-03-25T06:00:57.540Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json ASDC sendASDCNotification 2022-03-25T06:00:57.540Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json 2022-03-25T06:00:57.540Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:00:57.540Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:00:57.542Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:00:57.542Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188057540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T06:00:57.643Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T06:00:57.644Z||pool-30-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:00:57.644Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:00:57.653Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:00:57.654Z||pool-30-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:00:58.543Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-25T06:00:58.544Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml 2022-03-25T06:00:58.544Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:00:58.544Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:00:58.546Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:00:58.546Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188058543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-25T06:00:58.647Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T06:00:58.647Z||pool-31-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:00:58.648Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:00:58.658Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:00:58.659Z||pool-31-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:00:59.547Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-25T06:00:59.548Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env 2022-03-25T06:00:59.548Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:00:59.548Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:00:59.550Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:00:59.550Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188059547, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-25T06:00:59.650Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:00:59.651Z||pool-32-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:00:59.652Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:00:59.662Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:00:59.662Z||pool-32-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:01:00.551Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar ASDC sendASDCNotification 2022-03-25T06:01:00.551Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar 2022-03-25T06:01:00.551Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:01:00.552Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:01:00.553Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:01:00.553Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188060551, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:01:00.654Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:01:00.655Z||pool-33-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:01:00.655Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:01:00.667Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:01:00.668Z||pool-33-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:01:01.554Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35babf2c-1c0a-4a04-a09a-91397d262cba Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:01:01.564Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35babf2c-1c0a-4a04-a09a-91397d262cba Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:01:01.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T06:01:01.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T06:01:01.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T06:01:23.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:01:23.188Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:01:23.189Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:01:23.212Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:01:23.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "policy-id", "timestamp": 1648187900947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-25T06:01:23.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648187904019, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:01:23.216Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:01:23.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "cds", "timestamp": 1648187904467, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:01:23.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:01:23.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "multicloud-k8s-id", "timestamp": 1648187904403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:01:23.219Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "aai-ml", "timestamp": 1648187904978, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:01:23.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:01:23.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "policy-id", "timestamp": 1648187900947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:01:23.220Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.220Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.220Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "cds", "timestamp": 1648187905475, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:01:23.228Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 35babf2c-1c0a-4a04-a09a-91397d262cba 2022-03-25T06:01:23.228Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35babf2c-1c0a-4a04-a09a-91397d262cba and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:01:23.240Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "multicloud-k8s-id", "timestamp": 1648187904403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json", "status": "NOTIFIED" } 2022-03-25T06:01:23.241Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.241Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.241Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "policy-id", "timestamp": 1648187900947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:01:23.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "multicloud-k8s-id", "timestamp": 1648187904403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-25T06:01:23.242Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.242Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.242Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "ves-openapi-manager", "timestamp": 1648187905811, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:01:23.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "policy-id", "timestamp": 1648187900947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:01:23.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.243Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.243Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "multicloud-k8s-id", "timestamp": 1648187904403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:01:23.243Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648187907421, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:01:23.244Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:01:23.244Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.244Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "ves-openapi-manager", "timestamp": 1648187905811, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:01:23.244Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "policy-id", "timestamp": 1648187900947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:01:23.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.245Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "multicloud-k8s-id", "timestamp": 1648187904403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-25T06:01:23.245Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.245Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.246Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648187908426, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:01:23.251Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 35babf2c-1c0a-4a04-a09a-91397d262cba 2022-03-25T06:01:23.251Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35babf2c-1c0a-4a04-a09a-91397d262cba and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:01:23.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.260Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "ves-openapi-manager", "timestamp": 1648187905811, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:01:23.260Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.260Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "policy-id", "timestamp": 1648187908915, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:01:23.261Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:01:23.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.261Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "multicloud-k8s-id", "timestamp": 1648187904403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:01:23.261Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.261Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "ves-openapi-manager", "timestamp": 1648187905811, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:01:23.262Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "policy-id", "timestamp": 1648187909919, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:01:23.262Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:01:23.262Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.262Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "multicloud-k8s-id", "timestamp": 1648187904403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:01:23.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "ves-openapi-manager", "timestamp": 1648187905811, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:01:23.263Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.263Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.263Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "policy-id", "timestamp": 1648187910922, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:01:23.269Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35babf2c-1c0a-4a04-a09a-91397d262cba 2022-03-25T06:01:23.269Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35babf2c-1c0a-4a04-a09a-91397d262cba and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:01:23.277Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "ves-openapi-manager", "timestamp": 1648187905811, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:01:23.278Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.278Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.278Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "multicloud-k8s-id", "timestamp": 1648187912721, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T06:01:23.278Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:01:23.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "ves-openapi-manager", "timestamp": 1648187905811, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:01:23.279Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.279Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "multicloud-k8s-id", "timestamp": 1648187914137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T06:01:23.279Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:01:23.279Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "clamp", "timestamp": 1648187913836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:01:23.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.280Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "clamp", "timestamp": 1648187913836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json", "status": "NOTIFIED" } 2022-03-25T06:01:23.280Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.280Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "multicloud-k8s-id", "timestamp": 1648187915634, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-25T06:01:23.281Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:01:23.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "clamp", "timestamp": 1648187913836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:01:23.281Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.281Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.281Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "multicloud-k8s-id", "timestamp": 1648187916659, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:01:23.286Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 35babf2c-1c0a-4a04-a09a-91397d262cba 2022-03-25T06:01:23.286Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35babf2c-1c0a-4a04-a09a-91397d262cba and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-25T06:01:23.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "aai-ml", "timestamp": 1648187917030, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:01:23.293Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:01:23.293Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.293Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "clamp", "timestamp": 1648187913836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:01:23.293Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "multicloud-k8s-id", "timestamp": 1648187917663, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T06:01:23.294Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:01:23.294Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.294Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "aai-ml", "timestamp": 1648187918034, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:01:23.298Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 35babf2c-1c0a-4a04-a09a-91397d262cba 2022-03-25T06:01:23.298Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35babf2c-1c0a-4a04-a09a-91397d262cba and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:01:23.304Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.304Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "clamp", "timestamp": 1648187913836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:01:23.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "clamp", "timestamp": 1648187913836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:01:23.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "clamp", "timestamp": 1648187913836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:01:23.305Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:01:23.305Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.305Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "clamp", "timestamp": 1648187929631, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:01:23.306Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:01:23.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "clamp", "timestamp": 1648187931644, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:01:23.306Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:01:23.306Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:01:23.306Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "clamp", "timestamp": 1648187932649, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:01:23.310Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 35babf2c-1c0a-4a04-a09a-91397d262cba 2022-03-25T06:01:23.310Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 35babf2c-1c0a-4a04-a09a-91397d262cba and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:01:31.567Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 35babf2c-1c0a-4a04-a09a-91397d262cba Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:01:31.577Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 35babf2c-1c0a-4a04-a09a-91397d262cba Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:01:31.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T06:01:31.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T06:01:31.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T06:01:31.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T06:01:31.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:01:31.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:01:31.580Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:01:31.581Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:01:31.581Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:01:31.581Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:01:31.581Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:01:31.585Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T06:02:01.585Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 35babf2c-1c0a-4a04-a09a-91397d262cba and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-25T06:02:01.592Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 35babf2c-1c0a-4a04-a09a-91397d262cba and serviceModelVersionId: 722f0eb8-3772-423f-afa8-d558f38ebcd0 2022-03-25T06:02:01.592Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 103012e8-505b-41be-80ef-e54db341f9a0 2022-03-25T06:02:01.593Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/103012e8-505b-41be-80ef-e54db341f9a0/model-vers/model-ver/722f0eb8-3772-423f-afa8-d558f38ebcd0?depth=0 2022-03-25T06:02:01.597Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T06:02:01.651Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103012e8-505b-41be-80ef-e54db341f9a0/model-vers/model-ver/722f0eb8-3772-423f-afa8-d558f38ebcd0?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-25T06:02:01.652Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103012e8-505b-41be-80ef-e54db341f9a0/model-vers/model-ver/722f0eb8-3772-423f-afa8-d558f38ebcd0?depth=0|INFO|500||Invoke 2022-03-25T06:02:01.688Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103012e8-505b-41be-80ef-e54db341f9a0/model-vers/model-ver/722f0eb8-3772-423f-afa8-d558f38ebcd0?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T06:02:02.145Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103012e8-505b-41be-80ef-e54db341f9a0/model-vers/model-ver/722f0eb8-3772-423f-afa8-d558f38ebcd0?depth=0|INFO|500||InvokeReturn 2022-03-25T06:02:02.146Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/103012e8-505b-41be-80ef-e54db341f9a0/model-vers/model-ver/722f0eb8-3772-423f-afa8-d558f38ebcd0?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220325-06:02:01:726-97908], vertex-id=[315416], Content-Length=[0], Date=[Fri, 25 Mar 2022 06:02:01 GMT], Content-Type=[application/json]} 2022-03-25T06:02:02.146Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Response was returned with an empty entity. 2022-03-25T06:02:02.147Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T06:02:02.147Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:02:02.152Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T06:02:02.152Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 35babf2c-1c0a-4a04-a09a-91397d262cba and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T06:02:02.152Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T06:02:02.153Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:02:02.155Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:02:02.155Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188122152, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T06:02:02.255Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:02:02.257Z||pool-34-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:02:02.257Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:02:02.275Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:02:02.275Z||pool-34-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T06:02:03.167Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:02:03.168Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:02:03.168Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as el6TLgIcns7v7BDr) ... 2022-03-25T06:02:03.790Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:02:03.790Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T06:02:03.791Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5","serviceName":"vFW 2022-03-25 05-59-24","serviceVersion":"1.0","serviceUUID":"6e2d09a8-5769-4cf9-88d1-c152ce023821","serviceDescription":"catalog service description","serviceInvariantUUID":"d2287f18-d61d-4eaf-978a-e408b4bd9466","resources":[{"resourceInstanceName":"vFW 8c91ab7e-9497 0","resourceName":"vFW 8c91ab7e-9497","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b706737b-3a06-43d6-a66b-a9b0afdf5058","resourceInvariantUUID":"6db7c06f-3ca0-4ff3-8708-0423287930cd","resourceCustomizationUUID":"4216f0c1-27e1-4f24-ae93-24f272bc7b99","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vf-license-model.xml","artifactChecksum":"MTBjYzRiZTcwOTIzZTkzYTAxMGQ4YWFjMGQ3YTY3NDg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a359e5d4-730e-42e2-9da5-12fdcfcfa8f7","artifactVersion":"1"},{"artifactName":"vfw8c91ab7e94970_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json","artifactChecksum":"MDg4ZjIwNWUyOGU1NmVhOGRlMGQzYTgyNWRkZWViMjk\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bf633b29-b16c-4d37-a567-3bce396eecf6","artifactVersion":"2"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"b655e026-ce5e-41a5-ba85-d9fe56073435","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vendor-license-model.xml","artifactChecksum":"ZTc5YmIxNThmOTA1ZjYyZjdlMmVmMWRkMWQxOWYxNzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"b6bf039f-02a8-400b-bf0e-c2921899d38b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"bdbf54bd-6b0b-4a5a-9203-8eb46f43968d","artifactVersion":"3","generatedFromUUID":"b655e026-ce5e-41a5-ba85-d9fe56073435"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220325055924-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-template.yml","artifactChecksum":"MmQ2NjE4ZjI5MTQ1ZDUzZjcxMjdjMDFiMTYzZGZkYTA\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"f9c7c2aa-63d1-4b5f-b785-f55b7cb21087","artifactVersion":"1"},{"artifactName":"service-Vfw20220325055924-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar","artifactChecksum":"N2I0ZGNjOGFlYjJiYmNjOTc5YmY3ZThlNDAwNGExNmU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a988b5fc-00a2-4932-b3da-4c9448a096b7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T06:02:03.794Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:02:03.794Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:02:03.795Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:02:03.796Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188123167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:02:03.896Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:02:03.898Z||pool-35-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:02:03.899Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:02:03.909Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:02:03.910Z||pool-35-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-25T06:02:04.796Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:02:04.797Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:02:04.799Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:02:04.799Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188123167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json", "status": "NOTIFIED" } 2022-03-25T06:02:04.900Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:02:04.901Z||pool-36-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:02:04.901Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:02:04.910Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:02:04.911Z||pool-36-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:02:05.800Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:02:05.801Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:02:05.803Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:02:05.804Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188123167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-25T06:02:05.904Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:02:05.905Z||pool-37-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:02:05.905Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:02:05.914Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:02:05.914Z||pool-37-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:02:06.804Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:02:06.805Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:02:06.808Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:02:06.808Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188123167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:02:06.908Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:02:06.909Z||pool-38-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:02:06.910Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:02:06.920Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:02:06.921Z||pool-38-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:02:07.809Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:02:07.813Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:02:07.816Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:02:07.816Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188123167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-25T06:02:07.916Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:02:07.917Z||pool-39-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:02:07.917Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:02:07.928Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:02:07.928Z||pool-39-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:02:08.817Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:02:08.817Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:02:08.819Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:02:08.819Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188123167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:02:08.919Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:02:08.921Z||pool-40-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:02:08.921Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:02:08.936Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:02:08.941Z||pool-40-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:02:09.821Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:02:09.821Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:02:09.823Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:02:09.823Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188123167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:02:09.923Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:02:09.924Z||pool-41-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:02:09.924Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:02:09.934Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:02:09.934Z||pool-41-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:02:10.824Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "serviceName": "vFW 2022-03-25 05-59-24", "serviceVersion": "1.0", "serviceUUID": "6e2d09a8-5769-4cf9-88d1-c152ce023821", "serviceDescription": "catalog service description", "serviceInvariantUUID": "d2287f18-d61d-4eaf-978a-e408b4bd9466", "resources": [ { "resourceInstanceName": "vFW 8c91ab7e-9497 0", "resourceCustomizationUUID": "4216f0c1-27e1-4f24-ae93-24f272bc7b99", "resourceName": "vFW 8c91ab7e-9497", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b706737b-3a06-43d6-a66b-a9b0afdf5058", "resourceInvariantUUID": "6db7c06f-3ca0-4ff3-8708-0423287930cd", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw8c91ab7e94970_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json", "artifactChecksum": "MDg4ZjIwNWUyOGU1NmVhOGRlMGQzYTgyNWRkZWViMjk\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "bf633b29-b16c-4d37-a567-3bce396eecf6", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "b655e026-ce5e-41a5-ba85-d9fe56073435", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "bdbf54bd-6b0b-4a5a-9203-8eb46f43968d", "generatedFromUUID": "b655e026-ce5e-41a5-ba85-d9fe56073435" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "3", "artifactUUID": "bdbf54bd-6b0b-4a5a-9203-8eb46f43968d", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220325055924-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "artifactChecksum": "N2I0ZGNjOGFlYjJiYmNjOTc5YmY3ZThlNDAwNGExNmU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a988b5fc-00a2-4932-b3da-4c9448a096b7" } ], "workloadContext": "Production" } 2022-03-25T06:02:10.825Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T06:02:10.825Z|35babf2c-1c0a-4a04-a09a-91397d262cba|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 6e2d09a8-5769-4cf9-88d1-c152ce023821 ASDC 2022-03-25T06:02:10.826Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 ServiceName:vFW 2022-03-25 05-59-24 ServiceVersion:1.0 ServiceUUID:6e2d09a8-5769-4cf9-88d1-c152ce023821 ServiceInvariantUUID:d2287f18-d61d-4eaf-978a-e408b4bd9466 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220325055924-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar ArtifactUUID:a988b5fc-00a2-4932-b3da-4c9448a096b7 ArtifactChecksum:N2I0ZGNjOGFlYjJiYmNjOTc5YmY3ZThlNDAwNGExNmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 8c91ab7e-9497 0 ResourceCustomizationUUID:4216f0c1-27e1-4f24-ae93-24f272bc7b99 ResourceInvariantUUID:6db7c06f-3ca0-4ff3-8708-0423287930cd ResourceName:vFW 8c91ab7e-9497 ResourceType:VF ResourceUUID:b706737b-3a06-43d6-a66b-a9b0afdf5058 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw8c91ab7e94970_modules.json ArtifactVersion:2 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json ArtifactUUID:bf633b29-b16c-4d37-a567-3bce396eecf6 ArtifactChecksum:MDg4ZjIwNWUyOGU1NmVhOGRlMGQzYTgyNWRkZWViMjk= 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/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml ArtifactUUID:b655e026-ce5e-41a5-ba85-d9fe56073435 ArtifactChecksum:ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env ArtifactUUID:bdbf54bd-6b0b-4a5a-9203-8eb46f43968d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_vfw.env ArtifactVersion:3 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env ArtifactUUID:bdbf54bd-6b0b-4a5a-9203-8eb46f43968d ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-25T06:02:10.827Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 6e2d09a8-5769-4cf9-88d1-c152ce023821 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:02:10.861Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T06:02:10.862Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-25T06:02:10.862Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-25T06:02:10.862Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: a988b5fc-00a2-4932-b3da-4c9448a096b7 from URL: /sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar 2022-03-25T06:02:10.862Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-25T06:02:10.862Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar 2022-03-25T06:02:11.038Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-25T06:02:11.044Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar a988b5fc-00a2-4932-b3da-4c9448a096b7 98953 2022-03-25T06:02:11.044Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar ASDC sendASDCNotification 2022-03-25T06:02:11.044Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar 2022-03-25T06:02:11.044Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:02:11.045Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:02:11.048Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:02:11.048Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188131044, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:02:11.148Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:02:11.149Z||pool-42-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:02:11.149Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:02:11.159Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:02:11.159Z||pool-42-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-25T06:02:12.049Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T06:02:12.050Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-03-25T06:02:12.050Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: a988b5fc-00a2-4932-b3da-4c9448a096b7, URL: /sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar to file: /app/ASDC/1/service-Vfw20220325055924-csar.csar 2022-03-25T06:02:12.051Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220325055924-csar.csar 2022-03-25T06:02:12.051Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220325055924-csar.csar 2022-03-25T06:02:12.051Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220325055924-csar.csar 2022-03-25T06:02:12.229Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17619597411258427394/Definitions/service-Vfw20220325055924-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-03-25T06:02:14.160Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T06:02:14.161Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-25T06:02:14.161Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220325055924-csar.csar 2022-03-25T06:02:14.161Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-25T06:02:14.161Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||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-Vfw20220325055924-csar.csar 2022-03-25T06:02:14.161Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||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-Vfw20220325055924-csar.csar 2022-03-25T06:02:14.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325055924-csar.csar 2022-03-25T06:02:14.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325055924-csar.csar 2022-03-25T06:02:14.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325055924-csar.csar 2022-03-25T06:02:14.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||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-Vfw20220325055924-csar.csar 2022-03-25T06:02:14.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325055924-csar.csar 2022-03-25T06:02:14.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||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-Vfw20220325055924-csar.csar 2022-03-25T06:02:14.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220325055924-csar.csar 2022-03-25T06:02:14.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||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-Vfw20220325055924-csar.csar 2022-03-25T06:02:14.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 8c91ab7e-9497 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-Vfw20220325055924-csar.csar 2022-03-25T06:02:14.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220325055924-csar.csar 2022-03-25T06:02:14.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220325055924-csar.csar 2022-03-25T06:02:14.163Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-03-25T06:02:14.163Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:14.163Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:02:14.163Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is matching search criteria 2022-03-25T06:02:14.163Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-25T06:02:14.163Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8c91ab7e-9497 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T06:02:14.164Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:14.164Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:02:14.164Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is matching search criteria 2022-03-25T06:02:14.164Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-03-25T06:02:14.164Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8c91ab7e-9497 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T06:02:14.165Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:14.165Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:02:14.165Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:14.165Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is not matching search criteria 2022-03-25T06:02:14.165Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T06:02:14.165Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T06:02:14.166Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T06:02:14.166Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T06:02:14.166Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T06:02:14.166Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T06:02:14.166Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T06:02:14.166Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T06:02:14.166Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T06:02:14.167Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T06:02:14.167Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T06:02:14.167Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T06:02:14.167Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T06:02:14.167Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T06:02:14.167Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T06:02:14.167Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-25T06:02:14.168Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:14.168Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T06:02:14.168Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:14.168Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is matching search criteria 2022-03-25T06:02:14.168Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8c91ab7e-9497 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:02:14.169Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:14.169Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is matching search criteria 2022-03-25T06:02:14.169Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8c91ab7e-9497 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:02:14.169Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:14.169Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is matching search criteria 2022-03-25T06:02:14.169Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8c91ab7e-9497 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:02:14.170Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:14.170Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is not matching search criteria 2022-03-25T06:02:14.170Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T06:02:14.170Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T06:02:14.170Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-25T06:02:14.170Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T06:02:14.170Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T06:02:14.171Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T06:02:14.171Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T06:02:14.171Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T06:02:14.171Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T06:02:14.171Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T06:02:14.171Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T06:02:14.171Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a262ed2f-a85a-49ec-8a0e-946770fc0586 2022-03-25T06:02:14.172Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:14.172Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is not matching search criteria 2022-03-25T06:02:14.172Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T06:02:14.172Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T06:02:14.172Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T06:02:14.173Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T06:02:14.173Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T06:02:14.173Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T06:02:14.173Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T06:02:14.173Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-25T06:02:14.174Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T06:02:14.174Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T06:02:14.174Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T06:02:14.174Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T06:02:14.174Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6482b4ac-42d7-42f5-9ccb-875e033819de 2022-03-25T06:02:14.175Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:14.175Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is not matching search criteria 2022-03-25T06:02:14.175Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T06:02:14.175Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T06:02:14.175Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T06:02:14.176Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T06:02:14.176Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T06:02:14.176Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T06:02:14.176Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T06:02:14.176Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T06:02:14.176Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T06:02:14.177Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T06:02:14.177Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T06:02:14.177Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-25T06:02:14.177Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=476ac377-6354-4b58-89d8-fe35af4a3409 2022-03-25T06:02:14.177Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:14.177Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:02:14.177Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:14.177Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:02:14.178Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:14.178Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:02:14.178Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:14.178Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:02:14.178Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-25 05-59-24 Description:catalog service description Model UUID:6e2d09a8-5769-4cf9-88d1-c152ce023821 Model Version:NULL Model InvariantUuid:d2287f18-d61d-4eaf-978a-e408b4bd9466 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 8c91ab7e-9497 Model UUID:96875b82-5b99-4143-ac65-06317c7bfb56 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:6db7c06f-3ca0-4ff3-8708-0423287930cd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4216f0c1-27e1-4f24-ae93-24f272bc7b99 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7005e467-6bd5-4f90-bcc8-d63bf2898e68 ModelName:Vfw8c91ab7e9497..base_vfw..module-0 ModelUuid:14e1f36e-bc8c-413c-a769-b6397de7d26a ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a262ed2f-a85a-49ec-8a0e-946770fc0586 ModelInvariantUuid:20158ddc-fe35-40c8-ba02-51e4ba83dbff ModelName:vFW 8c91ab7e-9497-nodes.vfwCvfc ModelUuid:cf182756-c1ce-416c-be33-2e1ae57fd6e2 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:b53e2b20-605e-40c3-bace-687aeefd9437 ModelInvariantUuid:d7457fd5-049e-4c56-bd6b-9100456320a0 ModelName:Vfw8c91ab7e9497.compute.nodes.heat.vfw ModelUuid:dbe396d7-a01c-4f02-a99d-606c6bce0f1f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:6482b4ac-42d7-42f5-9ccb-875e033819de ModelInvariantUuid:3171c97b-555d-4c33-8a2b-f19d9551dddd ModelName:vFW 8c91ab7e-9497-nodes.vsnCvfc ModelUuid:01b55c05-d9de-41fa-b8c4-1e73e8eee9e7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:15a7ecbe-633e-4fc0-b6a6-f77558f55ace ModelInvariantUuid:a029bcc0-9cd2-48c1-af5b-1937271f36e7 ModelName:Vfw8c91ab7e9497.compute.nodes.heat.vsn ModelUuid:c33be48e-dbe8-4c13-994b-004155d06fc2 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:476ac377-6354-4b58-89d8-fe35af4a3409 ModelInvariantUuid:9f9f2893-4f24-4a86-bff1-8081fbfb8258 ModelName:vFW 8c91ab7e-9497-nodes.vpgCvfc ModelUuid:573af916-4366-4369-ac59-5d7c340a1e4a ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:e184c463-268c-4346-a676-665e357ea924 ModelInvariantUuid:96400ee0-0c8a-4466-a626-d88a53a2628c ModelName:Vfw8c91ab7e9497.compute.nodes.heat.vpg ModelUuid:b372a84b-d259-4fae-be57-02a2359802df ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-25T06:02:14.185Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||Processing Resource Type: VF, Model UUID: b706737b-3a06-43d6-a66b-a9b0afdf5058 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:02:14.187Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||vFW 8c91ab7e-9497 0 2022-03-25T06:02:14.187Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b706737b-3a06-43d6-a66b-a9b0afdf5058 2022-03-25T06:02:14.187Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bf633b29-b16c-4d37-a567-3bce396eecf6 from URL: /sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json 2022-03-25T06:02:14.187Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-25T06:02:14.188Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json 2022-03-25T06:02:14.250Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-25T06:02:14.251Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json bf633b29-b16c-4d37-a567-3bce396eecf6 785 2022-03-25T06:02:14.251Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json ASDC sendASDCNotification 2022-03-25T06:02:14.251Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json 2022-03-25T06:02:14.251Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:02:14.252Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:02:14.253Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:02:14.254Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188134251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T06:02:14.354Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:02:14.359Z||pool-43-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:02:14.359Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:02:14.386Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:02:14.387Z||pool-43-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:02:15.254Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8c91ab7e9497..base_vfw..module-0", "vfModuleModelInvariantUUID": "7005e467-6bd5-4f90-bcc8-d63bf2898e68", "vfModuleModelVersion": "1", "vfModuleModelUUID": "14e1f36e-bc8c-413c-a769-b6397de7d26a", "vfModuleModelCustomizationUUID": "1cd350f3-22b8-4a13-8f8e-cb2bae9cdd22", "isBase": true, "artifacts": [ "b655e026-ce5e-41a5-ba85-d9fe56073435", "bdbf54bd-6b0b-4a5a-9203-8eb46f43968d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T06:02:15.259Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8c91ab7e9497..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:14e1f36e-bc8c-413c-a769-b6397de7d26a VfModuleModelInvariantUUID:7005e467-6bd5-4f90-bcc8-d63bf2898e68 VfModuleModelDescription:NULL Artifacts UUID List:{ b655e026-ce5e-41a5-ba85-d9fe56073435 , bdbf54bd-6b0b-4a5a-9203-8eb46f43968d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T06:02:15.260Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw8c91ab7e9497..base_vfw..module-0", "vfModuleModelInvariantUUID": "7005e467-6bd5-4f90-bcc8-d63bf2898e68", "vfModuleModelVersion": "1", "vfModuleModelUUID": "14e1f36e-bc8c-413c-a769-b6397de7d26a", "vfModuleModelCustomizationUUID": "1cd350f3-22b8-4a13-8f8e-cb2bae9cdd22", "isBase": true, "artifacts": [ "b655e026-ce5e-41a5-ba85-d9fe56073435", "bdbf54bd-6b0b-4a5a-9203-8eb46f43968d" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_vfw", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T06:02:15.261Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw8c91ab7e9497..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:14e1f36e-bc8c-413c-a769-b6397de7d26a VfModuleModelInvariantUUID:7005e467-6bd5-4f90-bcc8-d63bf2898e68 VfModuleModelDescription:NULL Artifacts UUID List:{ b655e026-ce5e-41a5-ba85-d9fe56073435 , bdbf54bd-6b0b-4a5a-9203-8eb46f43968d } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_vfw max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T06:02:15.261Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: b655e026-ce5e-41a5-ba85-d9fe56073435 from URL: /sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml 2022-03-25T06:02:15.261Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-25T06:02:15.261Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml 2022-03-25T06:02:15.337Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-25T06:02:15.338Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml b655e026-ce5e-41a5-ba85-d9fe56073435 20368 2022-03-25T06:02:15.339Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-25T06:02:15.339Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml 2022-03-25T06:02:15.339Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:02:15.339Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:02:15.341Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:02:15.342Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188135339, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T06:02:15.442Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:02:15.443Z||pool-44-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:02:15.443Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:02:15.455Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:02:15.455Z||pool-44-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:02:16.342Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: bdbf54bd-6b0b-4a5a-9203-8eb46f43968d from URL: /sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env 2022-03-25T06:02:16.343Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-03-25T06:02:16.343Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env 2022-03-25T06:02:16.429Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-03-25T06:02:16.430Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env bdbf54bd-6b0b-4a5a-9203-8eb46f43968d 2098 2022-03-25T06:02:16.430Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-25T06:02:16.430Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env 2022-03-25T06:02:16.430Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:02:16.431Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:02:16.433Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:02:16.433Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188136430, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-25T06:02:16.533Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:02:16.534Z||pool-45-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:02:16.535Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:02:16.544Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:02:16.545Z||pool-45-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:02:17.433Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 6e2d09a8-5769-4cf9-88d1-c152ce023821 2022-03-25T06:02:17.434Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 8c91ab7e-9497 0 b706737b-3a06-43d6-a66b-a9b0afdf5058 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:02:17.450Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@59266f41, org.onap.sdc.toscaparser.api.parameters.Input@3b4a74c3, org.onap.sdc.toscaparser.api.parameters.Input@7ff6ddaa, org.onap.sdc.toscaparser.api.parameters.Input@74121dda, org.onap.sdc.toscaparser.api.parameters.Input@1ea4287e] 2022-03-25T06:02:17.452Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:17.452Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:02:17.473Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||VF Category is: Generic 2022-03-25T06:02:17.473Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||VFCustomizationUUID= 4216f0c1-27e1-4f24-ae93-24f272bc7b99 2022-03-25T06:02:17.473Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4216f0c1-27e1-4f24-ae93-24f272bc7b99 matches Tosca VF Customization UUID: 4216f0c1-27e1-4f24-ae93-24f272bc7b99 2022-03-25T06:02:17.474Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||vfCustomizationUUID: 4216f0c1-27e1-4f24-ae93-24f272bc7b99 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-25T06:02:17.478Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:17.478Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:02:17.479Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||resource request for resource customization id 4216f0c1-27e1-4f24-ae93-24f272bc7b99: {\"vpg_int_unprotected_private_ip_0\":\"192.168.10.200\",\"vf_module_id\":\"vFirewall\",\"skip_post_instantiation_configuration\":\"true\",\"controller_actor\":\"SO-REF-DATA\",\"vsn_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"public_net_id\":\"PUT THE PUBLIC NETWORK ID HERE\",\"vnf_name\":\"vFW\",\"onap_private_subnet_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"sec_group\":\"PUT THE ONAP SECURITY GROUP HERE\",\"vfw_name_0\":\"zdfw1fwl01fwl01\",\"nexus_artifact_repo\":\"https://nexus.onap.org\",\"onap_private_net_cidr\":\"10.0.0.0/16\",\"vpg_onap_private_ip_0\":\"10.0.100.2\",\"vfw_int_protected_private_floating_ip\":\"192.168.10.200\",\"dcae_collector_ip\":\"10.0.4.1\",\"vnf_id\":\"vFirewall_demo_app\",\"vfw_int_unprotected_private_ip_0\":\"192.168.10.100\",\"vsn_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"vpg_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"dcae_collector_port\":\"30417\",\"vpg_name_0\":\"zdfw1fwl01pgn01\",\"protected_private_net_cidr\":\"192.168.20.0/24\",\"unprotected_private_net_cidr\":\"192.168.10.0/24\",\"nf_naming\":\"true\",\"vsn_name_0\":\"zdfw1fwl01snk01\",\"multi_stage_design\":\"false\",\"vpg_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"onap_private_net_id\":\"PUT THE ONAP PRIVATE NETWORK NAME HERE\",\"unprotected_private_net_id\":\"zdfw1fwl01_unprotected\",\"availability_zone_max_count\":\"1\",\"vsn_onap_private_ip_0\":\"10.0.100.3\",\"vfw_flavor_name\":\"PUT THE VM FLAVOR NAME HERE (m1.medium suggested)\",\"demo_artifacts_version\":\"1.6.0-SNAPSHOT\",\"pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABAQDQXYJYYi3/OUZXUiCYWdtc7K0m5C0dJKVxPG0eI8EWZrEHYdfYe6WoTSDJCww+1qlBSpA5ac/Ba4Wn9vh+lR1vtUKkyIC/nrYb90ReUd385Glkgzrfh5HdR5y5S2cL/Frh86lAn9r6b3iWTJD8wBwXFyoe1S2nMTOIuG4RPNvfmyCTYVh8XTCCE8HPvh3xv2r4egawG1P4Q4UDwk+hDBXThY2KS8M5/8EMyxHV0ImpLbpYCTBA6KYDIRtqmgS6iKyy8v2D1aSY5mc9J0T5t9S2Gv+VZQNWQDDKNFnxqYaAo1uEoq/i1q63XC5AD3ckXb2VT6dp23BQMdDfbHyUWfJN\",\"key_name\":\"vfw_key\",\"vsn_int_protected_private_ip_0\":\"192.168.20.250\",\"vfw_int_protected_private_ip_0\":\"192.168.20.100\",\"install_script_version\":\"1.6.0-SNAPSHOT\",\"vfw_image_name\":\"PUT THE VM IMAGE NAME HERE (UBUNTU 1404 required)\",\"protected_private_net_id\":\"zdfw1fwl01_protected\",\"vfw_onap_private_ip_0\":\"10.0.100.1\",\"cloud_env\":\"openstack\"} 2022-03-25T06:02:17.479Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5bea050f 2022-03-25T06:02:17.479Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:17.480Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T06:02:17.480Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1cd350f3-22b8-4a13-8f8e-cb2bae9cdd22 2022-03-25T06:02:17.480Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1cd350f3-22b8-4a13-8f8e-cb2bae9cdd22 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-25T06:02:17.483Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:17.483Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is matching search criteria 2022-03-25T06:02:17.484Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8c91ab7e-9497 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:02:17.484Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:17.484Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is matching search criteria 2022-03-25T06:02:17.485Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8c91ab7e-9497 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:02:17.485Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:17.485Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is not matching search criteria 2022-03-25T06:02:17.486Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T06:02:17.486Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T06:02:17.486Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-25T06:02:17.486Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T06:02:17.486Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T06:02:17.487Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T06:02:17.487Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T06:02:17.487Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T06:02:17.487Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T06:02:17.488Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T06:02:17.488Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T06:02:17.488Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=a262ed2f-a85a-49ec-8a0e-946770fc0586 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-25T06:02:17.490Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:17.490Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is matching search criteria 2022-03-25T06:02:17.491Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8c91ab7e-9497 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:02:17.491Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:17.491Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is not matching search criteria 2022-03-25T06:02:17.491Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T06:02:17.492Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T06:02:17.492Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T06:02:17.492Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T06:02:17.492Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T06:02:17.493Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T06:02:17.493Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T06:02:17.493Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-25T06:02:17.493Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-25T06:02:17.494Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-25T06:02:17.494Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-25T06:02:17.494Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T06:02:17.494Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=6482b4ac-42d7-42f5-9ccb-875e033819de Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-25T06:02:17.496Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:17.496Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is matching search criteria 2022-03-25T06:02:17.496Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8c91ab7e-9497 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:02:17.497Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:17.497Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is not matching search criteria 2022-03-25T06:02:17.497Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-25T06:02:17.497Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-25T06:02:17.498Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-25T06:02:17.498Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-25T06:02:17.498Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-25T06:02:17.498Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-25T06:02:17.498Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-25T06:02:17.499Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-25T06:02:17.499Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-25T06:02:17.499Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-25T06:02:17.499Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-25T06:02:17.499Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-25T06:02:17.500Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=476ac377-6354-4b58-89d8-fe35af4a3409 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-25T06:02:17.501Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:17.502Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is matching search criteria 2022-03-25T06:02:17.502Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8c91ab7e-9497 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:02:17.502Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:17.502Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Node template vFW 8c91ab7e-9497 0 is matching search criteria 2022-03-25T06:02:17.503Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found topology templates [vFW 8c91ab7e-9497 0] matching following query criteria: sdcType=VF, customizationUUID=4216f0c1-27e1-4f24-ae93-24f272bc7b99 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:02:17.504Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:17.504Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:02:17.505Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 6e2d09a8-5769-4cf9-88d1-c152ce023821: vFW 8c91ab7e-9497 2022-03-25T06:02:17.505Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:17.505Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:02:17.505Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:17.505Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:02:17.506Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:17.506Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:02:17.506Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:17.506Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:02:17.506Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:02:17.507Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Service vFW 2022-03-25 05-59-24 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:02:17.507Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||Saving Service: vFW 2022-03-25 05-59-24 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:02:17.655Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 8c91ab7e-9497 b706737b-3a06-43d6-a66b-a9b0afdf5058 1 ASDC deployResourceStructure 2022-03-25T06:02:17.656Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json ASDC sendASDCNotification 2022-03-25T06:02:17.656Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json 2022-03-25T06:02:17.656Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:02:17.657Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:02:17.659Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:02:17.659Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188137656, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json", "status": "DEPLOY_OK" } 2022-03-25T06:02:17.759Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:02:17.760Z||pool-46-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:02:17.761Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:02:17.772Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:02:17.772Z||pool-46-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:02:18.660Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-25T06:02:18.660Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml 2022-03-25T06:02:18.661Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:02:18.661Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:02:18.662Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:02:18.663Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188138660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-25T06:02:18.763Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:02:18.764Z||pool-47-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:02:18.764Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:02:18.775Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:02:18.775Z||pool-47-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-25T06:02:19.663Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-25T06:02:19.664Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env 2022-03-25T06:02:19.664Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:02:19.664Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:02:19.666Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:02:19.666Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188139663, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-25T06:02:19.766Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:02:19.768Z||pool-48-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:02:19.768Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:02:19.779Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:02:19.779Z||pool-48-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:02:20.667Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar ASDC sendASDCNotification 2022-03-25T06:02:20.667Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar 2022-03-25T06:02:20.667Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:02:20.668Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:02:20.670Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:02:20.670Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188140666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:02:20.770Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:02:20.771Z||pool-49-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:02:20.771Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:02:20.780Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:02:20.780Z||pool-49-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-25T06:02:21.671Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:02:21.682Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:02:21.684Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T06:02:21.684Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T06:02:21.684Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T06:02:23.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:02:23.188Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:02:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:02:23.213Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:02:23.214Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:02:23.214Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "d818971b-11fe-4b9d-808d-be014c352516", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188036678, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T06:02:23.215Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:02:23.215Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:02:23.215Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188037695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:02:23.215Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:02:23.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:02:23.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188037695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json", "status": "NOTIFIED" } 2022-03-25T06:02:23.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:02:23.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:02:23.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188037695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-25T06:02:23.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:02:23.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:02:23.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188037695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:02:23.216Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:02:23.216Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:02:23.216Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188037695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-25T06:02:23.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:02:23.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:02:23.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188037695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:02:23.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:02:23.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:02:23.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188037695, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:02:23.217Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:02:23.217Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:02:23.217Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188049257, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:02:23.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:02:23.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:02:23.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188053197, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T06:02:23.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:02:23.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:02:23.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188055000, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T06:02:23.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:02:23.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:02:23.218Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188056305, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-25T06:02:23.218Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:02:23.218Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:02:23.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188057540, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/vfw71f3009e18ff0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T06:02:23.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:02:23.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:02:23.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188058543, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-25T06:02:23.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:02:23.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:02:23.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188059547, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/resourceInstances/vfw71f3009e18ff0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-25T06:02:23.219Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:02:23.219Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:02:23.219Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188060551, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055624/1.0/artifacts/service-Vfw20220325055624-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:02:23.220Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:02:51.685Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:02:51.701Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:02:51.706Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T06:02:51.706Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T06:02:51.706Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T06:03:21.706Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:03:21.717Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:03:21.720Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T06:03:21.720Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T06:03:21.720Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T06:03:23.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:03:23.188Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:03:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:03:23.716Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:03:23.718Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.718Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "clamp", "timestamp": 1648188093836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.719Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "aai-ml", "timestamp": 1648188099074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.720Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.720Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.720Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "cds", "timestamp": 1648188098256, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188097574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.721Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.721Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "clamp", "timestamp": 1648188093836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json", "status": "NOTIFIED" } 2022-03-25T06:03:23.721Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "aai-ml", "timestamp": 1648188099074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.722Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.722Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.722Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "cds", "timestamp": 1648188098256, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.723Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.723Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.724Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188097574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.725Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.725Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "policy-id", "timestamp": 1648188100947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.725Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "clamp", "timestamp": 1648188093836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.726Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "cds", "timestamp": 1648188098256, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.726Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.726Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "aai-ml", "timestamp": 1648188099074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188097574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.727Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.727Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.727Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "policy-id", "timestamp": 1648188100947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "clamp", "timestamp": 1648188093836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.728Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.728Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.728Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "aai-ml", "timestamp": 1648188099074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "cds", "timestamp": 1648188098256, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.729Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.729Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188097574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.729Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "policy-id", "timestamp": 1648188100947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-25T06:03:23.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "multicloud-k8s-id", "timestamp": 1648188104403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.730Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.730Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.730Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "clamp", "timestamp": 1648188093836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "aai-ml", "timestamp": 1648188099074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.731Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.731Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.731Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "cds", "timestamp": 1648188098256, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.732Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188097574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.732Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.732Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "policy-id", "timestamp": 1648188100947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.734Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.734Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.734Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "multicloud-k8s-id", "timestamp": 1648188104403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json", "status": "NOTIFIED" } 2022-03-25T06:03:23.735Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "clamp", "timestamp": 1648188093836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.736Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "cds", "timestamp": 1648188098256, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.736Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.736Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "aai-ml", "timestamp": 1648188099074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188097574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.737Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.737Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.737Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "policy-id", "timestamp": 1648188100947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.738Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.738Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "multicloud-k8s-id", "timestamp": 1648188104403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-25T06:03:23.738Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "ves-openapi-manager", "timestamp": 1648188105810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.739Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.739Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.739Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "aai-ml", "timestamp": 1648188099074, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:03:23.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "clamp", "timestamp": 1648188093836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:03:23.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.740Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "cds", "timestamp": 1648188098256, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:03:23.740Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.740Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188097574, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:03:23.741Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "policy-id", "timestamp": 1648188100947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.741Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.741Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.741Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "multicloud-k8s-id", "timestamp": 1648188104403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.741Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "ves-openapi-manager", "timestamp": 1648188105810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.742Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "aai-ml", "timestamp": 1648188108403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:03:23.742Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:03:23.742Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.742Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "cds", "timestamp": 1648188108146, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:03:23.743Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:03:23.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188107781, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:03:23.743Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:03:23.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.743Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "policy-id", "timestamp": 1648188100947, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:03:23.743Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.743Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "multicloud-k8s-id", "timestamp": 1648188104403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-25T06:03:23.744Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "ves-openapi-manager", "timestamp": 1648188105810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.744Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.744Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.744Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "cds", "timestamp": 1648188109152, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:03:23.750Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 2022-03-25T06:03:23.751Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:03:23.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "policy-id", "timestamp": 1648188108688, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:03:23.763Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:03:23.763Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.763Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "multicloud-k8s-id", "timestamp": 1648188104403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.764Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "ves-openapi-manager", "timestamp": 1648188105810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.764Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.764Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "policy-id", "timestamp": 1648188109692, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:03:23.765Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:03:23.765Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.765Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "multicloud-k8s-id", "timestamp": 1648188104403, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:03:23.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "ves-openapi-manager", "timestamp": 1648188105810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.766Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.766Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.766Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "policy-id", "timestamp": 1648188110696, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:03:23.771Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 2022-03-25T06:03:23.771Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:03:23.778Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.778Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "multicloud-k8s-id", "timestamp": 1648188112166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T06:03:23.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:03:23.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188111226, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:03:23.779Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:03:23.779Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.779Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "ves-openapi-manager", "timestamp": 1648188105810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.780Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.780Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.780Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188112229, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:03:23.784Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 2022-03-25T06:03:23.784Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:03:23.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "multicloud-k8s-id", "timestamp": 1648188113581, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T06:03:23.794Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:03:23.794Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.794Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "ves-openapi-manager", "timestamp": 1648188105810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.795Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "multicloud-k8s-id", "timestamp": 1648188115166, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-25T06:03:23.795Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:03:23.795Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.795Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "multicloud-k8s-id", "timestamp": 1648188116197, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:03:23.799Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 2022-03-25T06:03:23.800Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-25T06:03:23.805Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.805Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "multicloud-k8s-id", "timestamp": 1648188117201, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json", "status": "DEPLOY_OK" } 2022-03-25T06:03:23.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:03:23.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "clamp", "timestamp": 1648188120671, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:03:23.806Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:03:23.806Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.806Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "clamp", "timestamp": 1648188122682, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:03:23.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:03:23.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "aai-ml", "timestamp": 1648188122506, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:03:23.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:03:23.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "35babf2c-1c0a-4a04-a09a-91397d262cba", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188122152, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T06:03:23.807Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:03:23.807Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.807Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "clamp", "timestamp": 1648188123689, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:03:23.812Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 2022-03-25T06:03:23.812Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:03:23.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "aai-ml", "timestamp": 1648188123511, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:03:23.823Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 2022-03-25T06:03:23.823Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:03:23.829Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.829Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188123167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.830Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188123167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json", "status": "NOTIFIED" } 2022-03-25T06:03:23.830Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.830Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188123167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-25T06:03:23.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.831Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188123167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.831Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.831Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188123167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-25T06:03:23.832Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.832Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.832Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188123167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:03:23.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.833Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188123167, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:03:23.833Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:03:23.833Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188131044, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:03:23.834Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:03:23.834Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.834Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188134251, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T06:03:23.835Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:03:23.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188135339, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T06:03:23.835Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:03:23.835Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.835Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188136430, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-25T06:03:23.836Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:03:23.836Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.836Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188137656, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/vfw8c91ab7e94970_modules.json", "status": "DEPLOY_OK" } 2022-03-25T06:03:23.836Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:03:23.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.837Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188138660, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-25T06:03:23.837Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:03:23.837Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.838Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188139663, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/resourceInstances/vfw8c91ab7e94970/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-25T06:03:23.838Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:03:23.838Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:03:23.839Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188140666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220325055924/1.0/artifacts/service-Vfw20220325055924-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:03:23.839Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:03:51.721Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:03:51.733Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:03:51.737Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T06:03:51.737Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T06:03:51.738Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T06:03:51.738Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T06:03:51.738Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:03:51.738Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:03:51.738Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:03:51.738Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:03:51.739Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:03:51.739Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:03:51.739Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:03:51.744Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T06:04:21.744Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-25T06:04:21.753Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 and serviceModelVersionId: 6e2d09a8-5769-4cf9-88d1-c152ce023821 2022-03-25T06:04:21.753Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2287f18-d61d-4eaf-978a-e408b4bd9466 2022-03-25T06:04:21.755Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2287f18-d61d-4eaf-978a-e408b4bd9466/model-vers/model-ver/6e2d09a8-5769-4cf9-88d1-c152ce023821?depth=0 2022-03-25T06:04:21.760Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T06:04:21.830Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2287f18-d61d-4eaf-978a-e408b4bd9466/model-vers/model-ver/6e2d09a8-5769-4cf9-88d1-c152ce023821?depth=0|INFO|500||Invoke 2022-03-25T06:04:21.831Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2287f18-d61d-4eaf-978a-e408b4bd9466/model-vers/model-ver/6e2d09a8-5769-4cf9-88d1-c152ce023821?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2287f18-d61d-4eaf-978a-e408b4bd9466/model-vers/model-ver/6e2d09a8-5769-4cf9-88d1-c152ce023821?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9276dd3e-2da5-48c6-8c58-ebe599d392ea], X-ECOMP-RequestID=[cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5], X-TransactionId=[], X-ONAP-RequestID=[cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5], Content-Type=[application/merge-patch+json]} 2022-03-25T06:04:21.853Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2287f18-d61d-4eaf-978a-e408b4bd9466/model-vers/model-ver/6e2d09a8-5769-4cf9-88d1-c152ce023821?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T06:04:22.157Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2287f18-d61d-4eaf-978a-e408b4bd9466/model-vers/model-ver/6e2d09a8-5769-4cf9-88d1-c152ce023821?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/d2287f18-d61d-4eaf-978a-e408b4bd9466/model-vers/model-ver/6e2d09a8-5769-4cf9-88d1-c152ce023821?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220325-06:04:21:892-43227], vertex-id=[385072], Content-Length=[0], Date=[Fri, 25 Mar 2022 06:04:21 GMT], Content-Type=[application/json]} 2022-03-25T06:04:22.157Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2287f18-d61d-4eaf-978a-e408b4bd9466/model-vers/model-ver/6e2d09a8-5769-4cf9-88d1-c152ce023821?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-25T06:04:22.158Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2287f18-d61d-4eaf-978a-e408b4bd9466/model-vers/model-ver/6e2d09a8-5769-4cf9-88d1-c152ce023821?depth=0|INFO|500||InvokeReturn 2022-03-25T06:04:22.161Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T06:04:22.162Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:04:22.166Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T06:04:22.166Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T06:04:22.166Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T06:04:22.167Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:04:22.169Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:04:22.169Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188262166, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T06:04:22.269Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:04:22.271Z||pool-50-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:04:22.271Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:04:22.286Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:04:22.286Z||pool-50-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T06:04:23.184Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:04:23.185Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:04:23.185Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as el6TLgIcns7v7BDr) ... 2022-03-25T06:04:23.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:04:23.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:04:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:04:23.811Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:04:23.812Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:04:23.812Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188262166, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T06:04:23.813Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:04:33.428Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:04:33.429Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:04:33.429Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:04:33.430Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as el6TLgIcns7v7BDr) ... 2022-03-25T06:04:42.964Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:04:42.965Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:04:42.966Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:04:42.966Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as el6TLgIcns7v7BDr) ... 2022-03-25T06:04:52.519Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:04:52.519Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:04:52.520Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:04:52.520Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as el6TLgIcns7v7BDr) ... 2022-03-25T06:05:02.057Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:05:02.059Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:05:02.060Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:05:02.060Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as el6TLgIcns7v7BDr) ... 2022-03-25T06:05:11.608Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:05:11.617Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:05:11.622Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:05:11.623Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as el6TLgIcns7v7BDr) ... 2022-03-25T06:05:21.157Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:05:23.179Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:05:23.180Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:05:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:05:23.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:05:23.187Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:05:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:05:32.743Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:05:32.746Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:06:23.179Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:06:23.180Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:06:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:06:23.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:06:23.188Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:06:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:06:32.724Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:06:32.729Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:07:23.179Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:07:23.181Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:07:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:07:23.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:07:23.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:07:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:07:32.729Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:07:32.729Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:08:23.179Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:08:23.181Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:08:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:08:23.187Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:08:23.187Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:08:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:08:32.727Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:08:32.727Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:09:23.179Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:09:23.180Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:09:23.180Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:09:23.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:09:23.187Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:09:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:09:32.746Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:09:32.748Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:10:23.179Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:10:23.180Z||pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:10:23.180Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:10:23.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:10:23.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:10:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:10:23.812Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:10:23.813Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.813Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"24115d6d-5a95-4d0f-bb2c-7400ed1e3420","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"227f4701-f37b-47ae-8990-aa09b2e94769","serviceDescription":"service","serviceInvariantUUID":"34b38748-8b94-4e7a-acbb-a688fca98ed5","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"9440ba59-ab6f-4b5f-964b-2927a8fcefd9","resourceInvariantUUID":"c9dfe76e-0d81-4e70-9fdf-8cfa63ef9041","resourceCustomizationUUID":"5c4370e2-8bca-44f2-9cf5-6df597114120","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":"MDJhZDMxYzJlY2Q2NDZkYjU1OTkxNmNjMTQxNmYwY2Y\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4d7efe78-77a6-48a0-914a-90f84c949e6e","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"MTZiM2JkZjgxOTZjN2NhNjk1OTQ2MDFlMWJmYjEyYzE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ea6b19a5-b3d3-40b5-96f8-8da7afdea747","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T06:10:23.817Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:10:23.817Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:10:23.817Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:10:23.818Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "cds", "timestamp": 1648188593256, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:10:23.819Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:10:23.819Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.819Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "ves-openapi-manager", "timestamp": 1648188585810, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:10:23.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:10:23.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "cds", "timestamp": 1648188593256, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:10:23.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:10:23.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "ves-openapi-manager", "timestamp": 1648188585810, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:10:23.820Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:10:23.820Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.820Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "cds", "timestamp": 1648188597355, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:10:23.821Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:10:23.821Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.821Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "cds", "timestamp": 1648188598360, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-03-25T06:10:23.821Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:10:23.821Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188623179, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:10:23.835Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 24115d6d-5a95-4d0f-bb2c-7400ed1e3420 2022-03-25T06:10:23.836Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24115d6d-5a95-4d0f-bb2c-7400ed1e3420 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:10:23.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "policy-id", "timestamp": 1648188600947, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:10:23.843Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:10:23.843Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.843Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "policy-id", "timestamp": 1648188600947, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:10:23.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:10:23.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "clamp", "timestamp": 1648188603836, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:10:23.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:10:23.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "multicloud-k8s-id", "timestamp": 1648188604403, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:10:23.844Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:10:23.844Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.844Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "clamp", "timestamp": 1648188603836, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:10:23.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:10:23.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "policy-id", "timestamp": 1648188604628, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:10:23.845Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:10:23.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "multicloud-k8s-id", "timestamp": 1648188604403, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:10:23.845Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:10:23.845Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.845Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "policy-id", "timestamp": 1648188605633, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:10:23.846Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:10:23.846Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.846Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "policy-id", "timestamp": 1648188606641, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:10:23.850Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 24115d6d-5a95-4d0f-bb2c-7400ed1e3420 2022-03-25T06:10:23.850Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24115d6d-5a95-4d0f-bb2c-7400ed1e3420 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:10:23.857Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.857Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188607574, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:10:23.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:10:23.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "aai-ml", "timestamp": 1648188609074, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:10:23.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:10:23.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188607574, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:10:23.858Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:10:23.858Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.858Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "aai-ml", "timestamp": 1648188609074, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:10:23.859Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-25T06:10:23.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188610426, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:10:23.859Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:10:23.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "aai-ml", "timestamp": 1648188611891, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:10:23.859Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:10:23.859Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.859Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188612057, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:10:23.859Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:10:23.860Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.860Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188613061, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:10:23.865Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 24115d6d-5a95-4d0f-bb2c-7400ed1e3420 2022-03-25T06:10:23.865Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24115d6d-5a95-4d0f-bb2c-7400ed1e3420 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:10:23.874Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.874Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "clamp", "timestamp": 1648188614787, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:10:23.874Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:10:23.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "clamp", "timestamp": 1648188616797, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:10:23.875Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:10:23.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "aai-ml", "timestamp": 1648188616679, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:10:23.875Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:10:23.875Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.875Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "clamp", "timestamp": 1648188617801, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:10:23.879Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 24115d6d-5a95-4d0f-bb2c-7400ed1e3420 2022-03-25T06:10:23.879Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24115d6d-5a95-4d0f-bb2c-7400ed1e3420 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:10:23.886Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-25T06:10:23.887Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "aai-ml", "timestamp": 1648188617684, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:10:23.890Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 24115d6d-5a95-4d0f-bb2c-7400ed1e3420 2022-03-25T06:10:23.890Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 24115d6d-5a95-4d0f-bb2c-7400ed1e3420 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:10:23.921Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:10:23.923Z||pool-51-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:10:23.923Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:10:23.934Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:10:23.935Z||pool-51-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:10:24.822Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:10:24.823Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:10:24.824Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:10:24.825Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188623179, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:10:24.925Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:10:24.926Z||pool-52-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:10:24.926Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:10:24.938Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:10:24.938Z||pool-52-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:10:25.826Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "227f4701-f37b-47ae-8990-aa09b2e94769", "serviceDescription": "service", "serviceInvariantUUID": "34b38748-8b94-4e7a-acbb-a688fca98ed5", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "5c4370e2-8bca-44f2-9cf5-6df597114120", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "9440ba59-ab6f-4b5f-964b-2927a8fcefd9", "resourceInvariantUUID": "c9dfe76e-0d81-4e70-9fdf-8cfa63ef9041", "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": "MTZiM2JkZjgxOTZjN2NhNjk1OTQ2MDFlMWJmYjEyYzE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ea6b19a5-b3d3-40b5-96f8-8da7afdea747" } ], "workloadContext": "Production" } 2022-03-25T06:10:25.826Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T06:10:25.826Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 227f4701-f37b-47ae-8990-aa09b2e94769 ASDC 2022-03-25T06:10:25.827Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:24115d6d-5a95-4d0f-bb2c-7400ed1e3420 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:227f4701-f37b-47ae-8990-aa09b2e94769 ServiceInvariantUUID:34b38748-8b94-4e7a-acbb-a688fca98ed5 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:ea6b19a5-b3d3-40b5-96f8-8da7afdea747 ArtifactChecksum:MTZiM2JkZjgxOTZjN2NhNjk1OTQ2MDFlMWJmYjEyYzE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:5c4370e2-8bca-44f2-9cf5-6df597114120 ResourceInvariantUUID:c9dfe76e-0d81-4e70-9fdf-8cfa63ef9041 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:9440ba59-ab6f-4b5f-964b-2927a8fcefd9 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-25T06:10:25.827Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 227f4701-f37b-47ae-8990-aa09b2e94769 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T06:10:25.851Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T06:10:25.853Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-25T06:10:25.853Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-25T06:10:25.853Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ea6b19a5-b3d3-40b5-96f8-8da7afdea747 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-25T06:10:25.853Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-25T06:10:25.853Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-25T06:10:26.585Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-25T06:10:26.588Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ea6b19a5-b3d3-40b5-96f8-8da7afdea747 52506 2022-03-25T06:10:26.588Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-25T06:10:26.588Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-25T06:10:26.588Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:10:26.589Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:10:26.590Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:10:26.590Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188626588, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:10:26.693Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-25T06:10:26.694Z||pool-53-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:10:26.695Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:10:26.707Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:10:26.708Z||pool-53-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:10:27.591Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T06:10:27.592Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-25T06:10:27.593Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: ea6b19a5-b3d3-40b5-96f8-8da7afdea747, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T06:10:27.593Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-25T06:10:27.593Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T06:10:27.594Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T06:10:27.753Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15406617837783505657/Definitions/service-BasicNetwork-template.yml 2022-03-25T06:10:28.287Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T06:10:28.287Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-25T06:10:28.287Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T06:10:28.287Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-25T06:10:28.288Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompNaming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T06:10:28.288Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkAssignments" is missing required field(s) "[is_shared_network, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T06:10:28.288Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv4SubnetAssignments" is missing required field(s) "[use_ipv4, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T06:10:28.288Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.EcompHoming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T06:10:28.288Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T06:10:28.288Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.NetworkFlows" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T06:10:28.289Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IPv6SubnetAssignments" is missing required field(s) "[use_ipv6, ip_version, cidr_mask, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T06:10:28.289Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "Generic NeutronNet 0" are missing field(s): [network_role, provider_network]. CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-25T06:10:28.289Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-25T06:10:28.289Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:10:28.289Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:10:28.290Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-25T06:10:28.290Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-25T06:10:28.290Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T06:10:28.290Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:10:28.290Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:10:28.291Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-25T06:10:28.291Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-25T06:10:28.291Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T06:10:28.291Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:10:28.291Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:10:28.291Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:10:28.292Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:10:28.292Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:10:28.292Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:10:28.293Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:10:28.293Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:10:28.293Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:10:28.293Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:10:28.293Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:227f4701-f37b-47ae-8990-aa09b2e94769 Model Version:NULL Model InvariantUuid:34b38748-8b94-4e7a-acbb-a688fca98ed5 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:c9dfe76e-0d81-4e70-9fdf-8cfa63ef9041 Model UUID:43aea845-94c0-4182-8c82-17cf464100a6 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:5c4370e2-8bca-44f2-9cf5-6df597114120 Network Technology:NEUTRON Network Type:NEUTRON Network Role:null Network Scope:null VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-25T06:10:28.300Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||Processing Resource Type: VL, Model UUID: 9440ba59-ab6f-4b5f-964b-2927a8fcefd9 2022-03-25T06:10:28.300Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||No resources found for Service: 227f4701-f37b-47ae-8990-aa09b2e94769 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:10:28.305Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500|| 2022-03-25T06:10:28.305Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-25T06:10:28.306Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 227f4701-f37b-47ae-8990-aa09b2e94769 2022-03-25T06:10:28.306Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 227f4701-f37b-47ae-8990-aa09b2e94769 2022-03-25T06:10:28.306Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-25T06:10:28.306Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||ASDC_GENERAL_INFO There is no VF mudules in the VF. ASDC createVfModuleStructures Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:10:28.311Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3ab1d790, org.onap.sdc.toscaparser.api.parameters.Input@6cc6308e, org.onap.sdc.toscaparser.api.parameters.Input@3ab7d54b, org.onap.sdc.toscaparser.api.parameters.Input@2e4212a0, org.onap.sdc.toscaparser.api.parameters.Input@1a7b4daf] 2022-03-25T06:10:28.313Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:10:28.313Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:10:28.314Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:10:28.314Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:10:28.314Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 227f4701-f37b-47ae-8990-aa09b2e94769: Generic NeutronNet 2022-03-25T06:10:28.314Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:10:28.314Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:10:28.315Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:10:28.315Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null Hibernate: select tempnetwor0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_56_, tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME as network_2_56_, tempnetwor0_.AIC_VERSION_MAX as aic_vers3_56_, tempnetwor0_.AIC_VERSION_MIN as aic_vers4_56_ from temp_network_heat_template_lookup tempnetwor0_ where tempnetwor0_.NETWORK_RESOURCE_MODEL_NAME=? limit ? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_, networkres0_.CREATION_TIMESTAMP as creation2_38_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_, networkres0_.NETWORK_ROLE as network_4_38_, networkres0_.NETWORK_SCOPE as network_5_38_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_, networkres0_.NETWORK_TYPE as network_7_38_, networkres0_.RESOURCE_INPUT as resource8_38_ from network_resource_customization networkres0_ where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_, networkres0_.RESOURCE_CATEGORY as resource4_37_, networkres0_.CREATION_TIMESTAMP as creation5_37_, networkres0_.DESCRIPTION as descript6_37_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_, networkres0_.MODEL_NAME as model_na8_37_, networkres0_.MODEL_VERSION as model_ve9_37_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_, networkres0_.ORCHESTRATION_MODE as orchest11_37_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_ from network_resource networkres0_ where networkres0_.MODEL_UUID=? 2022-03-25T06:10:28.344Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:10:28.345Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:10:28.345Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:10:28.345Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:10:28.345Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:10:28.346Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:10:28.346Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||Saving Service: basic_network Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select networkres0_.MODEL_CUSTOMIZATION_UUID as model_cu1_38_3_, networkres0_.CREATION_TIMESTAMP as creation2_38_3_, networkres0_.MODEL_INSTANCE_NAME as model_in3_38_3_, networkres0_.NETWORK_RESOURCE_MODEL_UUID as network_9_38_3_, networkres0_.NETWORK_ROLE as network_4_38_3_, networkres0_.NETWORK_SCOPE as network_5_38_3_, networkres0_.NETWORK_TECHNOLOGY as network_6_38_3_, networkres0_.NETWORK_TYPE as network_7_38_3_, networkres0_.RESOURCE_INPUT as resource8_38_3_, networkres1_.MODEL_UUID as model_uu1_37_0_, networkres1_.AIC_VERSION_MAX as aic_vers2_37_0_, networkres1_.AIC_VERSION_MIN as aic_vers3_37_0_, networkres1_.RESOURCE_CATEGORY as resource4_37_0_, networkres1_.CREATION_TIMESTAMP as creation5_37_0_, networkres1_.DESCRIPTION as descript6_37_0_, networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_0_, networkres1_.MODEL_INVARIANT_UUID as model_in7_37_0_, networkres1_.MODEL_NAME as model_na8_37_0_, networkres1_.MODEL_VERSION as model_ve9_37_0_, networkres1_.NEUTRON_NETWORK_TYPE as neutron10_37_0_, networkres1_.ORCHESTRATION_MODE as orchest11_37_0_, networkres1_.RESOURCE_SUB_CATEGORY as resourc12_37_0_, networkres1_.TOSCA_NODE_TYPE as tosca_n13_37_0_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_5_, collection2_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_1_, collection2_.CREATION_TIMESTAMP as creation2_15_1_, collection2_.INSTANCE_GROUP_MODEL_UUID as instance8_15_1_, collection2_.MODEL_INSTANCE_NAME as model_in3_15_1_, collection2_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_1_, collection2_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_1_, collection2_.NETWORK_ROLE as network_4_15_1_, collection2_.NETWORK_SCOPE as network_5_15_1_, collection2_.NETWORK_TECHNOLOGY as network_6_15_1_, collection2_.NETWORK_TYPE as network_7_15_1_, heattempla3_.ARTIFACT_UUID as artifact1_29_2_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_2_, heattempla3_.CREATION_TIMESTAMP as creation3_29_2_, heattempla3_.DESCRIPTION as descript4_29_2_, heattempla3_.BODY as body5_29_2_, heattempla3_.NAME as name6_29_2_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_2_, heattempla3_.VERSION as version8_29_2_ from network_resource_customization networkres0_ left outer join network_resource networkres1_ on networkres0_.NETWORK_RESOURCE_MODEL_UUID=networkres1_.MODEL_UUID left outer join collection_network_resource_customization collection2_ on networkres1_.MODEL_UUID=collection2_.NETWORK_RESOURCE_MODEL_UUID left outer join heat_template heattempla3_ on networkres1_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID where networkres0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select networkres0_.MODEL_UUID as model_uu1_37_4_, networkres0_.AIC_VERSION_MAX as aic_vers2_37_4_, networkres0_.AIC_VERSION_MIN as aic_vers3_37_4_, networkres0_.RESOURCE_CATEGORY as resource4_37_4_, networkres0_.CREATION_TIMESTAMP as creation5_37_4_, networkres0_.DESCRIPTION as descript6_37_4_, networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te14_37_4_, networkres0_.MODEL_INVARIANT_UUID as model_in7_37_4_, networkres0_.MODEL_NAME as model_na8_37_4_, networkres0_.MODEL_VERSION as model_ve9_37_4_, networkres0_.NEUTRON_NETWORK_TYPE as neutron10_37_4_, networkres0_.ORCHESTRATION_MODE as orchest11_37_4_, networkres0_.RESOURCE_SUB_CATEGORY as resourc12_37_4_, networkres0_.TOSCA_NODE_TYPE as tosca_n13_37_4_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_6_, collection1_.MODEL_CUSTOMIZATION_UUID as model_cu1_15_0_, collection1_.CREATION_TIMESTAMP as creation2_15_0_, collection1_.INSTANCE_GROUP_MODEL_UUID as instance8_15_0_, collection1_.MODEL_INSTANCE_NAME as model_in3_15_0_, collection1_.NETWORK_RESOURCE_MODEL_UUID as network_9_15_0_, collection1_.CRC_MODEL_CUSTOMIZATION_UUID as crc_mod10_15_0_, collection1_.NETWORK_ROLE as network_4_15_0_, collection1_.NETWORK_SCOPE as network_5_15_0_, collection1_.NETWORK_TECHNOLOGY as network_6_15_0_, collection1_.NETWORK_TYPE as network_7_15_0_, instancegr2_.MODEL_UUID as model_uu2_33_1_, instancegr2_.CR_MODEL_UUID as cr_mode10_33_1_, instancegr2_.CREATION_TIMESTAMP as creation3_33_1_, instancegr2_.MODEL_INVARIANT_UUID as model_in4_33_1_, instancegr2_.MODEL_NAME as model_na5_33_1_, instancegr2_.MODEL_VERSION as model_ve6_33_1_, instancegr2_.ROLE as role7_33_1_, instancegr2_.TOSCA_NODE_TYPE as tosca_no8_33_1_, instancegr2_.INSTANCE_GROUP_TYPE as instance9_33_1_, instancegr2_.OBJECT_TYPE as object_t1_33_1_, networkcol3_.MODEL_CUSTOMIZATION_UUID as model_cu2_17_2_, networkcol3_.CR_MODEL_UUID as cr_model8_17_2_, networkcol3_.CREATION_TIMESTAMP as creation3_17_2_, networkcol3_.FUNCTION as function4_17_2_, networkcol3_.MODEL_INSTANCE_NAME as model_in5_17_2_, networkcol3_.ROLE as role6_17_2_, networkcol3_.COLLECTION_RESOURCE_TYPE as collecti7_17_2_, heattempla4_.ARTIFACT_UUID as artifact1_29_3_, heattempla4_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla4_.CREATION_TIMESTAMP as creation3_29_3_, heattempla4_.DESCRIPTION as descript4_29_3_, heattempla4_.BODY as body5_29_3_, heattempla4_.NAME as name6_29_3_, heattempla4_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla4_.VERSION as version8_29_3_ from network_resource networkres0_ left outer join collection_network_resource_customization collection1_ on networkres0_.MODEL_UUID=collection1_.NETWORK_RESOURCE_MODEL_UUID left outer join instance_group instancegr2_ on collection1_.INSTANCE_GROUP_MODEL_UUID=instancegr2_.MODEL_UUID left outer join collection_resource_customization networkcol3_ on collection1_.CRC_MODEL_CUSTOMIZATION_UUID=networkcol3_.MODEL_CUSTOMIZATION_UUID left outer join heat_template heattempla4_ on networkres0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla4_.ARTIFACT_UUID where networkres0_.MODEL_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NEUTRON_NETWORK_TYPE, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization (CREATION_TIMESTAMP, MODEL_INSTANCE_NAME, NETWORK_RESOURCE_MODEL_UUID, NETWORK_ROLE, NETWORK_SCOPE, NETWORK_TECHNOLOGY, NETWORK_TYPE, RESOURCE_INPUT, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into network_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-25T06:10:28.386Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-25T06:10:28.387Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-03-25T06:10:28.387Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-25T06:10:28.387Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:10:28.387Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:10:28.389Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:10:28.389Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188628387, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:10:28.489Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:10:28.490Z||pool-54-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:10:28.490Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:10:28.500Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:10:28.501Z||pool-54-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:10:29.390Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 24115d6d-5a95-4d0f-bb2c-7400ed1e3420 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:10:29.401Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 24115d6d-5a95-4d0f-bb2c-7400ed1e3420 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:10:29.403Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T06:10:29.403Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T06:10:29.403Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T06:10:29.404Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T06:10:29.404Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:10:29.404Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:10:29.404Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:10:29.404Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:10:29.404Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:10:29.404Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:10:29.404Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:10:29.408Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T06:10:59.408Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 24115d6d-5a95-4d0f-bb2c-7400ed1e3420 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-25T06:10:59.416Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 24115d6d-5a95-4d0f-bb2c-7400ed1e3420 and serviceModelVersionId: 227f4701-f37b-47ae-8990-aa09b2e94769 2022-03-25T06:10:59.416Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 34b38748-8b94-4e7a-acbb-a688fca98ed5 2022-03-25T06:10:59.417Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/34b38748-8b94-4e7a-acbb-a688fca98ed5/model-vers/model-ver/227f4701-f37b-47ae-8990-aa09b2e94769?depth=0 2022-03-25T06:10:59.421Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T06:10:59.469Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34b38748-8b94-4e7a-acbb-a688fca98ed5/model-vers/model-ver/227f4701-f37b-47ae-8990-aa09b2e94769?depth=0|INFO|500||Invoke 2022-03-25T06:10:59.469Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34b38748-8b94-4e7a-acbb-a688fca98ed5/model-vers/model-ver/227f4701-f37b-47ae-8990-aa09b2e94769?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34b38748-8b94-4e7a-acbb-a688fca98ed5/model-vers/model-ver/227f4701-f37b-47ae-8990-aa09b2e94769?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[24115d6d-5a95-4d0f-bb2c-7400ed1e3420], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[d7e2e0ba-e501-41b0-acd1-300602c949ed], X-ECOMP-RequestID=[24115d6d-5a95-4d0f-bb2c-7400ed1e3420], X-TransactionId=[], X-ONAP-RequestID=[24115d6d-5a95-4d0f-bb2c-7400ed1e3420], Content-Type=[application/merge-patch+json]} 2022-03-25T06:10:59.492Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34b38748-8b94-4e7a-acbb-a688fca98ed5/model-vers/model-ver/227f4701-f37b-47ae-8990-aa09b2e94769?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T06:11:00.956Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34b38748-8b94-4e7a-acbb-a688fca98ed5/model-vers/model-ver/227f4701-f37b-47ae-8990-aa09b2e94769?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/34b38748-8b94-4e7a-acbb-a688fca98ed5/model-vers/model-ver/227f4701-f37b-47ae-8990-aa09b2e94769?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220325-06:10:59:531-73583], vertex-id=[344088], Content-Length=[0], Date=[Fri, 25 Mar 2022 06:10:59 GMT], Content-Type=[application/json]} 2022-03-25T06:11:00.956Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34b38748-8b94-4e7a-acbb-a688fca98ed5/model-vers/model-ver/227f4701-f37b-47ae-8990-aa09b2e94769?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-25T06:11:00.957Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/34b38748-8b94-4e7a-acbb-a688fca98ed5/model-vers/model-ver/227f4701-f37b-47ae-8990-aa09b2e94769?depth=0|INFO|500||InvokeReturn 2022-03-25T06:11:00.959Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T06:11:00.959Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:11:00.970Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T06:11:00.970Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 24115d6d-5a95-4d0f-bb2c-7400ed1e3420 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T06:11:00.970Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T06:11:00.971Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:11:00.973Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:11:00.973Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188660970, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T06:11:01.073Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:11:01.074Z||pool-55-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:11:01.074Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:11:01.116Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:11:01.117Z||pool-55-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T06:11:23.179Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:11:23.180Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:11:23.181Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|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 el6TLgIcns7v7BDr) ... 2022-03-25T06:11:23.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:11:23.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:11:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:11:23.313Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:11:23.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:11:23.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188623179, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:11:23.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:11:23.801Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:11:23.802Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T06:11:23.802Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"1ccab623-9a00-4d88-a92f-e4ae9f24d7cf","serviceName":"Demo_pNF_84Io6YrehkwxDKSn8REB","serviceVersion":"1.0","serviceUUID":"7dde9f81-8f49-42a1-9aa0-99937a71f099","serviceDescription":"catalog service description","serviceInvariantUUID":"ba7180de-2f13-4173-aea3-1f9c36e94579","resources":[{"resourceInstanceName":"pNF dcb7701c-ce54 0","resourceName":"pNF dcb7701c-ce54","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"28180ed3-17b8-4bd8-a78c-fd40a146939b","resourceInvariantUUID":"aa375662-9274-4e15-b797-bfe560d2af93","resourceCustomizationUUID":"107df93c-e099-4294-94c2-015f05d83965","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/vf-license-model.xml","artifactChecksum":"NzdmNDgzNzAwNDU0NTc3ZThjOTVkOTdhYTgxODU0YTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"12227cb2-6188-4fdc-974b-8dc3d321868b","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/pNF.csar","artifactChecksum":"NDliZGVkNWU0ODU5NjU3NDAwYWI1ZTM5YmZjZmZiNzc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"32e2e32c-23cb-4aaa-ab46-f4075d2b6f51","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"e69ca3f3-472e-47ec-930c-11b004a8e16a","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/vendor-license-model.xml","artifactChecksum":"MWI2ZjI0MzE5ZjkyYWEwMGI2YjdiOWJjMWE3Y2EwYjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"2918c5b9-5844-4e2e-b840-f51b6bbd388c","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b66037a0-81a3-4cec-a4c2-fcf6663a4f6e","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"307765b4-3d23-4177-b2be-03ae3ecfb727","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf84io6yrehkwxdksn8reb-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-template.yml","artifactChecksum":"NDBjNjc0MTc1MDYzNmM3N2IzZmVlMDNiZDMwYjlkNDU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"1015c845-7b34-4354-ac71-6befc7c3ea13","artifactVersion":"1"},{"artifactName":"service-DemoPnf84io6yrehkwxdksn8reb-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar","artifactChecksum":"NTNlZjZjYjFhMTIxZmE3NThlN2JiZDhmZjU1ZmM4OTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"359f2ef6-bd0e-4195-b3d2-eb3fa5de6b0e","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T06:11:23.804Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:11:23.804Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:11:23.806Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:11:23.806Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188683179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:11:23.907Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T06:11:23.908Z||pool-56-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:11:23.908Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:11:23.921Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:11:23.921Z||pool-56-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:11:24.807Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:11:24.808Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:11:24.810Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:11:24.810Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188683179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:11:24.910Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:11:24.912Z||pool-57-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:11:24.912Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:11:24.922Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:11:24.922Z||pool-57-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:11:25.811Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:11:25.811Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:11:25.814Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:11:25.814Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188683179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T06:11:25.914Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:11:25.915Z||pool-58-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:11:25.915Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:11:25.924Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:11:25.925Z||pool-58-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:11:26.815Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:11:26.816Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:11:26.817Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:11:26.818Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188683179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:11:26.918Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:11:26.919Z||pool-59-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:11:26.919Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:11:26.930Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:11:26.931Z||pool-59-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:11:27.818Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:11:27.820Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:11:27.822Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:11:27.823Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188683179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:11:27.922Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T06:11:27.923Z||pool-60-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:11:27.924Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:11:27.936Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:11:27.937Z||pool-60-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:11:28.823Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:11:28.824Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:11:28.826Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:11:28.826Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188683179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:11:28.926Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:11:28.927Z||pool-61-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:11:28.927Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:11:28.936Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:11:28.937Z||pool-61-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:11:29.826Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:11:29.827Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:11:29.829Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:11:29.829Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188683179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:11:29.929Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:11:29.931Z||pool-62-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:11:29.931Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:11:29.940Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:11:29.940Z||pool-62-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:11:30.829Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:11:30.831Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:11:30.834Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:11:30.835Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188683179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:11:30.934Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T06:11:30.936Z||pool-63-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:11:30.936Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:11:30.956Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:11:30.957Z||pool-63-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:11:31.836Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "serviceName": "Demo_pNF_84Io6YrehkwxDKSn8REB", "serviceVersion": "1.0", "serviceUUID": "7dde9f81-8f49-42a1-9aa0-99937a71f099", "serviceDescription": "catalog service description", "serviceInvariantUUID": "ba7180de-2f13-4173-aea3-1f9c36e94579", "resources": [ { "resourceInstanceName": "pNF dcb7701c-ce54 0", "resourceCustomizationUUID": "107df93c-e099-4294-94c2-015f05d83965", "resourceName": "pNF dcb7701c-ce54", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "28180ed3-17b8-4bd8-a78c-fd40a146939b", "resourceInvariantUUID": "aa375662-9274-4e15-b797-bfe560d2af93", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "artifactChecksum": "NTNlZjZjYjFhMTIxZmE3NThlN2JiZDhmZjU1ZmM4OTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "359f2ef6-bd0e-4195-b3d2-eb3fa5de6b0e" } ], "workloadContext": "Production" } 2022-03-25T06:11:31.837Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T06:11:31.837Z|24115d6d-5a95-4d0f-bb2c-7400ed1e3420|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7dde9f81-8f49-42a1-9aa0-99937a71f099 ASDC 2022-03-25T06:11:31.838Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:1ccab623-9a00-4d88-a92f-e4ae9f24d7cf ServiceName:Demo_pNF_84Io6YrehkwxDKSn8REB ServiceVersion:1.0 ServiceUUID:7dde9f81-8f49-42a1-9aa0-99937a71f099 ServiceInvariantUUID:ba7180de-2f13-4173-aea3-1f9c36e94579 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf84io6yrehkwxdksn8reb-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar ArtifactUUID:359f2ef6-bd0e-4195-b3d2-eb3fa5de6b0e ArtifactChecksum:NTNlZjZjYjFhMTIxZmE3NThlN2JiZDhmZjU1ZmM4OTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF dcb7701c-ce54 0 ResourceCustomizationUUID:107df93c-e099-4294-94c2-015f05d83965 ResourceInvariantUUID:aa375662-9274-4e15-b797-bfe560d2af93 ResourceName:pNF dcb7701c-ce54 ResourceType:PNF ResourceUUID:28180ed3-17b8-4bd8-a78c-fd40a146939b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-25T06:11:31.838Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7dde9f81-8f49-42a1-9aa0-99937a71f099 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:11:31.860Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T06:11:31.862Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-25T06:11:31.862Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-25T06:11:31.863Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 359f2ef6-bd0e-4195-b3d2-eb3fa5de6b0e from URL: /sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar 2022-03-25T06:11:31.863Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-25T06:11:31.863Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar 2022-03-25T06:11:33.008Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-25T06:11:33.013Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar 359f2ef6-bd0e-4195-b3d2-eb3fa5de6b0e 82652 2022-03-25T06:11:33.014Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar ASDC sendASDCNotification 2022-03-25T06:11:33.014Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar 2022-03-25T06:11:33.014Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:11:33.015Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:11:33.017Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:11:33.018Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188693014, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:11:33.117Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T06:11:33.118Z||pool-64-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:11:33.118Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:11:33.130Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:11:33.131Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:11:34.018Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T06:11:34.020Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-25T06:11:34.020Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 359f2ef6-bd0e-4195-b3d2-eb3fa5de6b0e, URL: /sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar to file: /app/ASDC/1/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar 2022-03-25T06:11:34.020Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf84io6yrehkwxdksn8reb-csar.csar 2022-03-25T06:11:34.021Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar 2022-03-25T06:11:34.021Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar 2022-03-25T06:11:34.167Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5139154374350422064/Definitions/service-DemoPnf84io6yrehkwxdksn8reb-template.yml 2022-03-25T06:11:34.862Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T06:11:34.862Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-25T06:11:34.862Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar 2022-03-25T06:11:34.863Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-25T06:11:34.863Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar 2022-03-25T06:11:34.863Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF dcb7701c-ce54 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-DemoPnf84io6yrehkwxdksn8reb-csar.csar 2022-03-25T06:11:34.863Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar 2022-03-25T06:11:34.863Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar 2022-03-25T06:11:34.863Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar 2022-03-25T06:11:34.863Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar 2022-03-25T06:11:34.863Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|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-DemoPnf84io6yrehkwxdksn8reb-csar.csar 2022-03-25T06:11:34.863Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-25T06:11:34.863Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:11:34.864Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_84Io6YrehkwxDKSn8REB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:11:34.864Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Node template pNF dcb7701c-ce54 0 is matching search criteria 2022-03-25T06:11:34.864Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-25T06:11:34.864Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF dcb7701c-ce54 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T06:11:34.864Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:11:34.864Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_84Io6YrehkwxDKSn8REB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:11:34.865Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Node template pNF dcb7701c-ce54 0 is matching search criteria 2022-03-25T06:11:34.865Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-25T06:11:34.865Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF dcb7701c-ce54 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T06:11:34.865Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:11:34.865Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_84Io6YrehkwxDKSn8REB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:11:34.865Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:11:34.865Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_84Io6YrehkwxDKSn8REB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:11:34.866Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:11:34.866Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_84Io6YrehkwxDKSn8REB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:11:34.866Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:11:34.866Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_84Io6YrehkwxDKSn8REB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:11:34.866Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:11:34.866Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_84Io6YrehkwxDKSn8REB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:11:34.867Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_84Io6YrehkwxDKSn8REB Description:catalog service description Model UUID:7dde9f81-8f49-42a1-9aa0-99937a71f099 Model Version:NULL Model InvariantUuid:ba7180de-2f13-4173-aea3-1f9c36e94579 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-25T06:11:34.873Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 28180ed3-17b8-4bd8-a78c-fd40a146939b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:11:34.875Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||pNF dcb7701c-ce54 0 2022-03-25T06:11:34.876Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 28180ed3-17b8-4bd8-a78c-fd40a146939b 2022-03-25T06:11:34.876Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 7dde9f81-8f49-42a1-9aa0-99937a71f099 2022-03-25T06:11:34.876Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 7dde9f81-8f49-42a1-9aa0-99937a71f099 2022-03-25T06:11:34.876Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF dcb7701c-ce54 0 28180ed3-17b8-4bd8-a78c-fd40a146939b ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:11:34.880Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c389a2c, org.onap.sdc.toscaparser.api.parameters.Input@5b86bc18, org.onap.sdc.toscaparser.api.parameters.Input@e09171b, org.onap.sdc.toscaparser.api.parameters.Input@720f6906, org.onap.sdc.toscaparser.api.parameters.Input@7a6e6491] 2022-03-25T06:11:34.880Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:11:34.880Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_84Io6YrehkwxDKSn8REB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:11:34.880Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 7dde9f81-8f49-42a1-9aa0-99937a71f099: pNF dcb7701c-ce54 2022-03-25T06:11:34.880Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||Processing PNF resource: 28180ed3-17b8-4bd8-a78c-fd40a146939b 2022-03-25T06:11:34.880Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:11:34.881Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_84Io6YrehkwxDKSn8REB is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:11:34.881Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||Resource customization UUID: 107df93c-e099-4294-94c2-015f05d83965 is the same as notified resource customizationUUID: 107df93c-e099-4294-94c2-015f05d83965 Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-25T06:11:34.916Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF dcb7701c-ce54 28180ed3-17b8-4bd8-a78c-fd40a146939b 0 ASDC deployResourceStructure 2022-03-25T06:11:34.917Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar ASDC sendASDCNotification 2022-03-25T06:11:34.917Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar 2022-03-25T06:11:34.917Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:11:34.917Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:11:34.919Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:11:34.919Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188694917, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:11:35.019Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:11:35.020Z||pool-65-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:11:35.021Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:11:35.057Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:11:35.057Z||pool-65-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:11:35.920Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:11:35.930Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:11:35.932Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T06:11:35.932Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T06:11:35.932Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T06:12:05.932Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:12:05.946Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:12:05.948Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T06:12:05.948Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T06:12:05.948Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T06:12:23.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:12:23.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:12:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:12:23.217Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:12:23.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:12:23.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188623179, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:12:23.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:12:23.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:12:23.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188626588, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:12:23.219Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:12:23.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:12:23.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188628387, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:12:23.219Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:12:23.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:12:23.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "24115d6d-5a95-4d0f-bb2c-7400ed1e3420", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188660970, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T06:12:23.220Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:12:23.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:12:23.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "policy-id", "timestamp": 1648188680947, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:12:23.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:12:23.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:12:23.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "policy-id", "timestamp": 1648188680947, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:12:23.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:12:35.948Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:12:35.959Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:12:35.960Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T06:12:35.961Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T06:12:35.961Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T06:13:05.961Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:13:05.972Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:13:05.974Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T06:13:05.974Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T06:13:05.974Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T06:13:23.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:13:23.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:13:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:13:23.210Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:13:23.211Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:13:23.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "cds", "timestamp": 1648188683256, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:13:23.212Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:13:35.976Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:13:35.988Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:13:35.990Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T06:13:35.990Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T06:13:35.990Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T06:14:05.991Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:14:06.002Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:14:06.004Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T06:14:06.004Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-25T06:14:06.004Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-25T06:14:23.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:14:23.189Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:14:23.189Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:14:23.211Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:14:23.226Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.226Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "policy-id", "timestamp": 1648188680947, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188683179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "multicloud-k8s-id", "timestamp": 1648188684403, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.228Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.228Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.228Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "cds", "timestamp": 1648188683256, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "policy-id", "timestamp": 1648188680947, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188683179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "multicloud-k8s-id", "timestamp": 1648188684403, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.229Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "cds", "timestamp": 1648188683256, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "policy-id", "timestamp": 1648188680947, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188683179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "multicloud-k8s-id", "timestamp": 1648188684403, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "cds", "timestamp": 1648188683256, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "ves-openapi-manager", "timestamp": 1648188685811, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "policy-id", "timestamp": 1648188680947, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188683179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.231Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "multicloud-k8s-id", "timestamp": 1648188684403, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "cds", "timestamp": 1648188683256, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "ves-openapi-manager", "timestamp": 1648188685811, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "policy-id", "timestamp": 1648188680947, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.232Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.232Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188683179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "multicloud-k8s-id", "timestamp": 1648188684403, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "cds", "timestamp": 1648188683256, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "ves-openapi-manager", "timestamp": 1648188685811, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.233Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.233Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.233Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "policy-id", "timestamp": 1648188680947, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:14:23.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188683179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "multicloud-k8s-id", "timestamp": 1648188684403, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "cds", "timestamp": 1648188683256, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "ves-openapi-manager", "timestamp": 1648188685811, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188683179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "multicloud-k8s-id", "timestamp": 1648188684403, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "cds", "timestamp": 1648188683256, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:14:23.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "ves-openapi-manager", "timestamp": 1648188685811, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188683179, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:14:23.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "multicloud-k8s-id", "timestamp": 1648188684403, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:14:23.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "policy-id", "timestamp": 1648188690942, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:14:23.237Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "ves-openapi-manager", "timestamp": 1648188685811, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-25T06:14:23.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "policy-id", "timestamp": 1648188691946, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:14:23.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "ves-openapi-manager", "timestamp": 1648188685811, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "cds", "timestamp": 1648188693191, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:14:23.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188693014, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:14:23.238Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "policy-id", "timestamp": 1648188692953, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:14:23.246Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf 2022-03-25T06:14:23.246Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:14:23.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "clamp", "timestamp": 1648188693836, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.256Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "ves-openapi-manager", "timestamp": 1648188685811, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.257Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.257Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.257Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "cds", "timestamp": 1648188694196, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:14:23.261Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf 2022-03-25T06:14:23.261Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:14:23.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "clamp", "timestamp": 1648188693836, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.269Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.269Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188694917, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:14:23.269Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.269Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "ves-openapi-manager", "timestamp": 1648188695252, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T06:14:23.270Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "clamp", "timestamp": 1648188693836, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.270Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "clamp", "timestamp": 1648188693836, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.270Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.270Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "ves-openapi-manager", "timestamp": 1648188696419, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-25T06:14:23.271Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "clamp", "timestamp": 1648188693836, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.271Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.271Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.271Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "ves-openapi-manager", "timestamp": 1648188697423, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:14:23.275Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf 2022-03-25T06:14:23.275Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:14:23.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188697574, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.282Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.282Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.282Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "clamp", "timestamp": 1648188693836, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.282Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "aai-ml", "timestamp": 1648188699075, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188697574, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "clamp", "timestamp": 1648188693836, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.283Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.283Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.283Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "aai-ml", "timestamp": 1648188699075, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188697574, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "clamp", "timestamp": 1648188693836, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:14:23.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "aai-ml", "timestamp": 1648188699075, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.284Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188697574, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "aai-ml", "timestamp": 1648188699075, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.285Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.285Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188697574, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.285Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "aai-ml", "timestamp": 1648188699075, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.286Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188697574, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.286Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "aai-ml", "timestamp": 1648188699075, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/resourceInstances/pnfdcb7701cce540/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.286Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.286Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.286Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188697574, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "clamp", "timestamp": 1648188705806, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:14:23.287Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "aai-ml", "timestamp": 1648188699075, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.287Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.287Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188697574, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:14:23.287Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "aai-ml", "timestamp": 1648188699075, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:14:23.288Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188706544, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:14:23.288Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "clamp", "timestamp": 1648188707821, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:14:23.288Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.288Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.288Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "aai-ml", "timestamp": 1648188707859, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:14:23.288Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.289Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.289Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "clamp", "timestamp": 1648188708829, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:14:23.293Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf 2022-03-25T06:14:23.293Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:14:23.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188708464, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:14:23.300Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188709467, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:14:23.304Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf 2022-03-25T06:14:23.304Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:14:23.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "aai-ml", "timestamp": 1648188713932, "artifactURL": "/sdc/v1/catalog/services/DemoPnf84io6yrehkwxdksn8reb/1.0/artifacts/service-DemoPnf84io6yrehkwxdksn8reb-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:14:23.312Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "aai-ml", "timestamp": 1648188714936, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:14:23.316Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf 2022-03-25T06:14:23.316Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:14:23.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "cds", "timestamp": 1648188713256, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.323Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "policy-id", "timestamp": 1648188720947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.323Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.323Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "clamp", "timestamp": 1648188723836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "cds", "timestamp": 1648188713256, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "policy-id", "timestamp": 1648188720947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.324Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "multicloud-k8s-id", "timestamp": 1648188724403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.324Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.324Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "clamp", "timestamp": 1648188723836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "cds", "timestamp": 1648188713256, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "policy-id", "timestamp": 1648188720947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.325Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.325Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "multicloud-k8s-id", "timestamp": 1648188724403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-25T06:14:23.325Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "clamp", "timestamp": 1648188723836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "cds", "timestamp": 1648188713256, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "policy-id", "timestamp": 1648188720947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.326Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "multicloud-k8s-id", "timestamp": 1648188724403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-25T06:14:23.326Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.326Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "clamp", "timestamp": 1648188723836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-25T06:14:23.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "cds", "timestamp": 1648188713256, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "policy-id", "timestamp": 1648188720947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-25T06:14:23.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.327Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.327Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "ves-openapi-manager", "timestamp": 1648188725810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.327Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "multicloud-k8s-id", "timestamp": 1648188724403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-25T06:14:23.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "clamp", "timestamp": 1648188723836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "cds", "timestamp": 1648188713256, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.328Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.328Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.328Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "policy-id", "timestamp": 1648188720947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "ves-openapi-manager", "timestamp": 1648188725810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "multicloud-k8s-id", "timestamp": 1648188724403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-25T06:14:23.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "clamp", "timestamp": 1648188723836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.329Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.329Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188727576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.329Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "cds", "timestamp": 1648188713256, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "policy-id", "timestamp": 1648188720947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "ves-openapi-manager", "timestamp": 1648188725810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "aai-ml", "timestamp": 1648188729074, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.330Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "multicloud-k8s-id", "timestamp": 1648188724403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "clamp", "timestamp": 1648188723836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "cds", "timestamp": 1648188713256, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188727576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.331Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.331Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.331Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "policy-id", "timestamp": 1648188720947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "ves-openapi-manager", "timestamp": 1648188725810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "aai-ml", "timestamp": 1648188729074, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "multicloud-k8s-id", "timestamp": 1648188724403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-25T06:14:23.332Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.332Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.332Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "clamp", "timestamp": 1648188723836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188727576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "cds", "timestamp": 1648188713256, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:14:23.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "policy-id", "timestamp": 1648188720947, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:14:23.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.333Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.333Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "ves-openapi-manager", "timestamp": 1648188725810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.333Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "aai-ml", "timestamp": 1648188729074, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "multicloud-k8s-id", "timestamp": 1648188724403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "clamp", "timestamp": 1648188723836, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:14:23.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.334Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188727576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.334Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.334Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "ves-openapi-manager", "timestamp": 1648188725810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "cds", "timestamp": 1648188732297, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:14:23.335Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "aai-ml", "timestamp": 1648188729074, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.335Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.335Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.335Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "policy-id", "timestamp": 1648188731855, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:14:23.335Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "multicloud-k8s-id", "timestamp": 1648188724403, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:14:23.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188727576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "ves-openapi-manager", "timestamp": 1648188725810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.336Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.336Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.336Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "cds", "timestamp": 1648188733302, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:14:23.348Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bd6a12d6-ab8c-4c0e-b950-29cc025f21c6 2022-03-25T06:14:23.348Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd6a12d6-ab8c-4c0e-b950-29cc025f21c6 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:14:23.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "aai-ml", "timestamp": 1648188729074, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "policy-id", "timestamp": 1648188732860, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:14:23.355Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188727576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "multicloud-k8s-id", "timestamp": 1648188734348, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T06:14:23.355Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "ves-openapi-manager", "timestamp": 1648188725810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "aai-ml", "timestamp": 1648188729074, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "policy-id", "timestamp": 1648188733862, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:14:23.360Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd6a12d6-ab8c-4c0e-b950-29cc025f21c6 2022-03-25T06:14:23.360Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd6a12d6-ab8c-4c0e-b950-29cc025f21c6 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:14:23.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188727576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "cds", "timestamp": 1648188734305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.369Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "multicloud-k8s-id", "timestamp": 1648188735628, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-25T06:14:23.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "ves-openapi-manager", "timestamp": 1648188725810, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "aai-ml", "timestamp": 1648188729074, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188727576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "cds", "timestamp": 1648188734305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "ves-openapi-manager", "timestamp": 1648188725810, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "multicloud-k8s-id", "timestamp": 1648188736683, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T06:14:23.372Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "aai-ml", "timestamp": 1648188729074, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188727576, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:14:23.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "cds", "timestamp": 1648188734305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "ves-openapi-manager", "timestamp": 1648188725810, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "multicloud-k8s-id", "timestamp": 1648188737747, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-25T06:14:23.373Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.373Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "aai-ml", "timestamp": 1648188729074, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:14:23.373Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188737345, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:14:23.374Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "cds", "timestamp": 1648188734305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "ves-openapi-manager", "timestamp": 1648188725810, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.374Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "multicloud-k8s-id", "timestamp": 1648188738831, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:14:23.378Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bd6a12d6-ab8c-4c0e-b950-29cc025f21c6 2022-03-25T06:14:23.379Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd6a12d6-ab8c-4c0e-b950-29cc025f21c6 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-25T06:14:23.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "aai-ml", "timestamp": 1648188738816, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:14:23.384Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "cds", "timestamp": 1648188734305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.384Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.384Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "ves-openapi-manager", "timestamp": 1648188725810, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.384Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "multicloud-k8s-id", "timestamp": 1648188739841, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T06:14:23.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "cds", "timestamp": 1648188734305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188739606, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:14:23.385Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.385Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "ves-openapi-manager", "timestamp": 1648188725810, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.385Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.385Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "multicloud-k8s-id", "timestamp": 1648188724403, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "cds", "timestamp": 1648188734305, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:14:23.386Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.386Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.386Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188740610, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:14:23.390Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bd6a12d6-ab8c-4c0e-b950-29cc025f21c6 2022-03-25T06:14:23.390Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd6a12d6-ab8c-4c0e-b950-29cc025f21c6 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:14:23.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "ves-openapi-manager", "timestamp": 1648188725810, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "multicloud-k8s-id", "timestamp": 1648188724403, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-25T06:14:23.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188727576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "ves-openapi-manager", "timestamp": 1648188725810, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "policy-id", "timestamp": 1648188740947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "clamp", "timestamp": 1648188742814, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:14:23.398Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "multicloud-k8s-id", "timestamp": 1648188724403, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T06:14:23.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "cds", "timestamp": 1648188742581, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:14:23.399Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:14:23.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188727576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "policy-id", "timestamp": 1648188740947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:23.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:14:23.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "multicloud-k8s-id", "timestamp": 1648188724403, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:14:23.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:14:36.004Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:14:36.016Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:14:36.019Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T06:14:36.019Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T06:14:36.019Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T06:14:36.019Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T06:14:36.020Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:14:36.020Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:14:36.020Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:14:36.020Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:14:36.020Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:14:36.020Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:14:36.020Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:14:36.020Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:14:36.025Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T06:15:06.025Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-25T06:15:06.033Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf and serviceModelVersionId: 7dde9f81-8f49-42a1-9aa0-99937a71f099 2022-03-25T06:15:06.033Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ba7180de-2f13-4173-aea3-1f9c36e94579 2022-03-25T06:15:06.035Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ba7180de-2f13-4173-aea3-1f9c36e94579/model-vers/model-ver/7dde9f81-8f49-42a1-9aa0-99937a71f099?depth=0 2022-03-25T06:15:06.045Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T06:15:06.126Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba7180de-2f13-4173-aea3-1f9c36e94579/model-vers/model-ver/7dde9f81-8f49-42a1-9aa0-99937a71f099?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-25T06:15:06.130Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba7180de-2f13-4173-aea3-1f9c36e94579/model-vers/model-ver/7dde9f81-8f49-42a1-9aa0-99937a71f099?depth=0|INFO|500||Invoke 2022-03-25T06:15:06.153Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba7180de-2f13-4173-aea3-1f9c36e94579/model-vers/model-ver/7dde9f81-8f49-42a1-9aa0-99937a71f099?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T06:15:06.680Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba7180de-2f13-4173-aea3-1f9c36e94579/model-vers/model-ver/7dde9f81-8f49-42a1-9aa0-99937a71f099?depth=0|INFO|500||InvokeReturn 2022-03-25T06:15:06.680Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ba7180de-2f13-4173-aea3-1f9c36e94579/model-vers/model-ver/7dde9f81-8f49-42a1-9aa0-99937a71f099?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220325-06:15:06:192-14959], vertex-id=[413744], Content-Length=[0], Date=[Fri, 25 Mar 2022 06:15:06 GMT], Content-Type=[application/json]} 2022-03-25T06:15:06.681Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-03-25T06:15:06.682Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T06:15:06.682Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:15:06.687Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T06:15:06.687Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1ccab623-9a00-4d88-a92f-e4ae9f24d7cf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T06:15:06.687Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T06:15:06.688Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:15:06.690Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:15:06.690Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188906687, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T06:15:06.791Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:15:06.792Z||pool-66-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:15:06.792Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:15:06.807Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:06.807Z||pool-66-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T06:15:07.704Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:15:07.706Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:15:07.706Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|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 el6TLgIcns7v7BDr) ... 2022-03-25T06:15:12.062Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:12.064Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T06:15:12.064Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"bd6a12d6-ab8c-4c0e-b950-29cc025f21c6","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"d2d5150c-b52e-447e-8d53-55afb9bc14b3","serviceDescription":"service","serviceInvariantUUID":"0bbed49e-4db3-4f53-9ac3-f11dd4c29740","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"238ca106-fc2b-4b65-855c-d992f5b6f37a","resourceInvariantUUID":"ab539a82-353c-49fc-9c62-4c9e2bde7132","resourceCustomizationUUID":"4c643d88-6c28-4c11-8905-6ca07c144823","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":"N2JlODJhNDJiNjdlZTljM2QwZDczMDg5YTg1MmE0Y2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"5eb4cfd7-bc35-4add-b889-d962ad5730cc","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":"5fc88d9b-55b5-496c-b68f-06448a167e09","artifactVersion":"2","generatedFromUUID":"598b5239-0d2b-4eb2-b7e8-468d3713de36"},{"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":"598b5239-0d2b-4eb2-b7e8-468d3713de36","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":"YjA0M2ZkY2I3NWU4ZTA0N2U2YTZlNzlkZDBkYjI4OWY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"41d995da-b7f6-41ad-b434-772b650dd8e3","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":"20e23722-aea9-48ec-bb34-bde2d032cc6e","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":"0ca47af6-48ea-4feb-a185-2897e351a3af","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":"dc48dc1c-ea52-4e76-89b0-0d55fe367471","artifactVersion":"2","generatedFromUUID":"20e23722-aea9-48ec-bb34-bde2d032cc6e"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"ZGVhOTJkY2JlMTk4MWZiNTJjYTIzM2IyNzY0MGU3ZDk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ca390422-7772-46ef-9c3e-eaba4221061c","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"N2M5NTgxOGQzZjgwMjMyZTIzMjZlY2IwZDFjMDQ3ZTQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"c94175b4-4f00-4978-a1f4-abfaad8bf21c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T06:15:12.066Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:15:12.067Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:15:12.069Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:15:12.069Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:12.169Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:15:12.170Z||pool-67-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:15:12.170Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:15:12.180Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:12.181Z||pool-67-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:15:13.069Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:15:13.072Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:15:13.075Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:15:13.075Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-25T06:15:13.175Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:15:13.176Z||pool-68-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:15:13.176Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:15:13.188Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:13.188Z||pool-68-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:15:14.075Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:15:14.076Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:15:14.078Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:15:14.078Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-25T06:15:14.178Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:15:14.179Z||pool-69-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:15:14.179Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:15:14.190Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:14.190Z||pool-69-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:15:15.079Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:15:15.080Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:15:15.081Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:15:15.082Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-25T06:15:15.182Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:15:15.183Z||pool-70-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:15:15.183Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:15:15.193Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:15.193Z||pool-70-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:15:16.082Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:15:16.083Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:15:16.086Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:15:16.086Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-25T06:15:16.186Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:15:16.187Z||pool-71-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:15:16.187Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:15:16.198Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:16.198Z||pool-71-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:15:17.086Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:15:17.087Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:15:17.089Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:15:17.089Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:17.189Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:15:17.190Z||pool-72-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:15:17.190Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:15:17.199Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:17.199Z||pool-72-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-25T06:15:18.089Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:15:18.090Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:15:18.092Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:15:18.092Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-25T06:15:18.193Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:15:18.194Z||pool-73-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:15:18.194Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:15:18.204Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:18.204Z||pool-73-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:15:19.093Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:15:19.094Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:15:19.097Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:15:19.097Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:19.198Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-25T06:15:19.199Z||pool-74-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:15:19.199Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:15:19.213Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:19.214Z||pool-74-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:15:20.098Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:15:20.099Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:15:20.101Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:15:20.101Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:15:20.201Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:15:20.203Z||pool-75-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:15:20.203Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:15:20.214Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:20.215Z||pool-75-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:15:21.103Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "d2d5150c-b52e-447e-8d53-55afb9bc14b3", "serviceDescription": "service", "serviceInvariantUUID": "0bbed49e-4db3-4f53-9ac3-f11dd4c29740", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "4c643d88-6c28-4c11-8905-6ca07c144823", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "238ca106-fc2b-4b65-855c-d992f5b6f37a", "resourceInvariantUUID": "ab539a82-353c-49fc-9c62-4c9e2bde7132", "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": "5fc88d9b-55b5-496c-b68f-06448a167e09", "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": "598b5239-0d2b-4eb2-b7e8-468d3713de36", "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": "YjA0M2ZkY2I3NWU4ZTA0N2U2YTZlNzlkZDBkYjI4OWY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "41d995da-b7f6-41ad-b434-772b650dd8e3", "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": "20e23722-aea9-48ec-bb34-bde2d032cc6e", "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": "dc48dc1c-ea52-4e76-89b0-0d55fe367471", "generatedFromUUID": "20e23722-aea9-48ec-bb34-bde2d032cc6e" }, "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": "dc48dc1c-ea52-4e76-89b0-0d55fe367471", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "N2M5NTgxOGQzZjgwMjMyZTIzMjZlY2IwZDFjMDQ3ZTQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "c94175b4-4f00-4978-a1f4-abfaad8bf21c" } ], "workloadContext": "Production" } 2022-03-25T06:15:21.103Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T06:15:21.103Z|1ccab623-9a00-4d88-a92f-e4ae9f24d7cf|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 d2d5150c-b52e-447e-8d53-55afb9bc14b3 ASDC 2022-03-25T06:15:21.104Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:bd6a12d6-ab8c-4c0e-b950-29cc025f21c6 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:d2d5150c-b52e-447e-8d53-55afb9bc14b3 ServiceInvariantUUID:0bbed49e-4db3-4f53-9ac3-f11dd4c29740 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:c94175b4-4f00-4978-a1f4-abfaad8bf21c ArtifactChecksum:N2M5NTgxOGQzZjgwMjMyZTIzMjZlY2IwZDFjMDQ3ZTQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:4c643d88-6c28-4c11-8905-6ca07c144823 ResourceInvariantUUID:ab539a82-353c-49fc-9c62-4c9e2bde7132 ResourceName:basic_cnf ResourceType:VF ResourceUUID:238ca106-fc2b-4b65-855c-d992f5b6f37a 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:5fc88d9b-55b5-496c-b68f-06448a167e09 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:598b5239-0d2b-4eb2-b7e8-468d3713de36 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:41d995da-b7f6-41ad-b434-772b650dd8e3 ArtifactChecksum:YjA0M2ZkY2I3NWU4ZTA0N2U2YTZlNzlkZDBkYjI4OWY= 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:20e23722-aea9-48ec-bb34-bde2d032cc6e 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:dc48dc1c-ea52-4e76-89b0-0d55fe367471 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:dc48dc1c-ea52-4e76-89b0-0d55fe367471 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-25T06:15:21.104Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d2d5150c-b52e-447e-8d53-55afb9bc14b3 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T06:15:21.136Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T06:15:21.137Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-25T06:15:21.137Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-25T06:15:21.137Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c94175b4-4f00-4978-a1f4-abfaad8bf21c from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-25T06:15:21.137Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-25T06:15:21.137Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-25T06:15:21.294Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-25T06:15:21.297Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar c94175b4-4f00-4978-a1f4-abfaad8bf21c 68949 2022-03-25T06:15:21.298Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-25T06:15:21.298Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-25T06:15:21.298Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:15:21.298Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:15:21.300Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:15:21.301Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188921298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:21.401Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T06:15:21.401Z||pool-76-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:15:21.402Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:15:21.410Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:21.411Z||pool-76-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:15:22.301Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T06:15:22.303Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-25T06:15:22.304Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: c94175b4-4f00-4978-a1f4-abfaad8bf21c, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T06:15:22.304Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-25T06:15:22.305Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T06:15:22.305Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T06:15:22.441Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12810923222922755132/Definitions/service-BasicCnf-template.yml 2022-03-25T06:15:23.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:15:23.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:15:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:15:23.202Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:23.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "cds", "timestamp": 1648188743585, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:15:23.227Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 745db3b9-468e-4172-96a0-9abae614fce0 2022-03-25T06:15:23.227Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 745db3b9-468e-4172-96a0-9abae614fce0 and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:15:23.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188727576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "policy-id", "timestamp": 1648188740947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T06:15:23.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "clamp", "timestamp": 1648188744824, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:15:23.235Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "multicloud-k8s-id", "timestamp": 1648188724403, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-25T06:15:23.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188727576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "policy-id", "timestamp": 1648188740947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "clamp", "timestamp": 1648188745829, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:15:23.240Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bd6a12d6-ab8c-4c0e-b950-29cc025f21c6 2022-03-25T06:15:23.241Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd6a12d6-ab8c-4c0e-b950-29cc025f21c6 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:15:23.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "multicloud-k8s-id", "timestamp": 1648188724403, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188727576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "policy-id", "timestamp": 1648188740947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "multicloud-k8s-id", "timestamp": 1648188724403, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:15:23.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188727576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "policy-id", "timestamp": 1648188740947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "multicloud-k8s-id", "timestamp": 1648188748186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:23.249Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.249Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188727576, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:15:23.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "policy-id", "timestamp": 1648188740947, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:15:23.250Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "multicloud-k8s-id", "timestamp": 1648188749723, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:23.250Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188748962, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:23.250Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "aai-ml", "timestamp": 1648188750232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:15:23.250Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.250Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "policy-id", "timestamp": 1648188749399, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:23.251Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.251Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.251Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "aai-ml", "timestamp": 1648188751237, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:15:23.256Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bd6a12d6-ab8c-4c0e-b950-29cc025f21c6 2022-03-25T06:15:23.257Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId bd6a12d6-ab8c-4c0e-b950-29cc025f21c6 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:15:23.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "policy-id", "timestamp": 1648188750404, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:15:23.264Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "multicloud-k8s-id", "timestamp": 1648188751722, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:23.264Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188751346, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:15:23.264Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "aai-ml", "timestamp": 1648188729074, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "policy-id", "timestamp": 1648188751408, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:15:23.269Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 745db3b9-468e-4172-96a0-9abae614fce0 2022-03-25T06:15:23.269Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 745db3b9-468e-4172-96a0-9abae614fce0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:15:23.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "multicloud-k8s-id", "timestamp": 1648188752760, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:15:23.280Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 745db3b9-468e-4172-96a0-9abae614fce0 2022-03-25T06:15:23.280Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 745db3b9-468e-4172-96a0-9abae614fce0 and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-25T06:15:23.284Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.284Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188752350, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:15:23.290Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 745db3b9-468e-4172-96a0-9abae614fce0 2022-03-25T06:15:23.290Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 745db3b9-468e-4172-96a0-9abae614fce0 and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:15:23.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "aai-ml", "timestamp": 1648188729074, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.297Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "multicloud-k8s-id", "timestamp": 1648188753765, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T06:15:23.297Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.297Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.297Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "clamp", "timestamp": 1648188753836, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "aai-ml", "timestamp": 1648188729074, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "clamp", "timestamp": 1648188753836, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-25T06:15:23.298Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.298Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.298Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "aai-ml", "timestamp": 1648188729074, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "clamp", "timestamp": 1648188753836, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "aai-ml", "timestamp": 1648188729074, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "ves-openapi-manager", "timestamp": 1648188745810, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "multicloud-k8s-id", "timestamp": 1648188754769, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.299Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.299Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.299Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "clamp", "timestamp": 1648188753836, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "aai-ml", "timestamp": 1648188729074, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "ves-openapi-manager", "timestamp": 1648188745810, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.300Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "multicloud-k8s-id", "timestamp": 1648188754769, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.300Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.300Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "clamp", "timestamp": 1648188753836, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "aai-ml", "timestamp": 1648188729074, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:15:23.301Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.301Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.301Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "ves-openapi-manager", "timestamp": 1648188745810, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.302Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "multicloud-k8s-id", "timestamp": 1648188754769, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.302Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.302Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.303Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188757574, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "clamp", "timestamp": 1648188753836, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "cds", "timestamp": 1648188758256, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.304Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.304Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.304Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "aai-ml", "timestamp": 1648188759536, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:23.305Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "ves-openapi-manager", "timestamp": 1648188745810, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "multicloud-k8s-id", "timestamp": 1648188754769, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.305Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.305Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188757574, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.305Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "clamp", "timestamp": 1648188753836, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:15:23.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "cds", "timestamp": 1648188758256, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.306Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.306Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "ves-openapi-manager", "timestamp": 1648188745810, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.306Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "multicloud-k8s-id", "timestamp": 1648188754769, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188757574, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.307Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.307Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "cds", "timestamp": 1648188758256, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.307Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "ves-openapi-manager", "timestamp": 1648188745810, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "multicloud-k8s-id", "timestamp": 1648188754769, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.308Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188757574, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.308Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.308Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "cds", "timestamp": 1648188758256, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "policy-id", "timestamp": 1648188760947, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.309Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.309Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.309Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "ves-openapi-manager", "timestamp": 1648188745810, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-25T06:15:23.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "multicloud-k8s-id", "timestamp": 1648188754769, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.310Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.310Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188757574, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.310Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "cds", "timestamp": 1648188758256, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "policy-id", "timestamp": 1648188760947, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.311Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.311Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.311Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "ves-openapi-manager", "timestamp": 1648188745810, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "multicloud-k8s-id", "timestamp": 1648188754769, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.312Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.312Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188757574, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.312Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.313Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "cds", "timestamp": 1648188758256, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.313Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.313Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "policy-id", "timestamp": 1648188760947, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "ves-openapi-manager", "timestamp": 1648188745810, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.314Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.314Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "multicloud-k8s-id", "timestamp": 1648188754769, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:15:23.314Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188757574, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "cds", "timestamp": 1648188758256, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "policy-id", "timestamp": 1648188760947, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "clamp", "timestamp": 1648188765874, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:23.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "ves-openapi-manager", "timestamp": 1648188764975, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:23.315Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188757574, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.315Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.315Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.315Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "cds", "timestamp": 1648188758256, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "policy-id", "timestamp": 1648188760947, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.316Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.316Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.316Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "aai-ml", "timestamp": 1648188766645, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:15:23.316Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "ves-openapi-manager", "timestamp": 1648188766003, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-25T06:15:23.317Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188757574, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:15:23.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "cds", "timestamp": 1648188758256, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:15:23.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "policy-id", "timestamp": 1648188760947, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.317Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "clamp", "timestamp": 1648188767829, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:15:23.317Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.317Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.317Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "aai-ml", "timestamp": 1648188767649, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:15:23.323Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 745db3b9-468e-4172-96a0-9abae614fce0 2022-03-25T06:15:23.323Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 745db3b9-468e-4172-96a0-9abae614fce0 and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:15:23.330Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.330Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "ves-openapi-manager", "timestamp": 1648188767007, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:15:23.341Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of cc6854ad-b271-40be-9926-ccfb4eeaa1cc 2022-03-25T06:15:23.341Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc6854ad-b271-40be-9926-ccfb4eeaa1cc and ComponentName Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:15:23.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188767408, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:23.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "cds", "timestamp": 1648188767979, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:23.354Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "policy-id", "timestamp": 1648188760947, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "clamp", "timestamp": 1648188768835, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:15:23.358Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 745db3b9-468e-4172-96a0-9abae614fce0 2022-03-25T06:15:23.358Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 745db3b9-468e-4172-96a0-9abae614fce0 and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:15:23.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "aai-ml", "timestamp": 1648188768654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.388Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.388Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "policy-id", "timestamp": 1648188760947, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188769312, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:15:23.389Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "aai-ml", "timestamp": 1648188768654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.389Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.389Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.389Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "policy-id", "timestamp": 1648188760947, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:15:23.390Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.390Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.390Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "cds", "timestamp": 1648188770398, "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-03-25T06:15:23.395Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of cc6854ad-b271-40be-9926-ccfb4eeaa1cc 2022-03-25T06:15:23.395Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc6854ad-b271-40be-9926-ccfb4eeaa1cc and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:15:23.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188770316, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:15:23.409Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of cc6854ad-b271-40be-9926-ccfb4eeaa1cc 2022-03-25T06:15:23.409Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc6854ad-b271-40be-9926-ccfb4eeaa1cc and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:15:23.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "aai-ml", "timestamp": 1648188768654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "multicloud-k8s-id", "timestamp": 1648188766041, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "ves-openapi-manager", "timestamp": 1648188768010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "policy-id", "timestamp": 1648188770685, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:23.418Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "aai-ml", "timestamp": 1648188768654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "multicloud-k8s-id", "timestamp": 1648188766041, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-25T06:15:23.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "ves-openapi-manager", "timestamp": 1648188768010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.419Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "policy-id", "timestamp": 1648188771689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:15:23.420Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "aai-ml", "timestamp": 1648188768654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "multicloud-k8s-id", "timestamp": 1648188766041, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T06:15:23.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "ves-openapi-manager", "timestamp": 1648188768010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "policy-id", "timestamp": 1648188772692, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:15:23.425Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of cc6854ad-b271-40be-9926-ccfb4eeaa1cc 2022-03-25T06:15:23.425Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc6854ad-b271-40be-9926-ccfb4eeaa1cc and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:15:23.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "cds", "timestamp": 1648188773258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.431Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "aai-ml", "timestamp": 1648188768654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "multicloud-k8s-id", "timestamp": 1648188766041, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "ves-openapi-manager", "timestamp": 1648188768010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "cds", "timestamp": 1648188773258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "aai-ml", "timestamp": 1648188768654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "ves-openapi-manager", "timestamp": 1648188768010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "multicloud-k8s-id", "timestamp": 1648188766041, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-25T06:15:23.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "cds", "timestamp": 1648188773258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.434Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "aai-ml", "timestamp": 1648188768654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "ves-openapi-manager", "timestamp": 1648188768010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.435Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "multicloud-k8s-id", "timestamp": 1648188766041, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "cds", "timestamp": 1648188773258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.436Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.436Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.436Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "aai-ml", "timestamp": 1648188768654, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:15:23.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "ves-openapi-manager", "timestamp": 1648188768010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.437Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.437Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.437Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "multicloud-k8s-id", "timestamp": 1648188766041, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "cds", "timestamp": 1648188773258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.438Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.438Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "multicloud-k8s-id", "timestamp": 1648188766041, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:15:23.438Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "ves-openapi-manager", "timestamp": 1648188768010, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.439Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "aai-ml", "timestamp": 1648188778751, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:23.439Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "cds", "timestamp": 1648188773258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "cds", "timestamp": 1648188773258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "multicloud-k8s-id", "timestamp": 1648188781006, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:23.440Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "cds", "timestamp": 1648188773258, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:15:23.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "policy-id", "timestamp": 1648188780947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.441Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "multicloud-k8s-id", "timestamp": 1648188783033, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:23.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "cds", "timestamp": 1648188782500, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:23.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "policy-id", "timestamp": 1648188780947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "multicloud-k8s-id", "timestamp": 1648188784332, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:23.442Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "cds", "timestamp": 1648188783743, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:15:23.453Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 5b0789ef-dd44-41fe-b89c-79f8cdc7310c 2022-03-25T06:15:23.453Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b0789ef-dd44-41fe-b89c-79f8cdc7310c and ComponentName cds Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:15:23.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "clamp", "timestamp": 1648188783836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "policy-id", "timestamp": 1648188780947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T06:15:23.460Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.460Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.460Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "aai-ml", "timestamp": 1648188784571, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:15:23.461Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.461Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.461Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "multicloud-k8s-id", "timestamp": 1648188785363, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:15:23.464Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b0789ef-dd44-41fe-b89c-79f8cdc7310c 2022-03-25T06:15:23.464Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b0789ef-dd44-41fe-b89c-79f8cdc7310c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:15:23.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "clamp", "timestamp": 1648188783836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "policy-id", "timestamp": 1648188780947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "aai-ml", "timestamp": 1648188785575, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:15:23.475Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of cc6854ad-b271-40be-9926-ccfb4eeaa1cc 2022-03-25T06:15:23.475Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc6854ad-b271-40be-9926-ccfb4eeaa1cc and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:15:23.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "multicloud-k8s-id", "timestamp": 1648188786367, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T06:15:23.481Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "clamp", "timestamp": 1648188783836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "policy-id", "timestamp": 1648188780947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "clamp", "timestamp": 1648188783836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "policy-id", "timestamp": 1648188780947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "clamp", "timestamp": 1648188783836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "policy-id", "timestamp": 1648188780947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188787574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "clamp", "timestamp": 1648188783836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "policy-id", "timestamp": 1648188780947, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:15:23.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "aai-ml", "timestamp": 1648188789074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188787574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "clamp", "timestamp": 1648188783836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "aai-ml", "timestamp": 1648188789074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188787574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "policy-id", "timestamp": 1648188790037, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:23.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "clamp", "timestamp": 1648188783836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "aai-ml", "timestamp": 1648188789074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188787574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "policy-id", "timestamp": 1648188791040, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:15:23.488Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "clamp", "timestamp": 1648188783836, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:15:23.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "aai-ml", "timestamp": 1648188789074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188787574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "policy-id", "timestamp": 1648188792043, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:15:23.493Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 5b0789ef-dd44-41fe-b89c-79f8cdc7310c 2022-03-25T06:15:23.493Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b0789ef-dd44-41fe-b89c-79f8cdc7310c and ComponentName POLICY Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: update watchdog_per_component_distribution_status set COMPONENT_DISTRIBUTION_STATUS=?, MODIFY_TIME=? where COMPONENT_NAME=? and DISTRIBUTION_ID=? 2022-03-25T06:15:23.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "aai-ml", "timestamp": 1648188789074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188787574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.498Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.498Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "aai-ml", "timestamp": 1648188789074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.498Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188787574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "aai-ml", "timestamp": 1648188789074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:15:23.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.499Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188787574, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:15:23.499Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.499Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "aai-ml", "timestamp": 1648188789074, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:15:23.500Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:15:23.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188796363, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:23.500Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.500Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "aai-ml", "timestamp": 1648188797787, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:23.500Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.500Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188798678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:15:23.501Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.501Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.501Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648188799681, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "SDNC" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:15:23.505Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5b0789ef-dd44-41fe-b89c-79f8cdc7310c 2022-03-25T06:15:23.505Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b0789ef-dd44-41fe-b89c-79f8cdc7310c and ComponentName SDNC Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:15:23.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "clamp", "timestamp": 1648188800827, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:23.511Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "clamp", "timestamp": 1648188802839, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:15:23.511Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:15:23.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:15:23.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "clamp", "timestamp": 1648188803844, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:15:23.515Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of cc6854ad-b271-40be-9926-ccfb4eeaa1cc 2022-03-25T06:15:23.515Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId cc6854ad-b271-40be-9926-ccfb4eeaa1cc and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:15:23.531Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T06:15:23.531Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-25T06:15:23.531Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T06:15:23.531Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-25T06:15:23.531Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T06:15:23.531Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T06:15:23.532Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T06:15:23.532Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-25T06:15:23.532Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-25T06:15:23.532Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:23.532Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:15:23.532Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T06:15:23.532Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-25T06:15:23.533Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T06:15:23.533Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:23.533Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:15:23.533Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T06:15:23.533Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-25T06:15:23.533Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T06:15:23.533Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:23.533Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:15:23.534Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:23.534Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-25T06:15:23.534Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-25T06:15:23.534Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-25T06:15:23.534Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-25T06:15:23.534Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:23.534Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T06:15:23.535Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:23.535Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T06:15:23.535Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:15:23.535Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:23.535Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T06:15:23.535Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:15:23.535Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:23.536Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T06:15:23.536Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:15:23.536Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:23.536Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-25T06:15:23.536Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-25T06:15:23.536Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=431c1162-0305-4754-ba73-9ebb2d7caf14 2022-03-25T06:15:23.536Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:23.537Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:15:23.537Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:23.537Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:15:23.537Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:23.537Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:15:23.537Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:23.537Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:15:23.537Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:d2d5150c-b52e-447e-8d53-55afb9bc14b3 Model Version:NULL Model InvariantUuid:0bbed49e-4db3-4f53-9ac3-f11dd4c29740 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:c02abcc9-33a1-4db1-83f2-1d16ff7b21ec Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:ab539a82-353c-49fc-9c62-4c9e2bde7132 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:4c643d88-6c28-4c11-8905-6ca07c144823 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:871f7e2b-0251-4dbc-a967-1a3d47d9368d ModelName:BasicCnf..base_dummy..module-0 ModelUuid:acbf8d3c-71a5-4ebb-a4cb-2634fb3dc8e9 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:431c1162-0305-4754-ba73-9ebb2d7caf14 ModelInvariantUuid:21902fb7-9cd1-46ee-9dc1-4dc03628669e ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:17f23157-2dc9-4ba8-9cab-a6e62066ebbe ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:3f7780b3-1066-4765-aa92-54abb331b1ac ModelInvariantUuid:16b72965-1825-473c-a372-2561b9347940 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:d7acf272-8e5e-4416-9dc5-ca3a5216451a ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-25T06:15:23.542Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 238ca106-fc2b-4b65-855c-d992f5b6f37a Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:15:23.545Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||basic_cnf 0 2022-03-25T06:15:23.545Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 238ca106-fc2b-4b65-855c-d992f5b6f37a 2022-03-25T06:15:23.545Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 5fc88d9b-55b5-496c-b68f-06448a167e09 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-25T06:15:23.545Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-25T06:15:23.546Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-25T06:15:24.157Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-25T06:15:24.157Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 5fc88d9b-55b5-496c-b68f-06448a167e09 12 2022-03-25T06:15:24.157Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-25T06:15:24.158Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-25T06:15:24.158Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:15:24.158Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:15:24.161Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:15:24.161Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188924157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:24.261Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:15:24.262Z||pool-77-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:15:24.262Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:15:24.272Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:24.272Z||pool-77-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:15:25.161Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 598b5239-0d2b-4eb2-b7e8-468d3713de36 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-25T06:15:25.162Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-25T06:15:25.162Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-25T06:15:25.487Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-25T06:15:25.488Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 598b5239-0d2b-4eb2-b7e8-468d3713de36 2688 2022-03-25T06:15:25.488Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-25T06:15:25.488Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-25T06:15:25.488Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:15:25.488Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:15:25.490Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:15:25.490Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188925488, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:25.590Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:15:25.591Z||pool-78-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:15:25.591Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:15:25.601Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:25.601Z||pool-78-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:15:26.492Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 41d995da-b7f6-41ad-b434-772b650dd8e3 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-25T06:15:26.492Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-25T06:15:26.492Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-25T06:15:26.977Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-25T06:15:26.977Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 41d995da-b7f6-41ad-b434-772b650dd8e3 828 2022-03-25T06:15:26.978Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-25T06:15:26.978Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-25T06:15:26.978Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:15:26.978Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:15:26.980Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:15:26.980Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188926978, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:27.080Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:15:27.082Z||pool-79-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:15:27.082Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:15:27.090Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:27.091Z||pool-79-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:15:27.981Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "871f7e2b-0251-4dbc-a967-1a3d47d9368d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "acbf8d3c-71a5-4ebb-a4cb-2634fb3dc8e9", "vfModuleModelCustomizationUUID": "560f9ac6-515f-46c4-bcaf-ad8eda4a2cfb", "isBase": true, "artifacts": [ "598b5239-0d2b-4eb2-b7e8-468d3713de36", "20e23722-aea9-48ec-bb34-bde2d032cc6e", "dc48dc1c-ea52-4e76-89b0-0d55fe367471" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T06:15:27.985Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:acbf8d3c-71a5-4ebb-a4cb-2634fb3dc8e9 VfModuleModelInvariantUUID:871f7e2b-0251-4dbc-a967-1a3d47d9368d VfModuleModelDescription:NULL Artifacts UUID List:{ 598b5239-0d2b-4eb2-b7e8-468d3713de36 , 20e23722-aea9-48ec-bb34-bde2d032cc6e , dc48dc1c-ea52-4e76-89b0-0d55fe367471 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T06:15:27.988Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "871f7e2b-0251-4dbc-a967-1a3d47d9368d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "acbf8d3c-71a5-4ebb-a4cb-2634fb3dc8e9", "vfModuleModelCustomizationUUID": "560f9ac6-515f-46c4-bcaf-ad8eda4a2cfb", "isBase": true, "artifacts": [ "598b5239-0d2b-4eb2-b7e8-468d3713de36", "20e23722-aea9-48ec-bb34-bde2d032cc6e", "dc48dc1c-ea52-4e76-89b0-0d55fe367471" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T06:15:27.988Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:acbf8d3c-71a5-4ebb-a4cb-2634fb3dc8e9 VfModuleModelInvariantUUID:871f7e2b-0251-4dbc-a967-1a3d47d9368d VfModuleModelDescription:NULL Artifacts UUID List:{ 598b5239-0d2b-4eb2-b7e8-468d3713de36 , 20e23722-aea9-48ec-bb34-bde2d032cc6e , dc48dc1c-ea52-4e76-89b0-0d55fe367471 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T06:15:27.988Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 20e23722-aea9-48ec-bb34-bde2d032cc6e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-25T06:15:27.988Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-25T06:15:27.989Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-25T06:15:28.455Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-25T06:15:28.456Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 20e23722-aea9-48ec-bb34-bde2d032cc6e 1164 2022-03-25T06:15:28.456Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-25T06:15:28.456Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-25T06:15:28.457Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:15:28.457Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:15:28.459Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:15:28.460Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188928456, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:28.560Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:15:28.561Z||pool-80-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:15:28.561Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:15:28.575Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:28.575Z||pool-80-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:15:29.460Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: dc48dc1c-ea52-4e76-89b0-0d55fe367471 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-25T06:15:29.461Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-25T06:15:29.461Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-25T06:15:29.594Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-25T06:15:29.595Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env dc48dc1c-ea52-4e76-89b0-0d55fe367471 200 2022-03-25T06:15:29.595Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-25T06:15:29.595Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-25T06:15:29.595Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:15:29.596Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:15:29.598Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:15:29.598Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188929595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-25T06:15:29.698Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:15:29.699Z||pool-81-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:15:29.699Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:15:29.710Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:29.711Z||pool-81-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:15:30.598Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: d2d5150c-b52e-447e-8d53-55afb9bc14b3 2022-03-25T06:15:30.599Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 238ca106-fc2b-4b65-855c-d992f5b6f37a 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 heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-03-25T06:15:30.616Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:15:30.620Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5c347a76, org.onap.sdc.toscaparser.api.parameters.Input@1a56982d, org.onap.sdc.toscaparser.api.parameters.Input@5fd880e2, org.onap.sdc.toscaparser.api.parameters.Input@2437431a, org.onap.sdc.toscaparser.api.parameters.Input@5b2f6a20] 2022-03-25T06:15:30.621Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:30.621Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:15:30.621Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-03-25T06:15:30.622Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 4c643d88-6c28-4c11-8905-6ca07c144823 2022-03-25T06:15:30.622Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 4c643d88-6c28-4c11-8905-6ca07c144823 matches Tosca VF Customization UUID: 4c643d88-6c28-4c11-8905-6ca07c144823 2022-03-25T06:15:30.622Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 4c643d88-6c28-4c11-8905-6ca07c144823 matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-25T06:15:30.625Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:30.625Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:15:30.626Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 4c643d88-6c28-4c11-8905-6ca07c144823: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-03-25T06:15:30.626Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@70e3f60b 2022-03-25T06:15:30.626Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:30.627Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T06:15:30.627Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 560f9ac6-515f-46c4-bcaf-ad8eda4a2cfb 2022-03-25T06:15:30.627Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 560f9ac6-515f-46c4-bcaf-ad8eda4a2cfb Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-25T06:15:30.630Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:30.631Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T06:15:30.631Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:15:30.632Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:30.632Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T06:15:30.632Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:15:30.633Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:30.633Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-25T06:15:30.633Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-25T06:15:30.633Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=431c1162-0305-4754-ba73-9ebb2d7caf14 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-25T06:15:30.636Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:30.637Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T06:15:30.637Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:15:30.637Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:30.638Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-25T06:15:30.638Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=4c643d88-6c28-4c11-8905-6ca07c144823 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:15:30.642Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:30.642Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:15:30.642Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid d2d5150c-b52e-447e-8d53-55afb9bc14b3: basic_cnf 2022-03-25T06:15:30.643Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:30.643Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:15:30.643Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:30.644Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:15:30.644Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:30.645Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:15:30.645Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:30.645Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:15:30.645Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:15:30.646Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:15:30.646Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:15:30.704Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 238ca106-fc2b-4b65-855c-d992f5b6f37a 1 ASDC deployResourceStructure 2022-03-25T06:15:30.705Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-03-25T06:15:30.705Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-03-25T06:15:30.705Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-25T06:15:30.706Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:15:30.708Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:15:30.708Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188930704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-25T06:15:30.808Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:15:30.809Z||pool-82-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:15:30.809Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:15:30.819Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:30.819Z||pool-82-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:15:31.709Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-03-25T06:15:31.709Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-03-25T06:15:31.709Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-25T06:15:31.709Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:15:31.711Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:15:31.711Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188931709, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-25T06:15:31.811Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:15:31.812Z||pool-83-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:15:31.812Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:15:31.823Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:31.824Z||pool-83-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:15:32.712Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-03-25T06:15:32.712Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-25T06:15:32.712Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:15:32.713Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:15:32.714Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:15:32.715Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188932712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T06:15:32.815Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:15:32.816Z||pool-84-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:15:32.816Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:15:32.825Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:32.825Z||pool-84-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:15:33.716Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-03-25T06:15:33.716Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-25T06:15:33.716Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:15:33.717Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:15:33.719Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:15:33.719Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188933716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-25T06:15:33.819Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:15:33.820Z||pool-85-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:15:33.820Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:15:33.834Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:33.834Z||pool-85-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:15:34.719Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-03-25T06:15:34.720Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-25T06:15:34.720Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:15:34.720Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:15:34.722Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:15:34.722Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188934719, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-25T06:15:34.822Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:15:34.823Z||pool-86-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:15:34.823Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:15:34.832Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:34.833Z||pool-86-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:15:35.723Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-03-25T06:15:35.723Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-25T06:15:35.724Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:15:35.724Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:15:35.727Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:15:35.727Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188935723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:15:35.827Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:15:35.828Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:15:35.828Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:15:35.838Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:15:35.839Z||pool-87-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-25T06:15:36.727Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bd6a12d6-ab8c-4c0e-b950-29cc025f21c6 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:15:36.740Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bd6a12d6-ab8c-4c0e-b950-29cc025f21c6 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:15:36.743Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T06:15:36.743Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T06:15:36.743Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T06:15:36.743Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T06:15:36.743Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:15:36.743Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:15:36.743Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:15:36.743Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:15:36.743Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:15:36.743Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:15:36.743Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:15:36.747Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T06:16:06.747Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bd6a12d6-ab8c-4c0e-b950-29cc025f21c6 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-25T06:16:06.753Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bd6a12d6-ab8c-4c0e-b950-29cc025f21c6 and serviceModelVersionId: d2d5150c-b52e-447e-8d53-55afb9bc14b3 2022-03-25T06:16:06.753Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 0bbed49e-4db3-4f53-9ac3-f11dd4c29740 2022-03-25T06:16:06.754Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/0bbed49e-4db3-4f53-9ac3-f11dd4c29740/model-vers/model-ver/d2d5150c-b52e-447e-8d53-55afb9bc14b3?depth=0 2022-03-25T06:16:06.757Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T06:16:06.795Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bbed49e-4db3-4f53-9ac3-f11dd4c29740/model-vers/model-ver/d2d5150c-b52e-447e-8d53-55afb9bc14b3?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-25T06:16:06.796Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bbed49e-4db3-4f53-9ac3-f11dd4c29740/model-vers/model-ver/d2d5150c-b52e-447e-8d53-55afb9bc14b3?depth=0|INFO|500||Invoke 2022-03-25T06:16:06.816Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bbed49e-4db3-4f53-9ac3-f11dd4c29740/model-vers/model-ver/d2d5150c-b52e-447e-8d53-55afb9bc14b3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T06:16:07.392Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bbed49e-4db3-4f53-9ac3-f11dd4c29740/model-vers/model-ver/d2d5150c-b52e-447e-8d53-55afb9bc14b3?depth=0|INFO|500||InvokeReturn 2022-03-25T06:16:07.393Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/0bbed49e-4db3-4f53-9ac3-f11dd4c29740/model-vers/model-ver/d2d5150c-b52e-447e-8d53-55afb9bc14b3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220325-06:16:06:858-29838], vertex-id=[380952], Content-Length=[0], Date=[Fri, 25 Mar 2022 06:16:06 GMT], Content-Type=[application/json]} 2022-03-25T06:16:07.394Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-03-25T06:16:07.394Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T06:16:07.394Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:16:07.399Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T06:16:07.399Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bd6a12d6-ab8c-4c0e-b950-29cc025f21c6 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T06:16:07.400Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T06:16:07.400Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:16:07.402Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:16:07.402Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188967399, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T06:16:07.503Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T06:16:07.504Z||pool-88-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:16:07.504Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:16:07.521Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:16:07.522Z||pool-88-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T06:16:08.414Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T06:16:08.415Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"745db3b9-468e-4172-96a0-9abae614fce0","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"9a3f906b-71d5-45bf-9aca-29d0e9d8a26b","serviceDescription":"service","serviceInvariantUUID":"a8a906be-e733-49e2-8f10-1b262b1c6478","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"beafbded-e1c3-4411-a8ff-1d75b9a5edbe","resourceInvariantUUID":"df5171fd-f9ac-4aaf-b860-155986d1c823","resourceCustomizationUUID":"6992be66-f411-4e22-b911-9eed4b62355d","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":"NjMwYjIzMDAzYTlkN2ZiYTdjMjJkZTVkYTliNzRhNTI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f8ccb6e2-a9e1-44d4-9e3f-843413b6d95c","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":"MjI3MGNhM2I3NDM4NWE3ZDdkOWMxZmYzMGMyMzIyZWM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"bd675931-0c31-4b90-a42f-63b278cd6791","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":"09c5a4c4-c2f1-4295-a310-cd22b39e96a0","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":"2e9bb627-440a-4ade-88d8-a1c09b2b92f9","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":"ab43f4fd-e909-45c6-b30b-29f97dd59d53","artifactVersion":"2","generatedFromUUID":"09c5a4c4-c2f1-4295-a310-cd22b39e96a0"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjQ5MWYwZDM3MWQ4MWVlZjMyNzNmOTZmZDhkZGYyMDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"67d9ac08-339f-4eba-8387-32f25c42c88f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NTgwY2I5NzI0NGQwNDMyYmM1OTcwZjg1YTMwODA4NzI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"496281ba-e280-4f34-8bd4-3e74a60c2b9b","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T06:16:08.415Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:16:08.415Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:16:08.417Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:16:08.417Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:16:08.517Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:16:08.518Z||pool-89-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:16:08.518Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:16:08.527Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:16:08.527Z||pool-89-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":1,"count":1} 2022-03-25T06:16:09.417Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:16:09.418Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:16:09.420Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:16:09.420Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-25T06:16:09.520Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:16:09.521Z||pool-90-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:16:09.521Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:16:09.529Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:16:09.530Z||pool-90-thread-1|||||INFO|500||cambria reply ok (8 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:16:10.421Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:16:10.421Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:16:10.424Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:16:10.424Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T06:16:10.524Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:16:10.525Z||pool-91-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:16:10.525Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:16:10.536Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:16:10.537Z||pool-91-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:16:11.425Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:16:11.425Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:16:11.427Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:16:11.427Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:16:11.527Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:16:11.528Z||pool-92-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:16:11.528Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:16:11.539Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:16:11.540Z||pool-92-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:16:12.427Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:16:12.428Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:16:12.430Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:16:12.430Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-25T06:16:12.530Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:16:12.531Z||pool-93-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:16:12.531Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:16:12.541Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:16:12.541Z||pool-93-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:16:13.430Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:16:13.431Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:16:13.433Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:16:13.433Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:16:13.533Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:16:13.534Z||pool-94-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:16:13.534Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:16:13.545Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:16:13.545Z||pool-94-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:16:14.434Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:16:14.435Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:16:14.441Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:16:14.441Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:16:14.537Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-25T06:16:14.538Z||pool-95-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:16:14.538Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:16:14.549Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:16:14.549Z||pool-95-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:16:15.442Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "9a3f906b-71d5-45bf-9aca-29d0e9d8a26b", "serviceDescription": "service", "serviceInvariantUUID": "a8a906be-e733-49e2-8f10-1b262b1c6478", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "6992be66-f411-4e22-b911-9eed4b62355d", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "beafbded-e1c3-4411-a8ff-1d75b9a5edbe", "resourceInvariantUUID": "df5171fd-f9ac-4aaf-b860-155986d1c823", "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": "MjI3MGNhM2I3NDM4NWE3ZDdkOWMxZmYzMGMyMzIyZWM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "bd675931-0c31-4b90-a42f-63b278cd6791", "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": "09c5a4c4-c2f1-4295-a310-cd22b39e96a0", "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": "ab43f4fd-e909-45c6-b30b-29f97dd59d53", "generatedFromUUID": "09c5a4c4-c2f1-4295-a310-cd22b39e96a0" }, "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": "ab43f4fd-e909-45c6-b30b-29f97dd59d53", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NTgwY2I5NzI0NGQwNDMyYmM1OTcwZjg1YTMwODA4NzI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "496281ba-e280-4f34-8bd4-3e74a60c2b9b" } ], "workloadContext": "Production" } 2022-03-25T06:16:15.443Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T06:16:15.443Z|bd6a12d6-ab8c-4c0e-b950-29cc025f21c6|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 9a3f906b-71d5-45bf-9aca-29d0e9d8a26b ASDC 2022-03-25T06:16:15.443Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:745db3b9-468e-4172-96a0-9abae614fce0 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:9a3f906b-71d5-45bf-9aca-29d0e9d8a26b ServiceInvariantUUID:a8a906be-e733-49e2-8f10-1b262b1c6478 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:496281ba-e280-4f34-8bd4-3e74a60c2b9b ArtifactChecksum:NTgwY2I5NzI0NGQwNDMyYmM1OTcwZjg1YTMwODA4NzI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:6992be66-f411-4e22-b911-9eed4b62355d ResourceInvariantUUID:df5171fd-f9ac-4aaf-b860-155986d1c823 ResourceName:basic_vm ResourceType:VF ResourceUUID:beafbded-e1c3-4411-a8ff-1d75b9a5edbe 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:bd675931-0c31-4b90-a42f-63b278cd6791 ArtifactChecksum:MjI3MGNhM2I3NDM4NWE3ZDdkOWMxZmYzMGMyMzIyZWM= 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:09c5a4c4-c2f1-4295-a310-cd22b39e96a0 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:ab43f4fd-e909-45c6-b30b-29f97dd59d53 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:ab43f4fd-e909-45c6-b30b-29f97dd59d53 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-25T06:16:15.443Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9a3f906b-71d5-45bf-9aca-29d0e9d8a26b ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T06:16:15.470Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T06:16:15.470Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-25T06:16:15.470Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-25T06:16:15.470Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 496281ba-e280-4f34-8bd4-3e74a60c2b9b from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-25T06:16:15.471Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-25T06:16:15.471Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-25T06:16:15.625Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-25T06:16:15.630Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 496281ba-e280-4f34-8bd4-3e74a60c2b9b 71058 2022-03-25T06:16:15.630Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-25T06:16:15.630Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-25T06:16:15.630Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:16:15.630Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:16:15.632Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:16:15.632Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188975630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:16:15.732Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:16:15.733Z||pool-96-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:16:15.733Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:16:15.742Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:16:15.742Z||pool-96-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:16:16.632Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T06:16:16.633Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-25T06:16:16.634Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 496281ba-e280-4f34-8bd4-3e74a60c2b9b, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T06:16:16.634Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-03-25T06:16:16.634Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T06:16:16.634Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T06:16:16.735Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5430108793702272422/Definitions/service-BasicVm-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-03-25T06:16:17.863Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T06:16:17.863Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-25T06:16:17.864Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T06:16:17.864Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-25T06:16:17.864Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T06:16:17.864Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T06:16:17.864Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T06:16:17.864Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T06:16:17.865Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T06:16:17.865Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T06:16:17.865Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T06:16:17.865Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T06:16:17.865Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-25T06:16:17.865Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-25T06:16:17.865Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:17.866Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:16:17.866Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T06:16:17.866Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-25T06:16:17.866Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T06:16:17.867Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:17.867Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:16:17.867Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T06:16:17.867Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-25T06:16:17.867Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T06:16:17.868Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:17.868Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:16:17.868Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:17.868Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-25T06:16:17.868Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-25T06:16:17.868Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-25T06:16:17.869Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-25T06:16:17.869Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-25T06:16:17.869Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-25T06:16:17.869Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:17.869Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T06:16:17.870Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:17.870Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T06:16:17.870Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:16:17.870Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:17.870Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T06:16:17.871Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:16:17.871Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:17.871Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T06:16:17.871Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:16:17.872Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:17.872Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-25T06:16:17.872Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-25T06:16:17.872Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-25T06:16:17.872Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3d16461b-331d-4f48-87b5-29043a32abe1 2022-03-25T06:16:17.872Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:17.873Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:16:17.873Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:17.873Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:16:17.873Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:17.873Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:16:17.874Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:17.874Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:16:17.874Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:9a3f906b-71d5-45bf-9aca-29d0e9d8a26b Model Version:NULL Model InvariantUuid:a8a906be-e733-49e2-8f10-1b262b1c6478 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:dfe77a5f-fc68-4954-8524-f34fba2be336 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:df5171fd-f9ac-4aaf-b860-155986d1c823 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:6992be66-f411-4e22-b911-9eed4b62355d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:ac7d98b4-d4e7-46a6-b68e-7f7a02b14fc5 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:92431eea-3eaf-40e9-b55e-d80c453fd92f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:3d16461b-331d-4f48-87b5-29043a32abe1 ModelInvariantUuid:239358a5-ac58-43fa-8f05-94c981f6f3f3 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:df2519ab-9186-41cf-ad08-8ac32ffd2184 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:25e23fea-a010-437d-b194-a806311e32fd ModelInvariantUuid:5c0e8020-6c15-41b1-86db-9ce0eb441345 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:7a085625-c756-49b6-8434-fb2ae0e64e7f ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-25T06:16:17.879Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: beafbded-e1c3-4411-a8ff-1d75b9a5edbe Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:16:17.882Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||basic_vm 0 2022-03-25T06:16:17.882Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: beafbded-e1c3-4411-a8ff-1d75b9a5edbe 2022-03-25T06:16:17.882Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: bd675931-0c31-4b90-a42f-63b278cd6791 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-25T06:16:17.882Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-25T06:16:17.883Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-25T06:16:17.934Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-25T06:16:17.935Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json bd675931-0c31-4b90-a42f-63b278cd6791 787 2022-03-25T06:16:17.935Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-03-25T06:16:17.935Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-25T06:16:17.935Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:16:17.935Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:16:17.937Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:16:17.937Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188977935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T06:16:18.037Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:16:18.038Z||pool-97-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:16:18.039Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:16:18.049Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:16:18.049Z||pool-97-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:16:18.938Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ac7d98b4-d4e7-46a6-b68e-7f7a02b14fc5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "92431eea-3eaf-40e9-b55e-d80c453fd92f", "vfModuleModelCustomizationUUID": "f03f2b90-f00e-44c8-97fc-594be4a558d7", "isBase": true, "artifacts": [ "09c5a4c4-c2f1-4295-a310-cd22b39e96a0", "ab43f4fd-e909-45c6-b30b-29f97dd59d53" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T06:16:18.943Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:92431eea-3eaf-40e9-b55e-d80c453fd92f VfModuleModelInvariantUUID:ac7d98b4-d4e7-46a6-b68e-7f7a02b14fc5 VfModuleModelDescription:NULL Artifacts UUID List:{ 09c5a4c4-c2f1-4295-a310-cd22b39e96a0 , ab43f4fd-e909-45c6-b30b-29f97dd59d53 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T06:16:18.946Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "ac7d98b4-d4e7-46a6-b68e-7f7a02b14fc5", "vfModuleModelVersion": "1", "vfModuleModelUUID": "92431eea-3eaf-40e9-b55e-d80c453fd92f", "vfModuleModelCustomizationUUID": "f03f2b90-f00e-44c8-97fc-594be4a558d7", "isBase": true, "artifacts": [ "09c5a4c4-c2f1-4295-a310-cd22b39e96a0", "ab43f4fd-e909-45c6-b30b-29f97dd59d53" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T06:16:18.946Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:92431eea-3eaf-40e9-b55e-d80c453fd92f VfModuleModelInvariantUUID:ac7d98b4-d4e7-46a6-b68e-7f7a02b14fc5 VfModuleModelDescription:NULL Artifacts UUID List:{ 09c5a4c4-c2f1-4295-a310-cd22b39e96a0 , ab43f4fd-e909-45c6-b30b-29f97dd59d53 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T06:16:18.946Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 09c5a4c4-c2f1-4295-a310-cd22b39e96a0 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-25T06:16:18.947Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-25T06:16:18.947Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-25T06:16:19.012Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-25T06:16:19.013Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 09c5a4c4-c2f1-4295-a310-cd22b39e96a0 5033 2022-03-25T06:16:19.013Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-25T06:16:19.014Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-25T06:16:19.014Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:16:19.014Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:16:19.016Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:16:19.017Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188979013, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T06:16:19.117Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:16:19.118Z||pool-98-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:16:19.118Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:16:19.128Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:16:19.128Z||pool-98-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:16:20.017Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: ab43f4fd-e909-45c6-b30b-29f97dd59d53 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-25T06:16:20.018Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-25T06:16:20.018Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-25T06:16:20.089Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-25T06:16:20.090Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ab43f4fd-e909-45c6-b30b-29f97dd59d53 903 2022-03-25T06:16:20.090Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-25T06:16:20.090Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-25T06:16:20.090Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:16:20.090Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:16:20.092Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:16:20.092Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188980090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-25T06:16:20.192Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:16:20.193Z||pool-99-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:16:20.193Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:16:20.203Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:16:20.204Z||pool-99-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:16:21.093Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 9a3f906b-71d5-45bf-9aca-29d0e9d8a26b 2022-03-25T06:16:21.093Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 beafbded-e1c3-4411-a8ff-1d75b9a5edbe ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:16:21.106Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4c0eec6d, org.onap.sdc.toscaparser.api.parameters.Input@82e1d45, org.onap.sdc.toscaparser.api.parameters.Input@1f647b38, org.onap.sdc.toscaparser.api.parameters.Input@7618c742, org.onap.sdc.toscaparser.api.parameters.Input@4d4e3068] 2022-03-25T06:16:21.107Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:21.107Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:16:21.107Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-03-25T06:16:21.107Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 6992be66-f411-4e22-b911-9eed4b62355d 2022-03-25T06:16:21.107Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 6992be66-f411-4e22-b911-9eed4b62355d matches Tosca VF Customization UUID: 6992be66-f411-4e22-b911-9eed4b62355d 2022-03-25T06:16:21.107Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 6992be66-f411-4e22-b911-9eed4b62355d matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-25T06:16:21.109Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:21.109Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:16:21.109Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 6992be66-f411-4e22-b911-9eed4b62355d: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\"} 2022-03-25T06:16:21.109Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@39612c37 2022-03-25T06:16:21.110Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:21.110Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T06:16:21.110Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : f03f2b90-f00e-44c8-97fc-594be4a558d7 2022-03-25T06:16:21.110Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID f03f2b90-f00e-44c8-97fc-594be4a558d7 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-25T06:16:21.112Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:21.112Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T06:16:21.113Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:16:21.113Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:21.113Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T06:16:21.113Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:16:21.113Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:21.113Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-25T06:16:21.114Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-25T06:16:21.114Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-25T06:16:21.114Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=3d16461b-331d-4f48-87b5-29043a32abe1 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-25T06:16:21.116Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:21.116Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T06:16:21.116Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:16:21.116Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:21.116Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-25T06:16:21.117Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=6992be66-f411-4e22-b911-9eed4b62355d Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:16:21.118Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:21.118Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:16:21.118Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 9a3f906b-71d5-45bf-9aca-29d0e9d8a26b: basic_vm 2022-03-25T06:16:21.118Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:21.119Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:16:21.119Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:21.119Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:16:21.119Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:21.119Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:16:21.119Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:21.119Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:16:21.120Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:16:21.120Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:16:21.120Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:16:21.177Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm beafbded-e1c3-4411-a8ff-1d75b9a5edbe 1 ASDC deployResourceStructure 2022-03-25T06:16:21.177Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json ASDC sendASDCNotification 2022-03-25T06:16:21.177Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-25T06:16:21.177Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:16:21.178Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:16:21.180Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:16:21.180Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188981177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T06:16:21.280Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:16:21.281Z||pool-100-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:16:21.281Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:16:21.291Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:16:21.291Z||pool-100-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-03-25T06:16:22.181Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-25T06:16:22.181Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-25T06:16:22.181Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:16:22.181Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:16:22.183Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:16:22.183Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188982181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-25T06:16:22.283Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:16:22.284Z||pool-101-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:16:22.284Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:16:22.303Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:16:22.303Z||pool-101-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:16:23.186Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-25T06:16:23.186Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-25T06:16:23.186Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:16:23.187Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:16:23.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:16:23.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:16:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:16:23.189Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:16:23.189Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188983186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-25T06:16:23.206Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:16:23.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:16:23.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "clamp", "timestamp": 1648188783836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:16:23.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:16:23.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:16:23.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "clamp", "timestamp": 1648188783836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-25T06:16:23.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:16:23.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:16:23.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "clamp", "timestamp": 1648188783836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:16:23.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:16:23.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:16:23.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "clamp", "timestamp": 1648188783836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:16:23.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:16:23.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:16:23.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "clamp", "timestamp": 1648188783836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-25T06:16:23.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:16:23.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:16:23.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "aai-ml", "timestamp": 1648188808767, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:16:23.210Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:16:23.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:16:23.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "clamp", "timestamp": 1648188783836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T06:16:23.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:16:23.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:16:23.211Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "aai-ml", "timestamp": 1648188809771, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "AAI" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:16:23.221Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5b0789ef-dd44-41fe-b89c-79f8cdc7310c 2022-03-25T06:16:23.222Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b0789ef-dd44-41fe-b89c-79f8cdc7310c and ComponentName AAI Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:16:23.229Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:16:23.229Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "clamp", "timestamp": 1648188783836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:16:23.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:16:23.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:16:23.230Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "clamp", "timestamp": 1648188783836, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:16:23.230Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:16:23.230Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:16:23.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "clamp", "timestamp": 1648188823831, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:16:23.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:16:23.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:16:23.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "clamp", "timestamp": 1648188825835, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:16:23.231Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:16:23.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:16:23.231Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "clamp", "timestamp": 1648188826839, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "clamp" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:16:23.236Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5b0789ef-dd44-41fe-b89c-79f8cdc7310c 2022-03-25T06:16:23.236Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5b0789ef-dd44-41fe-b89c-79f8cdc7310c and ComponentName clamp Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:16:23.289Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:16:23.290Z||pool-102-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:16:23.290Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:16:23.300Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:16:23.301Z||pool-102-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:16:24.190Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar ASDC sendASDCNotification 2022-03-25T06:16:24.191Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-25T06:16:24.191Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:16:24.191Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:16:24.193Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:16:24.193Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188984190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:16:24.293Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:16:24.294Z||pool-103-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:16:24.294Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:16:24.311Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:16:24.312Z||pool-103-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:16:25.193Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 745db3b9-468e-4172-96a0-9abae614fce0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:16:25.203Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 745db3b9-468e-4172-96a0-9abae614fce0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:16:25.205Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T06:16:25.205Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T06:16:25.205Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T06:16:25.205Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T06:16:25.206Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:16:25.206Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:16:25.206Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:16:25.206Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:16:25.206Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:16:25.206Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:16:25.206Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:16:25.210Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T06:16:55.211Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 745db3b9-468e-4172-96a0-9abae614fce0 and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-25T06:16:55.217Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 745db3b9-468e-4172-96a0-9abae614fce0 and serviceModelVersionId: 9a3f906b-71d5-45bf-9aca-29d0e9d8a26b 2022-03-25T06:16:55.217Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a8a906be-e733-49e2-8f10-1b262b1c6478 2022-03-25T06:16:55.218Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a8a906be-e733-49e2-8f10-1b262b1c6478/model-vers/model-ver/9a3f906b-71d5-45bf-9aca-29d0e9d8a26b?depth=0 2022-03-25T06:16:55.221Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T06:16:55.263Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8a906be-e733-49e2-8f10-1b262b1c6478/model-vers/model-ver/9a3f906b-71d5-45bf-9aca-29d0e9d8a26b?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-25T06:16:55.265Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8a906be-e733-49e2-8f10-1b262b1c6478/model-vers/model-ver/9a3f906b-71d5-45bf-9aca-29d0e9d8a26b?depth=0|INFO|500||Invoke 2022-03-25T06:16:55.294Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8a906be-e733-49e2-8f10-1b262b1c6478/model-vers/model-ver/9a3f906b-71d5-45bf-9aca-29d0e9d8a26b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T06:16:55.989Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8a906be-e733-49e2-8f10-1b262b1c6478/model-vers/model-ver/9a3f906b-71d5-45bf-9aca-29d0e9d8a26b?depth=0|INFO|500||InvokeReturn 2022-03-25T06:16:55.990Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a8a906be-e733-49e2-8f10-1b262b1c6478/model-vers/model-ver/9a3f906b-71d5-45bf-9aca-29d0e9d8a26b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220325-06:16:55:335-13399], vertex-id=[274616], Content-Length=[0], Date=[Fri, 25 Mar 2022 06:16:55 GMT], Content-Type=[application/json]} 2022-03-25T06:16:55.991Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-03-25T06:16:55.991Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T06:16:55.991Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:16:55.995Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T06:16:55.995Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 745db3b9-468e-4172-96a0-9abae614fce0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T06:16:55.995Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T06:16:55.995Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:16:55.997Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:16:55.997Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189015995, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T06:16:56.098Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:16:56.099Z||pool-104-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:16:56.099Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:16:56.114Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:16:56.114Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T06:16:57.015Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T06:16:57.015Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"cc6854ad-b271-40be-9926-ccfb4eeaa1cc","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"0577edfa-8c15-4d83-acb1-c3454e507ae9","serviceDescription":"service","serviceInvariantUUID":"8f1d04ee-e81f-4590-a2df-03b4ed135f62","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"31ff1396-bddd-42a2-90a5-886a068d36ba","resourceInvariantUUID":"81cdcc24-7ad6-4b23-a6c7-df7ea995b92c","resourceCustomizationUUID":"9d358ab4-eeb4-40dc-8a5f-f8897622087e","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":"N2Q1NWQwN2M2ODMzY2FlNmRjZmFjNmIyYjdlYzQzNWE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"fd8c51a5-956b-4856-9f17-61373ce2e905","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":"2518461d-c169-46c5-890e-274c04c6368f","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":"7698abbc-2c84-4bb8-b4d8-42d1690e2479","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":"OWU1YmIxZWJhZGU5NDZmYzVhZTNkY2VhOWIyMzAxZTc\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"84c81dc0-13d1-4c4a-a05a-4b5bc6d50b4f","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":"4ee358a6-4c5b-4dcc-9abb-46baa2879ac0","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":"183fd43e-dfdb-4655-ae94-5780341f4737","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":"809de9c7-0d87-4ac5-9350-8af8d454646f","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":"ZDk0MjQzMmRhZjg0ZmNiZmI2NDdkMjQ2YzY1Y2ZhOGM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"70c54147-9595-4ac2-8485-986357d053d9","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"YzRmNDk4ZDFhMWY3OGUxMGM2MWUxZGM3N2Q1ZDVmODk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b9b98e1b-816a-418f-bbfb-129af648bbbe","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T06:16:57.015Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:16:57.016Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:16:57.018Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:16:57.018Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:16:57.118Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:16:57.119Z||pool-105-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:16:57.120Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:16:57.131Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:16:57.132Z||pool-105-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-25T06:16:58.019Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:16:58.020Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:16:58.021Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:16:58.022Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:16:58.122Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:16:58.123Z||pool-106-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:16:58.123Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:16:58.133Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:16:58.133Z||pool-106-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:16:59.022Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:16:59.023Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:16:59.025Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:16:59.025Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T06:16:59.125Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:16:59.126Z||pool-107-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:16:59.126Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:16:59.137Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:16:59.137Z||pool-107-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-03-25T06:17:00.026Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:17:00.026Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:00.028Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:00.028Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T06:17:00.128Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:17:00.129Z||pool-108-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:00.129Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:00.147Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:00.147Z||pool-108-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:17:01.029Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:17:01.030Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:01.032Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:01.032Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:17:01.132Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:17:01.133Z||pool-109-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:01.133Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:01.144Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:01.144Z||pool-109-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:17:02.032Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:17:02.033Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:02.035Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:02.035Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:17:02.135Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:17:02.137Z||pool-110-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:02.137Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:02.146Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:02.147Z||pool-110-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:17:03.036Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:17:03.037Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:03.038Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:03.039Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:17:03.139Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:17:03.140Z||pool-111-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:03.140Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:03.150Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:03.150Z||pool-111-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-03-25T06:17:04.039Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:17:04.040Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:04.041Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:04.042Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:17:04.142Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:17:04.143Z||pool-112-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:04.143Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:04.152Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:04.153Z||pool-112-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:17:05.042Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:17:05.043Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:05.044Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:05.045Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:17:05.145Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:17:05.146Z||pool-113-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:05.146Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:05.155Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:05.155Z||pool-113-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:17:06.046Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "0577edfa-8c15-4d83-acb1-c3454e507ae9", "serviceDescription": "service", "serviceInvariantUUID": "8f1d04ee-e81f-4590-a2df-03b4ed135f62", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "9d358ab4-eeb4-40dc-8a5f-f8897622087e", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "31ff1396-bddd-42a2-90a5-886a068d36ba", "resourceInvariantUUID": "81cdcc24-7ad6-4b23-a6c7-df7ea995b92c", "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": "YzRmNDk4ZDFhMWY3OGUxMGM2MWUxZGM3N2Q1ZDVmODk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b9b98e1b-816a-418f-bbfb-129af648bbbe" } ], "workloadContext": "Production" } 2022-03-25T06:17:06.046Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T06:17:06.046Z|745db3b9-468e-4172-96a0-9abae614fce0|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0577edfa-8c15-4d83-acb1-c3454e507ae9 ASDC 2022-03-25T06:17:06.047Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:cc6854ad-b271-40be-9926-ccfb4eeaa1cc ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:0577edfa-8c15-4d83-acb1-c3454e507ae9 ServiceInvariantUUID:8f1d04ee-e81f-4590-a2df-03b4ed135f62 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:b9b98e1b-816a-418f-bbfb-129af648bbbe ArtifactChecksum:YzRmNDk4ZDFhMWY3OGUxMGM2MWUxZGM3N2Q1ZDVmODk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:9d358ab4-eeb4-40dc-8a5f-f8897622087e ResourceInvariantUUID:81cdcc24-7ad6-4b23-a6c7-df7ea995b92c ResourceName:test-pnf ResourceType:PNF ResourceUUID:31ff1396-bddd-42a2-90a5-886a068d36ba ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-25T06:17:06.047Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0577edfa-8c15-4d83-acb1-c3454e507ae9 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T06:17:06.075Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T06:17:06.076Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-25T06:17:06.076Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-25T06:17:06.076Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: b9b98e1b-816a-418f-bbfb-129af648bbbe from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-25T06:17:06.076Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-25T06:17:06.077Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-25T06:17:07.276Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-25T06:17:07.281Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar b9b98e1b-816a-418f-bbfb-129af648bbbe 105656 2022-03-25T06:17:07.281Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-25T06:17:07.281Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-25T06:17:07.281Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:17:07.281Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:07.283Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:07.283Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189027281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:17:07.383Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:17:07.384Z||pool-114-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:07.385Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:07.396Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:07.397Z||pool-114-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:17:08.284Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T06:17:08.285Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-25T06:17:08.285Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: b9b98e1b-816a-418f-bbfb-129af648bbbe, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T06:17:08.286Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-25T06:17:08.286Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T06:17:08.286Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T06:17:08.434Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6348693800823238202/Definitions/service-TestPnfMacro-template.yml 2022-03-25T06:17:09.074Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T06:17:09.074Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-25T06:17:09.074Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T06:17:09.074Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-25T06:17:09.074Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T06:17:09.075Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T06:17:09.075Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T06:17:09.075Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T06:17:09.075Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T06:17:09.075Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-25T06:17:09.075Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|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-TestPnfMacro-csar.csar 2022-03-25T06:17:09.075Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-25T06:17:09.075Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:09.075Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:09.075Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-25T06:17:09.076Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-25T06:17:09.076Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T06:17:09.076Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:09.076Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:09.076Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-25T06:17:09.076Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-25T06:17:09.076Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T06:17:09.077Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:09.077Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:09.077Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:09.077Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:09.077Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:09.077Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:09.077Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:09.077Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:09.077Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:09.078Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:09.078Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:0577edfa-8c15-4d83-acb1-c3454e507ae9 Model Version:NULL Model InvariantUuid:8f1d04ee-e81f-4590-a2df-03b4ed135f62 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-25T06:17:09.083Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 31ff1396-bddd-42a2-90a5-886a068d36ba Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:17:09.086Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||test-pnf 0 2022-03-25T06:17:09.086Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 31ff1396-bddd-42a2-90a5-886a068d36ba 2022-03-25T06:17:09.086Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 0577edfa-8c15-4d83-acb1-c3454e507ae9 2022-03-25T06:17:09.086Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 0577edfa-8c15-4d83-acb1-c3454e507ae9 2022-03-25T06:17:09.087Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 31ff1396-bddd-42a2-90a5-886a068d36ba ASDC Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:17:09.091Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@693792d0, org.onap.sdc.toscaparser.api.parameters.Input@1b39c051, org.onap.sdc.toscaparser.api.parameters.Input@3b46ef6d, org.onap.sdc.toscaparser.api.parameters.Input@7918e46a, org.onap.sdc.toscaparser.api.parameters.Input@2cec588b] 2022-03-25T06:17:09.091Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:09.091Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:09.091Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 0577edfa-8c15-4d83-acb1-c3454e507ae9: test-pnf 2022-03-25T06:17:09.091Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||Processing PNF resource: 31ff1396-bddd-42a2-90a5-886a068d36ba 2022-03-25T06:17:09.092Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:09.093Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:09.093Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||Resource customization UUID: 9d358ab4-eeb4-40dc-8a5f-f8897622087e is the same as notified resource customizationUUID: 9d358ab4-eeb4-40dc-8a5f-f8897622087e Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_0_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_0_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_0_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_0_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_0_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_0_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_0_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_0_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_0_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_0_, pnfresourc0_.NF_ROLE as nf_role11_45_0_, pnfresourc0_.NF_TYPE as nf_type12_45_0_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_0_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_0_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_0_, pnfresourc1_.MODEL_UUID as model_uu1_44_1_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_1_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_1_, pnfresourc1_.DESCRIPTION as descript4_44_1_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_1_, pnfresourc1_.MODEL_NAME as model_na6_44_1_, pnfresourc1_.MODEL_VERSION as model_ve7_44_1_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_1_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_1_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_1_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: select pnfresourc0_.MODEL_CUSTOMIZATION_UUID as model_cu1_45_1_, pnfresourc0_.CDS_BLUEPRINT_NAME as cds_blue2_45_1_, pnfresourc0_.CDS_BLUEPRINT_VERSION as cds_blue3_45_1_, pnfresourc0_.CONTROLLER_ACTOR as controll4_45_1_, pnfresourc0_.CREATION_TIMESTAMP as creation5_45_1_, pnfresourc0_.DEFAULT_SOFTWARE_VERSION as default_6_45_1_, pnfresourc0_.MODEL_INSTANCE_NAME as model_in7_45_1_, pnfresourc0_.MULTI_STAGE_DESIGN as multi_st8_45_1_, pnfresourc0_.NF_FUNCTION as nf_funct9_45_1_, pnfresourc0_.NF_NAMING_CODE as nf_nami10_45_1_, pnfresourc0_.NF_ROLE as nf_role11_45_1_, pnfresourc0_.NF_TYPE as nf_type12_45_1_, pnfresourc0_.PNF_RESOURCE_MODEL_UUID as pnf_res15_45_1_, pnfresourc0_.RESOURCE_INPUT as resourc13_45_1_, pnfresourc0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po14_45_1_, pnfresourc1_.MODEL_UUID as model_uu1_44_0_, pnfresourc1_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc1_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc1_.DESCRIPTION as descript4_44_0_, pnfresourc1_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc1_.MODEL_NAME as model_na6_44_0_, pnfresourc1_.MODEL_VERSION as model_ve7_44_0_, pnfresourc1_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc1_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc1_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource_customization pnfresourc0_ left outer join pnf_resource pnfresourc1_ on pnfresourc0_.PNF_RESOURCE_MODEL_UUID=pnfresourc1_.MODEL_UUID where pnfresourc0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: select pnfresourc0_.MODEL_UUID as model_uu1_44_0_, pnfresourc0_.RESOURCE_CATEGORY as resource2_44_0_, pnfresourc0_.CREATION_TIMESTAMP as creation3_44_0_, pnfresourc0_.DESCRIPTION as descript4_44_0_, pnfresourc0_.MODEL_INVARIANT_UUID as model_in5_44_0_, pnfresourc0_.MODEL_NAME as model_na6_44_0_, pnfresourc0_.MODEL_VERSION as model_ve7_44_0_, pnfresourc0_.ORCHESTRATION_MODE as orchestr8_44_0_, pnfresourc0_.RESOURCE_SUB_CATEGORY as resource9_44_0_, pnfresourc0_.TOSCA_NODE_TYPE as tosca_n10_44_0_ from pnf_resource pnfresourc0_ where pnfresourc0_.MODEL_UUID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource (RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, DEFAULT_SOFTWARE_VERSION, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, PNF_RESOURCE_MODEL_UUID, RESOURCE_INPUT, SKIP_POST_INSTANTIATION_CONFIGURATION, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into pnf_resource_customization_to_service (SERVICE_MODEL_UUID, RESOURCE_MODEL_CUSTOMIZATION_UUID) values (?, ?) 2022-03-25T06:17:09.121Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 31ff1396-bddd-42a2-90a5-886a068d36ba 0 ASDC deployResourceStructure 2022-03-25T06:17:09.121Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-25T06:17:09.121Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-25T06:17:09.121Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:17:09.121Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:09.123Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:09.123Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189029121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:17:09.224Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:17:09.224Z||pool-115-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:09.225Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:09.236Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:09.236Z||pool-115-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:17:10.124Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: cc6854ad-b271-40be-9926-ccfb4eeaa1cc Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:17:10.135Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: cc6854ad-b271-40be-9926-ccfb4eeaa1cc Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:17:10.138Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T06:17:10.139Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T06:17:10.139Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T06:17:10.139Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T06:17:10.139Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:17:10.139Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:17:10.139Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:17:10.139Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:17:10.139Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:17:10.139Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:17:10.140Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:17:10.140Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:17:10.143Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T06:17:23.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:17:23.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:17:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:17:23.205Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:23.206Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:17:23.206Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1ccab623-9a00-4d88-a92f-e4ae9f24d7cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188906687, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T06:17:23.207Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:17:23.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:17:23.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:17:23.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:17:23.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:17:23.207Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-25T06:17:23.207Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:17:23.207Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:17:23.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-25T06:17:23.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:17:23.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:17:23.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-25T06:17:23.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:17:23.208Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:17:23.208Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-25T06:17:23.208Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:17:23.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:17:23.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:17:23.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:17:23.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:17:23.209Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-25T06:17:23.209Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:17:23.209Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:17:23.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:17:23.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:17:23.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:17:23.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:17:23.210Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:17:23.210Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:17:23.210Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188921298, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:17:23.210Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:17:40.144Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: cc6854ad-b271-40be-9926-ccfb4eeaa1cc and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-25T06:17:40.151Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: cc6854ad-b271-40be-9926-ccfb4eeaa1cc and serviceModelVersionId: 0577edfa-8c15-4d83-acb1-c3454e507ae9 2022-03-25T06:17:40.151Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 8f1d04ee-e81f-4590-a2df-03b4ed135f62 2022-03-25T06:17:40.152Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/8f1d04ee-e81f-4590-a2df-03b4ed135f62/model-vers/model-ver/0577edfa-8c15-4d83-acb1-c3454e507ae9?depth=0 2022-03-25T06:17:40.155Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T06:17:40.196Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f1d04ee-e81f-4590-a2df-03b4ed135f62/model-vers/model-ver/0577edfa-8c15-4d83-acb1-c3454e507ae9?depth=0 with request headers:{Authorization=[***REDACTED***], X-FromAppId=[MSO], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-TransactionId=[], Content-Type=[application/merge-patch+json]} 2022-03-25T06:17:40.198Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f1d04ee-e81f-4590-a2df-03b4ed135f62/model-vers/model-ver/0577edfa-8c15-4d83-acb1-c3454e507ae9?depth=0|INFO|500||Invoke 2022-03-25T06:17:40.217Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f1d04ee-e81f-4590-a2df-03b4ed135f62/model-vers/model-ver/0577edfa-8c15-4d83-acb1-c3454e507ae9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T06:17:40.587Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f1d04ee-e81f-4590-a2df-03b4ed135f62/model-vers/model-ver/0577edfa-8c15-4d83-acb1-c3454e507ae9?depth=0|INFO|500||InvokeReturn 2022-03-25T06:17:40.588Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/8f1d04ee-e81f-4590-a2df-03b4ed135f62/model-vers/model-ver/0577edfa-8c15-4d83-acb1-c3454e507ae9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220325-06:17:40:256-62058], vertex-id=[454672], Content-Length=[0], Date=[Fri, 25 Mar 2022 06:17:40 GMT], Content-Type=[application/json]} 2022-03-25T06:17:40.588Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-03-25T06:17:40.589Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T06:17:40.592Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:17:40.596Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T06:17:40.596Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID cc6854ad-b271-40be-9926-ccfb4eeaa1cc and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T06:17:40.596Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T06:17:40.596Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:40.598Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:40.598Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189060596, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T06:17:40.699Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:17:40.700Z||pool-116-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:40.700Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:40.715Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:40.720Z||pool-116-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-03-25T06:17:41.609Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-25T06:17:41.609Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"5b0789ef-dd44-41fe-b89c-79f8cdc7310c","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"35f46bd4-5ca9-47f4-aac7-8cf84dfaa1c4","serviceDescription":"service","serviceInvariantUUID":"f0dcf696-4b72-4282-b803-de04f622c8ee","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"9895ebf7-e3ae-47c1-8cf1-f5b21b4464c7","resourceInvariantUUID":"fdf9555a-608f-48ed-b0df-1eae87c5fd5e","resourceCustomizationUUID":"8b080454-66e4-419c-80f9-56785a0a018b","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":"NTcyYjAxMzVjOGIwNGE2ZDQ2YmEwZDI0ZDdiNjY5MTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6608fc84-8932-452a-8e83-f95d59b10415","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":"NDFkNWZjNTM5NjA0MzAzYTE4MTI0M2Y0NzRhN2YwYjc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d7522a3a-f177-422e-a185-1374f2f43fa6","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":"c59b7504-5efc-46e8-a040-89521dc21ae9","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":"861c879e-7b2e-465e-9d25-14eb9014f7c3","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":"629cf3e1-471f-4609-bf4e-c9d62abef748","artifactVersion":"2","generatedFromUUID":"c59b7504-5efc-46e8-a040-89521dc21ae9"},{"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":"YzUzYTQxYWVjMDRkOTdiZDE4ZTAwNzBiOGZjMTRmNTk\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"e89b4e99-7b0f-4a7c-b7c8-32c002cd7b37","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":"MjQ3NWRlNjE1MDAwYzA0YWEyYTgxMjFmY2YwYmViZWY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9e0c37f4-1a73-4f04-a87d-7f39437f65d4","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"ZDAxNjkwNmVhZDc0YTQ3MjQxYzk4YzcyODEwNDI1Y2Y\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7f592bad-897d-475f-971e-d87d31102092","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-25T06:17:41.610Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:17:41.610Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:41.611Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:41.612Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:17:41.712Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:17:41.713Z||pool-117-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:41.713Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:41.720Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:41.721Z||pool-117-thread-1|||||INFO|500||cambria reply ok (9 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:17:42.613Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:17:42.614Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:42.616Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:42.616Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-25T06:17:42.716Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:17:42.717Z||pool-118-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:42.717Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:42.725Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:42.726Z||pool-118-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:17:43.617Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:17:43.617Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:43.619Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:43.619Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T06:17:43.719Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:17:43.720Z||pool-119-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:43.720Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:43.729Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:43.730Z||pool-119-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:17:44.619Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:17:44.620Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:44.622Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:44.622Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:17:44.722Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:17:44.723Z||pool-120-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:44.723Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:44.733Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:44.733Z||pool-120-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-03-25T06:17:45.623Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:17:45.624Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:45.628Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:45.628Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-25T06:17:45.728Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:17:45.729Z||pool-121-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:45.729Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:45.738Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:45.739Z||pool-121-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:17:46.629Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:17:46.630Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:46.632Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:46.632Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T06:17:46.732Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:17:46.733Z||pool-122-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:46.733Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:46.744Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:46.744Z||pool-122-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":1,"count":1} 2022-03-25T06:17:47.633Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:17:47.634Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:47.635Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:47.635Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:17:47.736Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T06:17:47.737Z||pool-123-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:47.737Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:47.748Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:47.748Z||pool-123-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":1,"count":1} 2022-03-25T06:17:48.636Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-25T06:17:48.636Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:48.639Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:48.639Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:17:48.739Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:17:48.740Z||pool-124-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:48.740Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:48.753Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:48.753Z||pool-124-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:17:49.640Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "35f46bd4-5ca9-47f4-aac7-8cf84dfaa1c4", "serviceDescription": "service", "serviceInvariantUUID": "f0dcf696-4b72-4282-b803-de04f622c8ee", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "8b080454-66e4-419c-80f9-56785a0a018b", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "9895ebf7-e3ae-47c1-8cf1-f5b21b4464c7", "resourceInvariantUUID": "fdf9555a-608f-48ed-b0df-1eae87c5fd5e", "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": "NDFkNWZjNTM5NjA0MzAzYTE4MTI0M2Y0NzRhN2YwYjc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d7522a3a-f177-422e-a185-1374f2f43fa6", "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": "c59b7504-5efc-46e8-a040-89521dc21ae9", "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": "629cf3e1-471f-4609-bf4e-c9d62abef748", "generatedFromUUID": "c59b7504-5efc-46e8-a040-89521dc21ae9" }, "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": "629cf3e1-471f-4609-bf4e-c9d62abef748", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "ZDAxNjkwNmVhZDc0YTQ3MjQxYzk4YzcyODEwNDI1Y2Y\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7f592bad-897d-475f-971e-d87d31102092" } ], "workloadContext": "Production" } 2022-03-25T06:17:49.641Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-25T06:17:49.641Z|cc6854ad-b271-40be-9926-ccfb4eeaa1cc|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 35f46bd4-5ca9-47f4-aac7-8cf84dfaa1c4 ASDC 2022-03-25T06:17:49.641Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:5b0789ef-dd44-41fe-b89c-79f8cdc7310c ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:35f46bd4-5ca9-47f4-aac7-8cf84dfaa1c4 ServiceInvariantUUID:f0dcf696-4b72-4282-b803-de04f622c8ee 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:7f592bad-897d-475f-971e-d87d31102092 ArtifactChecksum:ZDAxNjkwNmVhZDc0YTQ3MjQxYzk4YzcyODEwNDI1Y2Y= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:8b080454-66e4-419c-80f9-56785a0a018b ResourceInvariantUUID:fdf9555a-608f-48ed-b0df-1eae87c5fd5e ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:9895ebf7-e3ae-47c1-8cf1-f5b21b4464c7 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:d7522a3a-f177-422e-a185-1374f2f43fa6 ArtifactChecksum:NDFkNWZjNTM5NjA0MzAzYTE4MTI0M2Y0NzRhN2YwYjc= 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:c59b7504-5efc-46e8-a040-89521dc21ae9 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:629cf3e1-471f-4609-bf4e-c9d62abef748 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:629cf3e1-471f-4609-bf4e-c9d62abef748 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-25T06:17:49.641Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 35f46bd4-5ca9-47f4-aac7-8cf84dfaa1c4 ASDC treatNotification Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_0_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_0_, watchdogse0_.CONSUMER_ID as consumer3_13_0_, watchdogse0_.CREATE_TIME as create_t4_13_0_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_0_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? and watchdogse0_.SERVICE_MODEL_VERSION_ID=? Hibernate: insert into watchdog_service_mod_ver_id_lookup (CONSUMER_ID, CREATE_TIME, DISTRIBUTION_NOTIFICATION, DISTRIBUTION_ID, SERVICE_MODEL_VERSION_ID) values (?, ?, ?, ?, ?) Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T06:17:49.668Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T06:17:49.669Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-25T06:17:49.669Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-25T06:17:49.669Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 7f592bad-897d-475f-971e-d87d31102092 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-25T06:17:49.669Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-25T06:17:49.670Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-25T06:17:49.842Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-25T06:17:49.845Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 7f592bad-897d-475f-971e-d87d31102092 78801 2022-03-25T06:17:49.846Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-25T06:17:49.846Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-25T06:17:49.846Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:17:49.846Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:49.848Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:49.848Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189069846, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:17:49.948Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:17:49.949Z||pool-125-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:49.949Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:49.959Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:49.959Z||pool-125-thread-1|||||INFO|500||cambria reply ok (10 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:17:50.849Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-25T06:17:50.849Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-25T06:17:50.849Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 7f592bad-897d-475f-971e-d87d31102092, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T06:17:50.850Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-03-25T06:17:50.850Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T06:17:50.850Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T06:17:50.950Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3990788373446809044/Definitions/service-BasicVmMacro-template.yml Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_name" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_related_networks" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_order" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_network_role" is not provided Log warning: The required parameter "port_ubuntu20_admin_plane_port_0_subnetpoolid" is not provided 2022-03-25T06:17:51.976Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-25T06:17:51.976Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-25T06:17:51.976Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T06:17:51.976Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-25T06:17:51.976Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T06:17:51.977Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T06:17:51.977Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T06:17:51.977Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T06:17:51.977Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T06:17:51.977Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T06:17:51.977Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T06:17:51.977Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T06:17:51.977Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-25T06:17:51.977Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-25T06:17:51.977Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:51.978Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:51.978Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T06:17:51.978Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-25T06:17:51.978Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T06:17:51.978Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:51.978Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:51.978Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T06:17:51.978Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-25T06:17:51.979Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-25T06:17:51.979Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:51.979Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:51.979Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:51.979Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-25T06:17:51.979Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-25T06:17:51.979Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-25T06:17:51.979Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-25T06:17:51.980Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-25T06:17:51.980Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-25T06:17:51.980Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:51.980Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T06:17:51.980Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:51.980Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T06:17:51.980Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:17:51.981Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:51.981Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T06:17:51.981Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:17:51.981Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:51.981Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T06:17:51.981Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:17:51.981Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:51.981Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-25T06:17:51.982Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-25T06:17:51.982Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-25T06:17:51.982Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a1348d84-36a8-4574-8784-10cfca0ee7c6 2022-03-25T06:17:51.982Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:51.982Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:51.982Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:51.982Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:51.983Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:51.983Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:51.983Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:51.983Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:51.983Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:35f46bd4-5ca9-47f4-aac7-8cf84dfaa1c4 Model Version:NULL Model InvariantUuid:f0dcf696-4b72-4282-b803-de04f622c8ee Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:3bfff2e9-b8e9-48b7-ba06-ac37a6e802d4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:fdf9555a-608f-48ed-b0df-1eae87c5fd5e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:8b080454-66e4-419c-80f9-56785a0a018b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:3aa5a81d-a885-43af-8f0a-28dedc7de37e ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:938f08dc-8629-476c-9992-9dfd03a98a94 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:a1348d84-36a8-4574-8784-10cfca0ee7c6 ModelInvariantUuid:7392f580-24ea-4049-8aff-ca7951a7c8e3 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:f73ca566-b179-4927-ab23-17a4003f68ec ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:366b82b7-3b65-41aa-a5a2-1e08f545d00e ModelInvariantUuid:dbe43108-2a01-4a81-80a0-b3b61b05f8af ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:1fa7b4f1-9046-492c-85aa-5e2ea762b683 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract VF Allotted Resource Properties: PNF Allotted Resource Properties: Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? 2022-03-25T06:17:51.990Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||Processing Resource Type: VF, Model UUID: 9895ebf7-e3ae-47c1-8cf1-f5b21b4464c7 Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:17:51.992Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||basic_vm_macro 0 2022-03-25T06:17:51.992Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 9895ebf7-e3ae-47c1-8cf1-f5b21b4464c7 2022-03-25T06:17:51.992Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: d7522a3a-f177-422e-a185-1374f2f43fa6 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-25T06:17:51.992Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-25T06:17:51.992Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-25T06:17:52.277Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-25T06:17:52.277Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json d7522a3a-f177-422e-a185-1374f2f43fa6 792 2022-03-25T06:17:52.278Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-03-25T06:17:52.278Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-25T06:17:52.278Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:17:52.278Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:52.280Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:52.280Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189072278, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T06:17:52.380Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:17:52.381Z||pool-126-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:52.381Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:52.393Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:52.394Z||pool-126-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:17:53.281Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "3aa5a81d-a885-43af-8f0a-28dedc7de37e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "938f08dc-8629-476c-9992-9dfd03a98a94", "vfModuleModelCustomizationUUID": "6bc21cba-33a8-48b0-8323-0447302812e9", "isBase": true, "artifacts": [ "c59b7504-5efc-46e8-a040-89521dc21ae9", "629cf3e1-471f-4609-bf4e-c9d62abef748" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T06:17:53.286Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:938f08dc-8629-476c-9992-9dfd03a98a94 VfModuleModelInvariantUUID:3aa5a81d-a885-43af-8f0a-28dedc7de37e VfModuleModelDescription:NULL Artifacts UUID List:{ c59b7504-5efc-46e8-a040-89521dc21ae9 , 629cf3e1-471f-4609-bf4e-c9d62abef748 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T06:17:53.290Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "3aa5a81d-a885-43af-8f0a-28dedc7de37e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "938f08dc-8629-476c-9992-9dfd03a98a94", "vfModuleModelCustomizationUUID": "6bc21cba-33a8-48b0-8323-0447302812e9", "isBase": true, "artifacts": [ "c59b7504-5efc-46e8-a040-89521dc21ae9", "629cf3e1-471f-4609-bf4e-c9d62abef748" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_ubuntu20", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-03-25T06:17:53.290Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:938f08dc-8629-476c-9992-9dfd03a98a94 VfModuleModelInvariantUUID:3aa5a81d-a885-43af-8f0a-28dedc7de37e VfModuleModelDescription:NULL Artifacts UUID List:{ c59b7504-5efc-46e8-a040-89521dc21ae9 , 629cf3e1-471f-4609-bf4e-c9d62abef748 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_ubuntu20 max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-03-25T06:17:53.290Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: c59b7504-5efc-46e8-a040-89521dc21ae9 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-25T06:17:53.290Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-25T06:17:53.290Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-25T06:17:53.656Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-25T06:17:53.656Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml c59b7504-5efc-46e8-a040-89521dc21ae9 5033 2022-03-25T06:17:53.657Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-25T06:17:53.657Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-25T06:17:53.657Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:17:53.658Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:53.660Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:53.660Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189073657, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T06:17:53.760Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:17:53.761Z||pool-127-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:53.761Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:53.772Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:53.772Z||pool-127-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:17:54.660Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 629cf3e1-471f-4609-bf4e-c9d62abef748 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-25T06:17:54.661Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-25T06:17:54.661Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-25T06:17:54.972Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-25T06:17:54.972Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 629cf3e1-471f-4609-bf4e-c9d62abef748 903 2022-03-25T06:17:54.972Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-25T06:17:54.973Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-25T06:17:54.973Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-25T06:17:54.973Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:54.975Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:54.975Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189074972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-25T06:17:55.075Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:17:55.076Z||pool-128-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:55.076Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:55.089Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:55.089Z||pool-128-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:17:55.976Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 35f46bd4-5ca9-47f4-aac7-8cf84dfaa1c4 2022-03-25T06:17:55.976Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 9895ebf7-e3ae-47c1-8cf1-f5b21b4464c7 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:17:55.987Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2e10fe04, org.onap.sdc.toscaparser.api.parameters.Input@51a504, org.onap.sdc.toscaparser.api.parameters.Input@6a17776e, org.onap.sdc.toscaparser.api.parameters.Input@1e0388ff, org.onap.sdc.toscaparser.api.parameters.Input@37cab5e5] 2022-03-25T06:17:55.989Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:55.989Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:55.990Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||VF Category is: Generic 2022-03-25T06:17:55.990Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||VFCustomizationUUID= 8b080454-66e4-419c-80f9-56785a0a018b 2022-03-25T06:17:55.990Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 8b080454-66e4-419c-80f9-56785a0a018b matches Tosca VF Customization UUID: 8b080454-66e4-419c-80f9-56785a0a018b 2022-03-25T06:17:55.990Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||vfCustomizationUUID: 8b080454-66e4-419c-80f9-56785a0a018b matches vfNotificationResource CustomizationUUID Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_, vnfresourc0_.DESCRIPTION as descript6_64_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_, vnfresourc0_.MODEL_NAME as model_na8_64_, vnfresourc0_.MODEL_VERSION as model_ve9_64_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? 2022-03-25T06:17:55.992Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:55.992Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:55.992Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||resource request for resource customization id 8b080454-66e4-419c-80f9-56785a0a018b: {\"vf_module_id\":\"Ubuntu20-VF-module\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"ubuntu20_pub_key\":\"ssh-rsa AAAAB3NzaC1yc2EAAAADAQABAAABgQC3dbqgymZVpu2cIWqzlKNxnOy2Qjt07NZxaXtQyu9dr0kbmursTE5N0IW0qg/rsCXgw2vjjdPOxU6jtrTbyzbAmo9F6LtS9oqvct9LmLjDNyiQFuCPETIBGy43daDVgw3hrg3f9ihN88V/JwnI9n3ZFn8Wy15KV6XCHn3MASV31YnbkjruUtj7rZm5V8NUwAteZ91k5T7WBpywt483rrkeQjEzyKiVSmmOhHWNSmbnko9XzO7QDUHfVIk5qCf/aBES7hcE0YiqX5lfLamSyCqOGANnv+AN2opDEakUeCyJHZrsk3Nkk7A9p+CNlq42sUEKtrO0xiH63viMA6eBYSiaQPzckdq/T52naozx/Oj9ITCgX/6XjldMUF99afIydpC6+kymflTYA8P/9u1Ih93+Vjg1Bf2e4lJaf9z9frXcB9F+ZRDq6feN+XQ93Q8xQ9blu9Gq8BZUbPvAQxW0UaryeuzhCKx4QA33qqYA+tmWVXTsaG0uow6f0hm7z+pkYCM= master@Utilisateur-PC\",\"availability_zone_max_count\":\"1\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"Ubuntu20-VNF-name\",\"ubuntu20_name_0\":\"Ubuntu20\",\"dcae_collector_ip\":\"10.4.2.166\",\"ubuntu20_flavor_name\":\"m1.small\",\"vnf_id\":\"Ubuntu20-VNF\",\"sdnc_model_version\":\"1.0.0\",\"dcae_collector_port\":\"30417\",\"ubuntu20_image_name\":\"ubuntu-20.04\",\"admin_plane_net_name\":\"admin\",\"sdnc_model_name\":\"ubuntu20\"} 2022-03-25T06:17:55.993Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6905da44 2022-03-25T06:17:55.993Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:55.993Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-25T06:17:55.993Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 6bc21cba-33a8-48b0-8323-0447302812e9 2022-03-25T06:17:55.993Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 6bc21cba-33a8-48b0-8323-0447302812e9 Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_, vfmodule0_.DESCRIPTION as descript3_59_, vfmodule0_.IS_BASE as is_base4_59_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_, vfmodule0_.MODEL_NAME as model_na6_59_, vfmodule0_.MODEL_VERSION as model_ve7_59_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_ from vf_module vfmodule0_ where vfmodule0_.MODEL_UUID=? 2022-03-25T06:17:55.995Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:55.995Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T06:17:55.995Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:17:55.996Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:55.996Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T06:17:55.996Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:17:55.996Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:55.997Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-25T06:17:55.997Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-25T06:17:55.997Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-25T06:17:55.997Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=a1348d84-36a8-4574-8784-10cfca0ee7c6 Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_, vnfccustom0_.DESCRIPTION as descript3_67_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_, vnfccustom0_.MODEL_NAME as model_na6_67_, vnfccustom0_.MODEL_UUID as model_uu7_67_, vnfccustom0_.MODEL_VERSION as model_ve8_67_, vnfccustom0_.RESOURCE_INPUT as resource9_67_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_ from vnfc_customization vnfccustom0_ where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? 2022-03-25T06:17:55.999Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:55.999Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T06:17:56.000Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-25T06:17:56.000Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:56.000Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-25T06:17:56.000Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=8b080454-66e4-419c-80f9-56785a0a018b Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:17:56.002Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:56.002Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:56.002Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 35f46bd4-5ca9-47f4-aac7-8cf84dfaa1c4: basic_vm_macro 2022-03-25T06:17:56.002Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:56.002Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:56.002Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:56.003Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:56.003Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:56.003Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:56.003Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:56.003Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:56.003Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-25T06:17:56.003Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-25T06:17:56.004Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-25T06:17:56.083Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 9895ebf7-e3ae-47c1-8cf1-f5b21b4464c7 1 ASDC deployResourceStructure 2022-03-25T06:17:56.084Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-03-25T06:17:56.084Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-25T06:17:56.085Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:17:56.085Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:56.087Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:56.087Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189076084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T06:17:56.187Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T06:17:56.188Z||pool-129-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:56.188Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:56.200Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:56.200Z||pool-129-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:17:57.088Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-25T06:17:57.089Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-25T06:17:57.089Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:17:57.089Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:57.091Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:57.091Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189077088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-25T06:17:57.192Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:17:57.192Z||pool-130-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:57.193Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:57.203Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:57.203Z||pool-130-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:17:58.093Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-25T06:17:58.093Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-25T06:17:58.094Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:17:58.094Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:58.096Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:58.096Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189078093, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-25T06:17:58.196Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:17:58.197Z||pool-131-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:58.197Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:58.214Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:58.214Z||pool-131-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:17:59.097Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-25T06:17:59.098Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-25T06:17:59.098Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-25T06:17:59.099Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:17:59.101Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:17:59.101Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189079097, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:17:59.201Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-25T06:17:59.202Z||pool-132-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:17:59.202Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:17:59.213Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:17:59.213Z||pool-132-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} 2022-03-25T06:18:00.102Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 5b0789ef-dd44-41fe-b89c-79f8cdc7310c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:18:00.114Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 5b0789ef-dd44-41fe-b89c-79f8cdc7310c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-03-25T06:18:00.117Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-25T06:18:00.118Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-25T06:18:00.118Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-25T06:18:00.118Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-25T06:18:00.118Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:18:00.119Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:18:00.119Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:18:00.119Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:18:00.119Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:18:00.119Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-25T06:18:00.119Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-25T06:18:00.124Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-25T06:18:23.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:18:23.188Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:18:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:18:23.213Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:18:23.214Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.214Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188924157, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-25T06:18:23.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:18:23.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188925488, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-25T06:18:23.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:18:23.215Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.215Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188926978, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T06:18:23.215Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:18:23.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188928456, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T06:18:23.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:18:23.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188929595, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-25T06:18:23.216Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:18:23.216Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.216Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188930704, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-25T06:18:23.217Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:18:23.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188931709, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-03-25T06:18:23.217Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:18:23.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.217Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188932712, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T06:18:23.217Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:18:23.217Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188933716, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-25T06:18:23.218Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:18:23.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188934719, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-25T06:18:23.218Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:18:23.218Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.218Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188935723, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:18:23.218Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:18:23.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "bd6a12d6-ab8c-4c0e-b950-29cc025f21c6", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188967399, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T06:18:23.219Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:18:23.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:18:23.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:18:23.219Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.219Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-25T06:18:23.219Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:18:23.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T06:18:23.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:18:23.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:18:23.220Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:18:23.220Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.220Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-25T06:18:23.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:18:23.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:18:23.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:18:23.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:18:23.221Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-25T06:18:23.221Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.221Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188975630, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:18:23.221Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:18:23.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188977935, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T06:18:23.222Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:18:23.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188979013, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T06:18:23.222Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:18:23.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.222Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188980090, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-25T06:18:23.222Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:18:23.222Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188981177, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T06:18:23.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:18:23.223Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-25T06:18:23.223Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188982181, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-25T06:18:23.223Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:18:30.124Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5b0789ef-dd44-41fe-b89c-79f8cdc7310c and distributionStatus: Hibernate: select watchdogse0_.DISTRIBUTION_ID as distribu1_13_, watchdogse0_.SERVICE_MODEL_VERSION_ID as service_2_13_, watchdogse0_.CONSUMER_ID as consumer3_13_, watchdogse0_.CREATE_TIME as create_t4_13_, watchdogse0_.DISTRIBUTION_NOTIFICATION as distribu5_13_ from watchdog_service_mod_ver_id_lookup watchdogse0_ where watchdogse0_.DISTRIBUTION_ID=? 2022-03-25T06:18:30.131Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5b0789ef-dd44-41fe-b89c-79f8cdc7310c and serviceModelVersionId: 35f46bd4-5ca9-47f4-aac7-8cf84dfaa1c4 2022-03-25T06:18:30.131Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : f0dcf696-4b72-4282-b803-de04f622c8ee 2022-03-25T06:18:30.132Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/f0dcf696-4b72-4282-b803-de04f622c8ee/model-vers/model-ver/35f46bd4-5ca9-47f4-aac7-8cf84dfaa1c4?depth=0 2022-03-25T06:18:30.135Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-25T06:18:30.185Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0dcf696-4b72-4282-b803-de04f622c8ee/model-vers/model-ver/35f46bd4-5ca9-47f4-aac7-8cf84dfaa1c4?depth=0|INFO|500||Invoke 2022-03-25T06:18:30.185Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0dcf696-4b72-4282-b803-de04f622c8ee/model-vers/model-ver/35f46bd4-5ca9-47f4-aac7-8cf84dfaa1c4?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0dcf696-4b72-4282-b803-de04f622c8ee/model-vers/model-ver/35f46bd4-5ca9-47f4-aac7-8cf84dfaa1c4?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5b0789ef-dd44-41fe-b89c-79f8cdc7310c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[b92c4b36-ae9f-4a98-a378-5c1f003a3d70], X-ECOMP-RequestID=[5b0789ef-dd44-41fe-b89c-79f8cdc7310c], X-TransactionId=[], X-ONAP-RequestID=[5b0789ef-dd44-41fe-b89c-79f8cdc7310c], Content-Type=[application/merge-patch+json]} 2022-03-25T06:18:30.202Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0dcf696-4b72-4282-b803-de04f622c8ee/model-vers/model-ver/35f46bd4-5ca9-47f4-aac7-8cf84dfaa1c4?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-25T06:18:31.276Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0dcf696-4b72-4282-b803-de04f622c8ee/model-vers/model-ver/35f46bd4-5ca9-47f4-aac7-8cf84dfaa1c4?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/f0dcf696-4b72-4282-b803-de04f622c8ee/model-vers/model-ver/35f46bd4-5ca9-47f4-aac7-8cf84dfaa1c4?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220325-06:18:30:242-12388], vertex-id=[413720], Content-Length=[0], Date=[Fri, 25 Mar 2022 06:18:30 GMT], Content-Type=[application/json]} 2022-03-25T06:18:31.277Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0dcf696-4b72-4282-b803-de04f622c8ee/model-vers/model-ver/35f46bd4-5ca9-47f4-aac7-8cf84dfaa1c4?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-25T06:18:31.277Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/f0dcf696-4b72-4282-b803-de04f622c8ee/model-vers/model-ver/35f46bd4-5ca9-47f4-aac7-8cf84dfaa1c4?depth=0|INFO|500||InvokeReturn 2022-03-25T06:18:31.278Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-25T06:18:31.279Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-25T06:18:31.282Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T06:18:31.283Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5b0789ef-dd44-41fe-b89c-79f8cdc7310c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-25T06:18:31.283Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-25T06:18:31.283Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-25T06:18:31.286Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-25T06:18:31.286Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189111283, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T06:18:31.386Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-25T06:18:31.387Z||pool-133-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-25T06:18:31.387Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as el6TLgIcns7v7BDr) ... 2022-03-25T06:18:31.397Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:18:31.398Z||pool-133-thread-1|||||INFO|500||cambria reply ok (11 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-25T06:18:32.299Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:18:32.300Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:18:32.300Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|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 el6TLgIcns7v7BDr) ... 2022-03-25T06:18:42.594Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:18:42.595Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:18:42.596Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:18:42.596Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:18:52.166Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:18:52.166Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:18:52.167Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:18:52.167Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:19:01.701Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:19:01.702Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:19:01.702Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:19:01.702Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:19:11.240Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:19:11.241Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:19:11.241Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:19:11.242Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:19:20.780Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:19:20.781Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:19:20.781Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:19:20.781Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:19:23.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:19:23.188Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:19:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:19:23.209Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:19:23.210Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T06:19:23.210Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188983186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-25T06:19:23.210Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:19:23.210Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T06:19:23.210Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188984190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:19:23.210Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:19:23.210Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T06:19:23.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "745db3b9-468e-4172-96a0-9abae614fce0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189015995, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T06:19:23.211Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:19:23.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T06:19:23.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:19:23.211Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T06:19:23.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T06:19:23.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-25T06:19:23.211Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T06:19:23.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T06:19:23.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-25T06:19:23.211Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T06:19:23.211Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T06:19:23.211Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T06:19:23.211Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T06:19:23.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T06:19:23.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:19:23.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T06:19:23.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T06:19:23.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:19:23.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T06:19:23.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T06:19:23.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-25T06:19:23.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T06:19:23.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T06:19:23.212Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:19:23.212Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T06:19:23.212Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T06:19:23.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:19:23.213Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-25T06:19:23.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T06:19:23.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189027281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:19:23.213Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:19:23.213Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-25T06:19:23.213Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189029121, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:19:23.213Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:19:30.329Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:19:30.330Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:19:30.330Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:19:30.330Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:19:39.878Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:20:23.179Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:20:23.180Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:20:23.180Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:20:23.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:20:23.187Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:20:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:20:23.208Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:20:23.208Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T06:20:23.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "cc6854ad-b271-40be-9926-ccfb4eeaa1cc", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189060596, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T06:20:23.209Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:20:23.209Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T06:20:23.209Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:20:23.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T06:20:23.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T06:20:23.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-25T06:20:23.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T06:20:23.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T06:20:23.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-25T06:20:23.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T06:20:23.210Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T06:20:23.210Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-25T06:20:23.210Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T06:20:23.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T06:20:23.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-25T06:20:23.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T06:20:23.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T06:20:23.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-25T06:20:23.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T06:20:23.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T06:20:23.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-25T06:20:23.211Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T06:20:23.211Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T06:20:23.211Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648188907704, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-25T06:20:23.212Z||pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-03-25T06:20:23.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T06:20:23.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189069846, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-25T06:20:23.212Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:20:23.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T06:20:23.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189072278, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-25T06:20:23.212Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:20:23.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T06:20:23.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189073657, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-25T06:20:23.212Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:20:23.212Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T06:20:23.212Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189074972, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-25T06:20:23.212Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:20:23.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T06:20:23.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189076084, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-25T06:20:23.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:20:23.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T06:20:23.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189077088, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-25T06:20:23.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:20:23.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T06:20:23.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189078093, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-25T06:20:23.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:20:23.213Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-25T06:20:23.213Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189079097, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-25T06:20:23.213Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:20:32.732Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:21:23.180Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:21:23.181Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:21:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:21:23.187Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:21:23.187Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:21:23.188Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|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 el6TLgIcns7v7BDr) ... 2022-03-25T06:21:23.708Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:21:23.709Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-25T06:21:23.709Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "5b0789ef-dd44-41fe-b89c-79f8cdc7310c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648189111283, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-25T06:21:23.709Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-25T06:21:32.732Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:22:23.180Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:22:23.181Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:22:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:22:23.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:22:23.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:22:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:22:32.723Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:22:32.724Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:23:23.180Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:23:23.180Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:23:23.180Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:23:23.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:23:23.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:23:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:23:32.731Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:23:32.734Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:24:23.179Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:24:23.180Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:24:23.180Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:24:23.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:24:23.187Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:24:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:24:32.722Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:24:32.722Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:25:23.180Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:25:23.181Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:25:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:25:23.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:25:23.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:25:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:25:32.723Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:25:32.724Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:26:23.179Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:26:23.180Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:26:23.180Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:26:23.187Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:26:23.187Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:26:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:26:32.734Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:26:32.735Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:27:23.179Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:27:23.180Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:27:23.180Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:27:23.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:27:23.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:27:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:27:32.723Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:27:32.723Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:28:23.179Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:28:23.180Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:28:23.180Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:28:23.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:28:23.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:28:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:28:32.724Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:28:32.725Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:29:23.180Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:29:23.180Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:29:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:29:23.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:29:23.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:29:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:29:32.730Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:29:32.730Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:30:23.179Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:30:23.180Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:30:23.180Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:30:23.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:30:23.187Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:30:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:30:32.718Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:30:32.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:31:23.179Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:31:23.180Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:31:23.180Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:31:23.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:31:23.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:31:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:31:32.729Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:31:32.751Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:32:23.180Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:32:23.181Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:32:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:32:23.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:32:23.187Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:32:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:32:32.731Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:32:32.731Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:33:23.179Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:33:23.180Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:33:23.180Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:33:23.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:33:23.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:33:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:33:32.736Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:33:32.738Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:34:23.179Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:34:23.180Z||pool-2-thread-1|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:34:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:34:23.187Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:34:23.187Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:34:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:34:32.726Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:34:32.727Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:35:23.180Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:35:23.181Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:35:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:35:23.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:35:23.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:35:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:35:32.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:35:32.721Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:36:23.179Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:36:23.180Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:36:23.180Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:36:23.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:36:23.188Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:36:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:36:32.732Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:36:32.733Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:37:23.179Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:37:23.180Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:37:23.180Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:37:23.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:37:23.187Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:37:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:37:32.718Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:37:32.723Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:38:23.179Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:38:23.180Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:38:23.180Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:38:23.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:38:23.188Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:38:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:38:32.728Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:38:32.728Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:39:23.179Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:39:23.180Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:39:23.180Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:39:23.187Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:39:23.187Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:39:23.187Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|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 el6TLgIcns7v7BDr) ... 2022-03-25T06:39:32.728Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:39:32.729Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:40:23.180Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:40:23.181Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:40:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:40:23.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:40:23.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:40:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:40:32.726Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:40:32.727Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:41:23.179Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:41:23.180Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:41:23.180Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:41:23.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:41:23.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:41:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:41:32.728Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:41:32.729Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:42:23.179Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:42:23.180Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:42:23.180Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:42:23.187Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:42:23.187Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:42:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:42:32.764Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:42:32.765Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:43:23.180Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:43:23.181Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:43:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:43:23.187Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:43:23.187Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:43:23.187Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|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 el6TLgIcns7v7BDr) ... 2022-03-25T06:43:32.719Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:43:32.723Z|cdd1cd05-fd71-4543-8a8d-174d5e5d1ec5|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:44:23.180Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:44:23.181Z||pool-2-thread-2|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:44:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:44:23.187Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:44:23.187Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:44:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:44:32.757Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:44:32.757Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:45:23.179Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:45:23.180Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:45:23.180Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:45:23.187Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:45:23.187Z||pool-2-thread-5|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:45:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:45:32.726Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:45:32.731Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:46:23.180Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:46:23.181Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:46:23.181Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:46:23.187Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:46:23.187Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:46:23.188Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:46:32.722Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:46:32.723Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:47:23.179Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:47:23.180Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:47:23.180Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:47:23.187Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:47:23.187Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:47:23.187Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|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 el6TLgIcns7v7BDr) ... 2022-03-25T06:47:32.722Z|5b0789ef-dd44-41fe-b89c-79f8cdc7310c|pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:47:32.724Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:48:23.179Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:48:23.180Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:48:23.180Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:48:23.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:48:23.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:48:23.187Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:48:30.876Z||http-nio-8085-exec-5|||||INFO|500||Error parsing HTTP request header Note: further occurrences of HTTP request parsing errors will be logged at DEBUG level. java.lang.IllegalArgumentException: Invalid character found in method name [JDWP-Handshake\n...]. HTTP method names must be tokens at org.apache.coyote.http11.Http11InputBuffer.parseRequestLine(Http11InputBuffer.java:417) at org.apache.coyote.http11.Http11Processor.service(Http11Processor.java:261) at org.apache.coyote.AbstractProcessorLight.process(AbstractProcessorLight.java:65) at org.apache.coyote.AbstractProtocol$ConnectionHandler.process(AbstractProtocol.java:888) at org.apache.tomcat.util.net.NioEndpoint$SocketProcessor.doRun(NioEndpoint.java:1597) at org.apache.tomcat.util.net.SocketProcessorBase.run(SocketProcessorBase.java:49) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at org.apache.tomcat.util.threads.TaskThread$WrappingRunnable.run(TaskThread.java:61) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-25T06:48:32.740Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:48:32.741Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-25T06:49:23.179Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:49:23.184Z||pool-2-thread-8|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:49:23.184Z||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 el6TLgIcns7v7BDr) ... 2022-03-25T06:49:23.187Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-25T06:49:23.187Z||pool-2-thread-7|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-25T06:49:23.187Z||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 el6TLgIcns7v7BDr) ...