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-27T03:24:25.118Z||main|||||INFO|500||The following profiles are active: basic 2022-03-27T03:24:38.350Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-27T03:24:38.351Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-27T03:24:38.486Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-27T03:24:43.577Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-27T03:24:44.224Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-27T03:24:44.747Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-27T03:24:44.756Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-27T03:24:44.874Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-27T03:24:45.124Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-27T03:24:45.846Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-27T03:24:47.569Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-27T03:24:50.310Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-27T03:24:50.393Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-27T03:24:51.198Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-27T03:24:51.457Z||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-27T03:24:53.118Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-27T03:24:54.393Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-27T03:24:54.418Z||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$$9ade955a.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-27T03:24:54.420Z||main|||||WARN|500||The sdc end point is not alive 2022-03-27T03:24:58.342Z||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-27T03:25:02.184Z||main|||||WARN|500||--- 2022-03-27T03:25:02.185Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-27T03:25:02.185Z||main|||||WARN|500||--- 2022-03-27T03:25:02.686Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-27T03:25:08.515Z||main|||||INFO|500||Started Application in 47.298 seconds (JVM running for 49.871) 2022-03-27T03:25:08.534Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-27T03:25:08.536Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-27T03:25:08.564Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-27T03:25:08.606Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-27T03:25:08.660Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 028c4110-02fc-484c-a996-a2e6d62c709d url= /sdc/v1/artifactTypes 2022-03-27T03:25:08.661Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-27T03:25:08.980Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-27T03:25:09.007Z||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-27T03:25:09.070Z||scheduling-1|||||DEBUG|500||create keys 2022-03-27T03:25:09.079Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-27T03:25:09.118Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:25:09.150Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2e7b1d90-1fde-4282-a582-c8c8d4020112 url= /sdc/v1/registerForDistribution 2022-03-27T03:25:09.333Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2e7b1d90-1fde-4282-a582-c8c8d4020112 url= /sdc/v1/registerForDistribution 2022-03-27T03:25:09.333Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-27T03:25:09.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:25:09.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:25:09.357Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-27T03:25:09.365Z||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-27T03:25:09.366Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:25:09.366Z||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-27T03:25:09.366Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:25:19.644Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:25:19.662Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:26:09.342Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:26:09.343Z||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-27T03:26:09.344Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:26:09.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:26:09.345Z||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-27T03:26:09.346Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:26:18.908Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:26:18.913Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:27:09.342Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:27:09.343Z||pool-2-thread-4|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-27T03:27:09.343Z||pool-2-thread-4|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:27:09.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:27:09.347Z||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-27T03:27:09.347Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:27:18.923Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:27:18.928Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:28:09.341Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:28:09.343Z||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-27T03:28:09.343Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:28:09.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:28:09.345Z||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-27T03:28:09.346Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:28:18.899Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:28:18.916Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:29:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:29:09.343Z||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-27T03:29:09.343Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:29:09.345Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:29:09.347Z||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-27T03:29:09.347Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:29:18.908Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:29:18.912Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:30:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:30:09.343Z||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-27T03:30:09.343Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:30:09.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:30:09.345Z||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-27T03:30:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:30:18.899Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:30:18.907Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:31:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:31:09.342Z||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-27T03:31:09.343Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:31:09.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:31:09.344Z||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-27T03:31:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:31:18.910Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:31:18.910Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:32:09.341Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:32:09.343Z||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-27T03:32:09.343Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:32:09.347Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:32:09.351Z||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-27T03:32:09.351Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:32:18.930Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:32:18.934Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:33:09.341Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:33:09.343Z||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-27T03:33:09.343Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:33:09.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:33:09.344Z||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-27T03:33:09.344Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:33:18.923Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:33:18.923Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:34:09.342Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:34:09.343Z||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-27T03:34:09.343Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:34:09.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:34:09.344Z||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-27T03:34:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:34:18.922Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:34:18.925Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:34:45.432Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-27T03:35:09.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:35:09.344Z||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-27T03:35:09.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:35:09.344Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:35:09.345Z||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-27T03:35:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:35:18.913Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:35:18.913Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:36:09.342Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:36:09.343Z||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-27T03:36:09.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:36:09.344Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:36:09.345Z||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-27T03:36:09.346Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:36:18.908Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:36:18.935Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:37:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:37:09.343Z||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-27T03:37:09.344Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:37:09.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:37:09.345Z||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-27T03:37:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:37:18.922Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:37:18.922Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:38:09.343Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:38:09.344Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:38:09.345Z||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-27T03:38:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:38:09.345Z||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-27T03:38:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:38:18.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:38:18.928Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:39:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:39:09.342Z||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-27T03:39:09.343Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:39:09.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:39:09.345Z||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-27T03:39:09.346Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:39:18.911Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:39:18.913Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:40:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:40:09.343Z||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-27T03:40:09.343Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:40:09.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:40:09.347Z||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-27T03:40:09.347Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:40:18.911Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:40:18.911Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:41:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:41:09.343Z||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-27T03:41:09.343Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:41:09.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:41:09.345Z||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-27T03:41:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:41:18.917Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:41:18.917Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:42:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:42:09.343Z||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-27T03:42:09.343Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:42:09.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:42:09.344Z||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-27T03:42:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:42:18.917Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:42:18.917Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:43:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:43:09.343Z||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-27T03:43:09.343Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:43:09.345Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:43:09.346Z||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-27T03:43:09.347Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:43:18.915Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:43:18.916Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:44:09.341Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:44:09.343Z||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-27T03:44:09.343Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:44:09.347Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:44:09.348Z||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-27T03:44:09.348Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:44:18.927Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:44:18.929Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:45:09.349Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:45:09.349Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:45:09.350Z||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-27T03:45:09.350Z||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-27T03:45:09.351Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:45:09.351Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:45:18.920Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:45:18.923Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:46:09.344Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:46:09.346Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-27T03:46:09.346Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:46:09.347Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:46:09.351Z||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-27T03:46:09.351Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:46:18.929Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:46:18.945Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:47:09.341Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:47:09.342Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-27T03:47:09.343Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:47:09.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:47:09.345Z||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-27T03:47:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:47:18.930Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:47:18.933Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:48:09.341Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:48:09.343Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-27T03:48:09.343Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:48:09.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:48:09.344Z||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-27T03:48:09.344Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:48:18.936Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:48:18.940Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:49:09.341Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:49:09.342Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-27T03:49:09.343Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:49:09.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:49:09.345Z||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-27T03:49:09.346Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:49:18.897Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:49:18.897Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:50:09.341Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:50:09.343Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-27T03:50:09.343Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:50:09.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:50:09.345Z||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-27T03:50:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:50:18.934Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:50:18.936Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:51:09.341Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:51:09.343Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-27T03:51:09.343Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:51:09.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:51:09.345Z||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-27T03:51:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:51:18.891Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:51:18.891Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:52:09.341Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:52:09.343Z||pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-27T03:52:09.343Z||pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:52:09.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:52:09.345Z||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-27T03:52:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:52:10.000Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:52:10.004Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.004Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"0e4d8990-eaaa-4dc1-a13a-c2314bc02217","serviceName":"basic_onboard_Xzgguf","serviceVersion":"1.0","serviceUUID":"67919805-ab0e-4d9b-bf62-5b58ac37f624","serviceDescription":"service","serviceInvariantUUID":"9cff1b6d-93dc-43c7-b17f-e49e44fc41f1","resources":[{"resourceInstanceName":"basic_onboard_Xzgguf 0","resourceName":"basic_onboard_Xzgguf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6212f6e3-531a-48fd-996c-036fa59c9eca","resourceInvariantUUID":"56fcbee7-3ba6-4ed5-bd31-e894d53667e0","resourceCustomizationUUID":"0f64c13c-401a-4955-8ce6-64820a8e575e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vf-license-model.xml","artifactChecksum":"MTI0Y2E1NjQwMzZmZTk4OTgwMTliY2VmYWUwZTlmOWQ\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"c2ce42fa-2544-4293-bb73-fb630af51137","artifactVersion":"1"},{"artifactName":"basic_onboard_xzgguf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json","artifactChecksum":"MjFlYjU3ODMyMzcwZThiYTY4MTgzMDVlODk0ZTkwM2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"436ca3ac-1547-4d82-8915-53a7bcbe828a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"aea1eb41-8277-4887-92ef-208c492a12a3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"958cc35e-87f4-4a93-bb5b-355110ad096e","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"a5253375-8d18-4c92-9035-1972b14a9293","artifactVersion":"2","generatedFromUUID":"aea1eb41-8277-4887-92ef-208c492a12a3"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardXzgguf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-template.yml","artifactChecksum":"MjQ5NWIwMzhmNzVkM2M4MDdmZTVkMGY1OTkzNzdkNGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"357daf97-69c0-4212-945c-3d69ac5bbb5d","artifactVersion":"1"},{"artifactName":"service-BasicOnboardXzgguf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar","artifactChecksum":"NjRmN2VkNjM4N2VlZGRkMmRiMDdhMDg2OWIxYTY3NTk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ffa84a50-8285-4ba4-8ad1-aa271642e9a0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-27T03:52:10.005Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:52:10.015Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.015Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "multicloud-k8s-id", "timestamp": 1648353099266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.021Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T03:52:10.028Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:52:10.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.041Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:52:10.041Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.041Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "cds", "timestamp": 1648353101476, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.041Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.041Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353129341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "ves-openapi-manager", "timestamp": 1648353100036, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.042Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.042Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353105139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.042Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "multicloud-k8s-id", "timestamp": 1648353099266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json", "status": "NOTIFIED" } 2022-03-27T03:52:10.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.043Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.043Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "cds", "timestamp": 1648353101476, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.043Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "ves-openapi-manager", "timestamp": 1648353100036, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.044Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.044Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353105139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.044Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "multicloud-k8s-id", "timestamp": 1648353099266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-27T03:52:10.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.045Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "cds", "timestamp": 1648353101476, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.045Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.045Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "ves-openapi-manager", "timestamp": 1648353100036, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.046Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353105139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.046Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.046Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "multicloud-k8s-id", "timestamp": 1648353099266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.047Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "cds", "timestamp": 1648353101476, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.047Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.047Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "ves-openapi-manager", "timestamp": 1648353100036, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.048Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.048Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.048Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353105139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.049Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.049Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.049Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "multicloud-k8s-id", "timestamp": 1648353099266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-27T03:52:10.050Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.050Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.050Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "cds", "timestamp": 1648353101476, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.051Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.051Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "ves-openapi-manager", "timestamp": 1648353100036, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.051Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.052Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353105139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.052Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.052Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "multicloud-k8s-id", "timestamp": 1648353099266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.053Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.053Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "cds", "timestamp": 1648353101476, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.053Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "ves-openapi-manager", "timestamp": 1648353100036, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.054Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.054Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353105139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.054Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "multicloud-k8s-id", "timestamp": 1648353099266, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:52:10.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.055Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.055Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "cds", "timestamp": 1648353101476, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:52:10.055Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "ves-openapi-manager", "timestamp": 1648353100036, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.056Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353105139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:52:10.056Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.056Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "dcae-sch", "timestamp": 1648353112784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.057Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.057Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "multicloud-k8s-id", "timestamp": 1648353113011, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-27T03:52:10.057Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:52:10.057Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "cds", "timestamp": 1648353113255, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T03:52:10.058Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:52:10.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353113558, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T03:52:10.058Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:52:10.058Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.058Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "dcae-sch", "timestamp": 1648353112784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.059Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.059Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.059Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "cds", "timestamp": 1648353114275, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-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-27T03:52:10.142Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-03-27T03:52:10.147Z||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-27T03:52:10.147Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:52:10.161Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:52:10.162Z||pool-3-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: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-27T03:52:10.281Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 2022-03-27T03:52:10.318Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 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-27T03:52:10.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "clamp", "timestamp": 1648353114497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "multicloud-k8s-id", "timestamp": 1648353114301, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T03:52:10.345Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:52:10.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "policy-id", "timestamp": 1648353114145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "dcae-sch", "timestamp": 1648353112784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "clamp", "timestamp": 1648353114497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json", "status": "NOTIFIED" } 2022-03-27T03:52:10.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "policy-id", "timestamp": 1648353114145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "multicloud-k8s-id", "timestamp": 1648353115636, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-27T03:52:10.350Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:52:10.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "dcae-sch", "timestamp": 1648353112784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "clamp", "timestamp": 1648353114497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "policy-id", "timestamp": 1648353114145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-27T03:52:10.353Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.353Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "dcae-sch", "timestamp": 1648353112784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.354Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "multicloud-k8s-id", "timestamp": 1648353116705, "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-27T03:52:10.377Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 2022-03-27T03:52:10.378Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 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-27T03:52:10.390Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.390Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "clamp", "timestamp": 1648353114497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.391Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.391Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.391Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "policy-id", "timestamp": 1648353114145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.392Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.392Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.392Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "dcae-sch", "timestamp": 1648353112784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.393Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.393Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.393Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "multicloud-k8s-id", "timestamp": 1648353117713, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json", "status": "DEPLOY_OK" } 2022-03-27T03:52:10.394Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:52:10.394Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.394Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353118505, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T03:52:10.395Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:52:10.395Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.395Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "clamp", "timestamp": 1648353114497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.396Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.396Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.396Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "policy-id", "timestamp": 1648353114145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.397Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.397Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.397Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "aai-ml", "timestamp": 1648353118541, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.398Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.398Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.398Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "dcae-sch", "timestamp": 1648353112784, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.399Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.399Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.399Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353119512, "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-27T03:52:10.409Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 2022-03-27T03:52:10.410Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 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-27T03:52:10.424Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.424Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "clamp", "timestamp": 1648353114497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.425Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.425Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.425Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "policy-id", "timestamp": 1648353114145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.426Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.426Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.426Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "aai-ml", "timestamp": 1648353118541, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.427Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.427Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.427Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "clamp", "timestamp": 1648353114497, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:52:10.428Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.428Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.428Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "policy-id", "timestamp": 1648353114145, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:52:10.429Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.429Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.429Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "aai-ml", "timestamp": 1648353118541, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.430Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.430Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.430Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "aai-ml", "timestamp": 1648353118541, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.431Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.431Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.431Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "policy-id", "timestamp": 1648353121937, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T03:52:10.432Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:52:10.432Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.432Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "aai-ml", "timestamp": 1648353118541, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.432Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "policy-id", "timestamp": 1648353122947, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T03:52:10.433Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:52:10.433Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.433Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "aai-ml", "timestamp": 1648353118541, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:10.434Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.434Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.434Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "policy-id", "timestamp": 1648353123952, "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-27T03:52:10.440Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 2022-03-27T03:52:10.440Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 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-27T03:52:10.450Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "aai-ml", "timestamp": 1648353118541, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:52:10.451Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:52:10.451Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:52:10.451Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "aai-ml", "timestamp": 1648353126391, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T03:52:10.452Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:52:11.055Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T03:52:11.055Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:52:11.057Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:52:11.058Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353129341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json", "status": "NOTIFIED" } 2022-03-27T03:52:11.158Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:52:11.159Z||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-27T03:52:11.159Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:52:11.172Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:52:11.173Z||pool-4-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:52:12.058Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T03:52:12.059Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:52:12.062Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:52:12.062Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353129341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-27T03:52:12.162Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:52:12.164Z||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-27T03:52:12.164Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:52:12.182Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:52:12.183Z||pool-5-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:52:13.063Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T03:52:13.064Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:52:13.066Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:52:13.067Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353129341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:13.167Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:52:13.168Z||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-27T03:52:13.168Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:52:13.179Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:52:13.180Z||pool-6-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:52:14.068Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T03:52:14.071Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:52:14.075Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:52:14.075Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353129341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-27T03:52:14.175Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T03:52:14.176Z||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-27T03:52:14.176Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:52:14.189Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:52:14.189Z||pool-7-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:52:15.076Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T03:52:15.077Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:52:15.080Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:52:15.080Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353129341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:52:15.180Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-27T03:52:15.181Z||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-27T03:52:15.181Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:52:15.194Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:52:15.194Z||pool-8-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:52:16.083Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T03:52:16.084Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:52:16.087Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:52:16.087Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353129341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:52:16.187Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:52:16.188Z||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-27T03:52:16.188Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:52:16.212Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:52:16.213Z||pool-9-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:52:17.089Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "serviceName": "basic_onboard_Xzgguf", "serviceVersion": "1.0", "serviceUUID": "67919805-ab0e-4d9b-bf62-5b58ac37f624", "serviceDescription": "service", "serviceInvariantUUID": "9cff1b6d-93dc-43c7-b17f-e49e44fc41f1", "resources": [ { "resourceInstanceName": "basic_onboard_Xzgguf 0", "resourceCustomizationUUID": "0f64c13c-401a-4955-8ce6-64820a8e575e", "resourceName": "basic_onboard_Xzgguf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6212f6e3-531a-48fd-996c-036fa59c9eca", "resourceInvariantUUID": "56fcbee7-3ba6-4ed5-bd31-e894d53667e0", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_xzgguf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json", "artifactChecksum": "MjFlYjU3ODMyMzcwZThiYTY4MTgzMDVlODk0ZTkwM2M\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "436ca3ac-1547-4d82-8915-53a7bcbe828a", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "aea1eb41-8277-4887-92ef-208c492a12a3", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a5253375-8d18-4c92-9035-1972b14a9293", "generatedFromUUID": "aea1eb41-8277-4887-92ef-208c492a12a3" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "a5253375-8d18-4c92-9035-1972b14a9293", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardXzgguf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "artifactChecksum": "NjRmN2VkNjM4N2VlZGRkMmRiMDdhMDg2OWIxYTY3NTk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ffa84a50-8285-4ba4-8ad1-aa271642e9a0" } ], "workloadContext": "Production" } 2022-03-27T03:52:17.090Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-27T03:52:17.090Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 67919805-ab0e-4d9b-bf62-5b58ac37f624 ASDC 2022-03-27T03:52:17.230Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:0e4d8990-eaaa-4dc1-a13a-c2314bc02217 ServiceName:basic_onboard_Xzgguf ServiceVersion:1.0 ServiceUUID:67919805-ab0e-4d9b-bf62-5b58ac37f624 ServiceInvariantUUID:9cff1b6d-93dc-43c7-b17f-e49e44fc41f1 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardXzgguf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar ArtifactUUID:ffa84a50-8285-4ba4-8ad1-aa271642e9a0 ArtifactChecksum:NjRmN2VkNjM4N2VlZGRkMmRiMDdhMDg2OWIxYTY3NTk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_Xzgguf 0 ResourceCustomizationUUID:0f64c13c-401a-4955-8ce6-64820a8e575e ResourceInvariantUUID:56fcbee7-3ba6-4ed5-bd31-e894d53667e0 ResourceName:basic_onboard_Xzgguf ResourceType:VF ResourceUUID:6212f6e3-531a-48fd-996c-036fa59c9eca ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_xzgguf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json ArtifactUUID:436ca3ac-1547-4d82-8915-53a7bcbe828a ArtifactChecksum:MjFlYjU3ODMyMzcwZThiYTY4MTgzMDVlODk0ZTkwM2M= 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/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml ArtifactUUID:aea1eb41-8277-4887-92ef-208c492a12a3 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/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env ArtifactUUID:a5253375-8d18-4c92-9035-1972b14a9293 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/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env ArtifactUUID:a5253375-8d18-4c92-9035-1972b14a9293 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-27T03:52:17.231Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 67919805-ab0e-4d9b-bf62-5b58ac37f624 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-27T03:52:17.286Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-27T03:52:17.288Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-27T03:52:17.289Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-27T03:52:17.289Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ffa84a50-8285-4ba4-8ad1-aa271642e9a0 from URL: /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar 2022-03-27T03:52:17.289Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-27T03:52:17.291Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar 2022-03-27T03:52:17.720Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-27T03:52:17.740Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar ffa84a50-8285-4ba4-8ad1-aa271642e9a0 71541 2022-03-27T03:52:17.742Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar ASDC sendASDCNotification 2022-03-27T03:52:17.742Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar 2022-03-27T03:52:17.744Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T03:52:17.745Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:52:17.747Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:52:17.748Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353137741, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T03:52:17.848Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:52:17.850Z||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-27T03:52:17.850Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:52:17.865Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:52:17.867Z||pool-10-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-27T03:52:18.748Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-27T03:52:18.750Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-27T03:52:18.750Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ffa84a50-8285-4ba4-8ad1-aa271642e9a0, URL: /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar to file: /app/ASDC/1/service-BasicOnboardXzgguf-csar.csar 2022-03-27T03:52:18.751Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardXzgguf-csar.csar 2022-03-27T03:52:18.849Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardXzgguf-csar.csar 2022-03-27T03:52:18.850Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardXzgguf-csar.csar 2022-03-27T03:52:19.538Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12080386969875570400/Definitions/service-BasicOnboardXzgguf-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-27T03:52:21.532Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-27T03:52:21.542Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-27T03:52:21.542Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardXzgguf-csar.csar 2022-03-27T03:52:21.543Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-27T03:52:21.543Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [port_ubuntu18_admin_plane_port_0_name, port_ubuntu18_admin_plane_port_0_order, port_ubuntu18_admin_plane_port_0_vlan_requirements, nfc_function, port_ubuntu18_admin_plane_port_0_network_role, port_ubuntu18_admin_plane_port_0_related_networks, port_ubuntu18_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicOnboardXzgguf-csar.csar 2022-03-27T03:52:21.543Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXzgguf-csar.csar 2022-03-27T03:52:21.544Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXzgguf-csar.csar 2022-03-27T03:52:21.544Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXzgguf-csar.csar 2022-03-27T03:52:21.544Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_Xzgguf 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-BasicOnboardXzgguf-csar.csar 2022-03-27T03:52:21.544Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardXzgguf-csar.csar 2022-03-27T03:52:21.545Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardXzgguf-csar.csar 2022-03-27T03:52:21.545Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardXzgguf-csar.csar 2022-03-27T03:52:21.545Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardXzgguf-csar.csar 2022-03-27T03:52:21.545Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-27T03:52:21.555Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:21.557Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:52:21.563Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is matching search criteria 2022-03-27T03:52:21.564Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-27T03:52:21.566Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_Xzgguf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-27T03:52:21.568Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:21.568Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:52:21.568Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is matching search criteria 2022-03-27T03:52:21.568Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-27T03:52:21.569Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_Xzgguf 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-27T03:52:21.569Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:21.569Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:52:21.574Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:21.574Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is not matching search criteria 2022-03-27T03:52:21.574Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-27T03:52:21.574Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-27T03:52:21.575Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-27T03:52:21.575Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-27T03:52:21.575Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-27T03:52:21.576Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:21.576Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-27T03:52:21.577Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:21.578Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is matching search criteria 2022-03-27T03:52:21.578Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_Xzgguf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T03:52:21.578Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:21.579Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is matching search criteria 2022-03-27T03:52:21.579Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_Xzgguf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T03:52:21.579Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:21.579Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is matching search criteria 2022-03-27T03:52:21.580Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_Xzgguf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T03:52:21.580Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:21.580Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is not matching search criteria 2022-03-27T03:52:21.580Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-27T03:52:21.581Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-27T03:52:21.581Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7f3897a3-c6cd-49d2-a93d-dffcf7fde1c5 2022-03-27T03:52:21.581Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:21.582Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:52:21.582Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:21.582Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:52:21.583Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:21.583Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:52:21.584Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:21.584Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:52:21.584Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_Xzgguf Description:service Model UUID:67919805-ab0e-4d9b-bf62-5b58ac37f624 Model Version:NULL Model InvariantUuid:9cff1b6d-93dc-43c7-b17f-e49e44fc41f1 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_Xzgguf Model UUID:af68fbb9-d153-4b0c-8c9b-86d1e34d8aaa Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:56fcbee7-3ba6-4ed5-bd31-e894d53667e0 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0f64c13c-401a-4955-8ce6-64820a8e575e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:985b4b81-7f24-485e-9530-486d6213bf3b ModelName:BasicOnboardXzgguf..base_ubuntu18..module-0 ModelUuid:2732118a-4c1f-4a3d-81aa-b502fb3be178 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7f3897a3-c6cd-49d2-a93d-dffcf7fde1c5 ModelInvariantUuid:c457a9bb-dcf0-4ad5-b78a-5aaeb59f61c1 ModelName:basic_onboard_Xzgguf-nodes.ubuntu18Cvfc ModelUuid:48188fae-7253-4077-90d8-fdc507a27b6e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:02c9a22b-c158-438c-b112-cdc501d5afe9 ModelInvariantUuid:70ba24f4-da8c-4a8c-b523-323f53dba167 ModelName:BasicOnboardXzgguf.compute.nodes.heat.ubuntu18 ModelUuid:f3cc2e93-6e17-43d0-8825-ce302ebbda59 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-27T03:52:21.600Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 6212f6e3-531a-48fd-996c-036fa59c9eca 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-27T03:52:21.759Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||basic_onboard_Xzgguf 0 2022-03-27T03:52:21.766Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6212f6e3-531a-48fd-996c-036fa59c9eca 2022-03-27T03:52:21.766Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 436ca3ac-1547-4d82-8915-53a7bcbe828a from URL: /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json 2022-03-27T03:52:21.766Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-27T03:52:21.767Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json 2022-03-27T03:52:22.100Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-27T03:52:22.101Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json 436ca3ac-1547-4d82-8915-53a7bcbe828a 798 2022-03-27T03:52:22.102Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json ASDC sendASDCNotification 2022-03-27T03:52:22.102Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json 2022-03-27T03:52:22.102Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T03:52:22.102Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:52:22.106Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:52:22.106Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353142102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-27T03:52:22.206Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:52:22.208Z||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-27T03:52:22.208Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:52:22.244Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:52:22.246Z||pool-11-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:52:23.109Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardXzgguf..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "985b4b81-7f24-485e-9530-486d6213bf3b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2732118a-4c1f-4a3d-81aa-b502fb3be178", "vfModuleModelCustomizationUUID": "c1bc4e62-1b58-4c08-b48c-16370cc3c22e", "isBase": true, "artifacts": [ "aea1eb41-8277-4887-92ef-208c492a12a3", "a5253375-8d18-4c92-9035-1972b14a9293" ], "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-27T03:52:23.126Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardXzgguf..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2732118a-4c1f-4a3d-81aa-b502fb3be178 VfModuleModelInvariantUUID:985b4b81-7f24-485e-9530-486d6213bf3b VfModuleModelDescription:NULL Artifacts UUID List:{ aea1eb41-8277-4887-92ef-208c492a12a3 , a5253375-8d18-4c92-9035-1972b14a9293 } 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-27T03:52:23.137Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardXzgguf..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "985b4b81-7f24-485e-9530-486d6213bf3b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "2732118a-4c1f-4a3d-81aa-b502fb3be178", "vfModuleModelCustomizationUUID": "c1bc4e62-1b58-4c08-b48c-16370cc3c22e", "isBase": true, "artifacts": [ "aea1eb41-8277-4887-92ef-208c492a12a3", "a5253375-8d18-4c92-9035-1972b14a9293" ], "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-27T03:52:23.138Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardXzgguf..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:2732118a-4c1f-4a3d-81aa-b502fb3be178 VfModuleModelInvariantUUID:985b4b81-7f24-485e-9530-486d6213bf3b VfModuleModelDescription:NULL Artifacts UUID List:{ aea1eb41-8277-4887-92ef-208c492a12a3 , a5253375-8d18-4c92-9035-1972b14a9293 } 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-27T03:52:23.138Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: aea1eb41-8277-4887-92ef-208c492a12a3 from URL: /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml 2022-03-27T03:52:23.138Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-27T03:52:23.138Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml 2022-03-27T03:52:23.446Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-27T03:52:23.447Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml aea1eb41-8277-4887-92ef-208c492a12a3 5033 2022-03-27T03:52:23.448Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-27T03:52:23.448Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml 2022-03-27T03:52:23.449Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T03:52:23.449Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:52:23.452Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:52:23.452Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353143448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T03:52:23.552Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:52:23.554Z||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-27T03:52:23.554Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:52:23.575Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:52:23.576Z||pool-12-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:52:24.453Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a5253375-8d18-4c92-9035-1972b14a9293 from URL: /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env 2022-03-27T03:52:24.454Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-27T03:52:24.454Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env 2022-03-27T03:52:24.802Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-27T03:52:24.803Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env a5253375-8d18-4c92-9035-1972b14a9293 909 2022-03-27T03:52:24.804Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-27T03:52:24.804Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env 2022-03-27T03:52:24.804Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T03:52:24.805Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:52:24.808Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:52:24.808Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353144804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-27T03:52:24.908Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:52:24.910Z||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-27T03:52:24.910Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:52:24.923Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:52:24.925Z||pool-13-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-27T03:52:25.809Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 67919805-ab0e-4d9b-bf62-5b58ac37f624 2022-03-27T03:52:25.810Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_Xzgguf 0 6212f6e3-531a-48fd-996c-036fa59c9eca 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-27T03:52:25.858Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5de7b36c, org.onap.sdc.toscaparser.api.parameters.Input@4e755a10, org.onap.sdc.toscaparser.api.parameters.Input@463fe03e, org.onap.sdc.toscaparser.api.parameters.Input@1830e94f, org.onap.sdc.toscaparser.api.parameters.Input@78ac55f6] 2022-03-27T03:52:25.863Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:25.863Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:52:25.863Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-03-27T03:52:25.864Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 0f64c13c-401a-4955-8ce6-64820a8e575e 2022-03-27T03:52:25.864Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0f64c13c-401a-4955-8ce6-64820a8e575e matches Tosca VF Customization UUID: 0f64c13c-401a-4955-8ce6-64820a8e575e 2022-03-27T03:52:25.864Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 0f64c13c-401a-4955-8ce6-64820a8e575e 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-27T03:52:25.870Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:25.871Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:52:25.872Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 0f64c13c-401a-4955-8ce6-64820a8e575e: {\"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-27T03:52:25.872Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@66c53d30 2022-03-27T03:52:25.872Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:25.873Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-27T03:52:25.873Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c1bc4e62-1b58-4c08-b48c-16370cc3c22e 2022-03-27T03:52:25.874Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c1bc4e62-1b58-4c08-b48c-16370cc3c22e 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-27T03:52:25.881Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:25.881Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is matching search criteria 2022-03-27T03:52:25.881Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_Xzgguf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T03:52:25.882Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:25.882Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is matching search criteria 2022-03-27T03:52:25.882Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_Xzgguf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T03:52:25.883Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:25.883Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is not matching search criteria 2022-03-27T03:52:25.883Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-27T03:52:25.883Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-27T03:52:25.884Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=7f3897a3-c6cd-49d2-a93d-dffcf7fde1c5 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-27T03:52:25.891Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:25.891Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is matching search criteria 2022-03-27T03:52:25.891Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_Xzgguf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T03:52:25.892Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:25.892Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Node template basic_onboard_Xzgguf 0 is matching search criteria 2022-03-27T03:52:25.892Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_onboard_Xzgguf 0] matching following query criteria: sdcType=VF, customizationUUID=0f64c13c-401a-4955-8ce6-64820a8e575e 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-27T03:52:25.894Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:25.894Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:52:25.895Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 67919805-ab0e-4d9b-bf62-5b58ac37f624: basic_onboard_Xzgguf 2022-03-27T03:52:25.895Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:25.895Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:52:25.896Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:25.896Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:52:25.896Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:25.896Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:52:25.897Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:25.897Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:52:25.897Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:52:25.897Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Service basic_onboard_Xzgguf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:52:25.898Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||Saving Service: basic_onboard_Xzgguf 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-27T03:52:26.085Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_Xzgguf 6212f6e3-531a-48fd-996c-036fa59c9eca 1 ASDC deployResourceStructure 2022-03-27T03:52:26.085Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json ASDC sendASDCNotification 2022-03-27T03:52:26.086Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json 2022-03-27T03:52:26.086Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T03:52:26.086Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:52:26.089Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:52:26.089Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353146085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json", "status": "DEPLOY_OK" } 2022-03-27T03:52:26.189Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:52:26.191Z||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-27T03:52:26.191Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:52:26.210Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:52:26.211Z||pool-14-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-03-27T03:52:27.090Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-27T03:52:27.091Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml 2022-03-27T03:52:27.091Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T03:52:27.091Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:52:27.094Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:52:27.094Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353147090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-27T03:52:27.194Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:52:27.195Z||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-27T03:52:27.195Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:52:27.212Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:52:27.212Z||pool-15-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:52:28.095Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-27T03:52:28.095Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env 2022-03-27T03:52:28.095Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T03:52:28.096Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:52:28.099Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:52:28.099Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353148094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-27T03:52:28.199Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:52:28.201Z||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-27T03:52:28.201Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:52:28.218Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:52:28.218Z||pool-16-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:52:29.101Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar ASDC sendASDCNotification 2022-03-27T03:52:29.101Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar 2022-03-27T03:52:29.102Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T03:52:29.102Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:52:29.105Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:52:29.105Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353149101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T03:52:29.205Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:52:29.207Z||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-27T03:52:29.207Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:52:29.220Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:52:29.221Z||pool-17-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:52:30.107Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T03:52:30.126Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T03:52:30.130Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T03:52:30.130Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-27T03:52:30.131Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-27T03:53:00.131Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T03:53:00.150Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T03:53:00.156Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T03:53:00.157Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-27T03:53:00.157Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-27T03:53:09.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:53:09.345Z||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-27T03:53:09.346Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:53:09.474Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:53:09.475Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T03:53:09.475Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353129341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:53:09.476Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-27T03:53:30.158Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T03:53:30.177Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T03:53:30.181Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T03:53:30.182Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-27T03:53:30.182Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-27T03:54:00.182Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T03:54:00.201Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T03:54:00.207Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T03:54:00.208Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-27T03:54:00.208Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-27T03:54:09.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:54:09.346Z||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-27T03:54:09.346Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:54:09.380Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:54:09.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:54:09.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353129341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json", "status": "NOTIFIED" } 2022-03-27T03:54:09.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:54:09.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:54:09.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353129341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-27T03:54:09.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:54:09.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:54:09.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353129341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:54:09.384Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:54:09.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:54:09.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "clamp", "timestamp": 1648353133790, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T03:54:09.386Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:54:09.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:54:09.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353129341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-27T03:54:09.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:54:09.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:54:09.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353129341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:54:09.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:54:09.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:54:09.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "clamp", "timestamp": 1648353135810, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T03:54:09.388Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:54:09.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:54:09.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353129341, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:54:09.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:54:09.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:54:09.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "clamp", "timestamp": 1648353136820, "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-27T03:54:09.398Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 2022-03-27T03:54:09.398Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 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-27T03:54:09.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:54:09.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353137741, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T03:54:09.411Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:54:09.411Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:54:09.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353142102, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-27T03:54:09.412Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:54:09.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:54:09.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353143448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T03:54:09.413Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:54:09.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:54:09.413Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "aai-ml", "timestamp": 1648353144584, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T03:54:09.413Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:54:09.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:54:09.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353144804, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-27T03:54:09.414Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:54:09.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:54:09.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "aai-ml", "timestamp": 1648353145589, "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-27T03:54:09.420Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 2022-03-27T03:54:09.420Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 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-27T03:54:09.429Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:54:09.429Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353146085, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/basic_onboard_xzgguf0_modules.json", "status": "DEPLOY_OK" } 2022-03-27T03:54:09.430Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:54:09.430Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:54:09.430Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353147090, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-27T03:54:09.431Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:54:09.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:54:09.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353148094, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/resourceInstances/basic_onboard_xzgguf0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-27T03:54:09.431Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:54:09.431Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:54:09.431Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353149101, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardXzgguf/1.0/artifacts/service-BasicOnboardXzgguf-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T03:54:09.432Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:54:30.209Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T03:54:30.224Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T03:54:30.229Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T03:54:30.229Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-27T03:54:30.229Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-27T03:54:30.229Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-27T03:54:30.230Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T03:54:30.230Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T03:54:30.230Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T03:54:30.230Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T03:54:30.230Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T03:54:30.230Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T03:54:30.230Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-27T03:54:30.235Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-27T03:55:00.236Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 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-27T03:55:00.249Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 and serviceModelVersionId: 67919805-ab0e-4d9b-bf62-5b58ac37f624 2022-03-27T03:55:00.250Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9cff1b6d-93dc-43c7-b17f-e49e44fc41f1 2022-03-27T03:55:09.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:55:09.346Z||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-27T03:55:09.346Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:55:09.376Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:55:09.378Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.378Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "dcae-sch", "timestamp": 1648353232784, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.379Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.380Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.380Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "clamp", "timestamp": 1648353234497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.380Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.381Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.381Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "policy-id", "timestamp": 1648353234144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.382Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.382Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.382Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "cds", "timestamp": 1648353236476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "clamp", "timestamp": 1648353234497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json", "status": "NOTIFIED" } 2022-03-27T03:55:09.383Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "dcae-sch", "timestamp": 1648353232784, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "policy-id", "timestamp": 1648353234144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "cds", "timestamp": 1648353236476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "aai-ml", "timestamp": 1648353238541, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "dcae-sch", "timestamp": 1648353232784, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "clamp", "timestamp": 1648353234497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "policy-id", "timestamp": 1648353234144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-27T03:55:09.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "cds", "timestamp": 1648353236476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "aai-ml", "timestamp": 1648353238541, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "clamp", "timestamp": 1648353234497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "dcae-sch", "timestamp": 1648353232784, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.396Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.397Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "ves-openapi-manager", "timestamp": 1648353240036, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.397Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.397Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.398Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "policy-id", "timestamp": 1648353234144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.398Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.398Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.399Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "cds", "timestamp": 1648353236476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.400Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648353239266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.400Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.400Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "aai-ml", "timestamp": 1648353238541, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.401Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.401Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.401Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "clamp", "timestamp": 1648353234497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.402Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.402Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "dcae-sch", "timestamp": 1648353232784, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.402Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.403Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.403Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "ves-openapi-manager", "timestamp": 1648353240036, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.403Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.404Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.404Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "policy-id", "timestamp": 1648353234144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.404Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.405Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.405Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648353239266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json", "status": "NOTIFIED" } 2022-03-27T03:55:09.405Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.406Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.406Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "cds", "timestamp": 1648353236476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.407Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.407Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.407Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "aai-ml", "timestamp": 1648353238541, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.408Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.409Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "clamp", "timestamp": 1648353234497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.409Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.409Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.410Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "dcae-sch", "timestamp": 1648353232784, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.410Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.410Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.411Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "ves-openapi-manager", "timestamp": 1648353240036, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.411Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.412Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.412Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "policy-id", "timestamp": 1648353234144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.413Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.413Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648353239266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-27T03:55:09.414Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.414Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.414Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "cds", "timestamp": 1648353236476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.415Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.415Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.415Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "aai-ml", "timestamp": 1648353238541, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.416Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.416Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.416Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "clamp", "timestamp": 1648353234497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:55:09.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.417Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "dcae-sch", "timestamp": 1648353232784, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.417Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.417Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.418Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "ves-openapi-manager", "timestamp": 1648353240036, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.418Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.418Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "policy-id", "timestamp": 1648353234144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:55:09.419Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.419Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.419Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648353239266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.420Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.420Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.420Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "cds", "timestamp": 1648353236476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:55:09.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.421Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.421Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "aai-ml", "timestamp": 1648353238541, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.421Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.422Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "ves-openapi-manager", "timestamp": 1648353240036, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.422Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.422Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.423Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "policy-id", "timestamp": 1648353244283, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T03:55:09.423Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:55:09.423Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648353239266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-27T03:55:09.424Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.424Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.424Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "cds", "timestamp": 1648353244244, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T03:55:09.425Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:55:09.425Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.425Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "aai-ml", "timestamp": 1648353238541, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:55:09.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.426Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.426Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "ves-openapi-manager", "timestamp": 1648353240036, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.426Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.427Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "policy-id", "timestamp": 1648353245289, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T03:55:09.427Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:55:09.427Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648353239266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.428Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.428Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.428Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "cds", "timestamp": 1648353245250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-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-27T03:55:09.445Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a7535319-5a71-4849-b45e-d3d9320a8c32 2022-03-27T03:55:09.446Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7535319-5a71-4849-b45e-d3d9320a8c32 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-27T03:55:09.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "aai-ml", "timestamp": 1648353246314, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T03:55:09.457Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:55:09.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "ves-openapi-manager", "timestamp": 1648353240036, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:09.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "policy-id", "timestamp": 1648353246292, "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-27T03:55:09.464Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7535319-5a71-4849-b45e-d3d9320a8c32 2022-03-27T03:55:09.464Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7535319-5a71-4849-b45e-d3d9320a8c32 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-27T03:55:09.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648353239266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:55:09.479Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T03:55:09.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648353247312, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-27T03:55:09.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:55:09.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T03:55:09.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648353248711, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T03:55:09.480Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:55:16.435Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9cff1b6d-93dc-43c7-b17f-e49e44fc41f1/model-vers/model-ver/67919805-ab0e-4d9b-bf62-5b58ac37f624?depth=0 2022-03-27T03:55:16.600Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-27T03:55:17.217Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cff1b6d-93dc-43c7-b17f-e49e44fc41f1/model-vers/model-ver/67919805-ab0e-4d9b-bf62-5b58ac37f624?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-27T03:55:17.222Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cff1b6d-93dc-43c7-b17f-e49e44fc41f1/model-vers/model-ver/67919805-ab0e-4d9b-bf62-5b58ac37f624?depth=0|INFO|500||Invoke 2022-03-27T03:55:17.351Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cff1b6d-93dc-43c7-b17f-e49e44fc41f1/model-vers/model-ver/67919805-ab0e-4d9b-bf62-5b58ac37f624?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-27T03:55:17.838Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cff1b6d-93dc-43c7-b17f-e49e44fc41f1/model-vers/model-ver/67919805-ab0e-4d9b-bf62-5b58ac37f624?depth=0|INFO|500||InvokeReturn 2022-03-27T03:55:17.840Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9cff1b6d-93dc-43c7-b17f-e49e44fc41f1/model-vers/model-ver/67919805-ab0e-4d9b-bf62-5b58ac37f624?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220327-03:55:16:270-92086], vertex-id=[196736], Content-Length=[0], Date=[Sun, 27 Mar 2022 03:55:16 GMT], Content-Type=[application/json]} 2022-03-27T03:55:17.841Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-03-27T03:55:17.847Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-27T03:55:17.847Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-27T03:55:17.855Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-27T03:55:17.858Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 0e4d8990-eaaa-4dc1-a13a-c2314bc02217 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-27T03:55:17.859Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-27T03:55:17.860Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:55:17.863Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:55:17.864Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353317858, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-27T03:55:17.964Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T03:55:17.965Z||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-27T03:55:17.966Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:55:17.980Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:55:17.981Z||pool-18-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-27T03:55:18.883Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:55:18.884Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-27T03:55:18.884Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:55:23.293Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:55:23.295Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-27T03:55:23.295Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"a7535319-5a71-4849-b45e-d3d9320a8c32","serviceName":"vFW 2022-03-27 03-51-50","serviceVersion":"1.0","serviceUUID":"3b091f4d-2b00-4245-b569-dd6316f7aa10","serviceDescription":"catalog service description","serviceInvariantUUID":"4f718119-fda8-4f96-ac60-7acd5afd894c","resources":[{"resourceInstanceName":"vFW e6172612-c7dc 0","resourceName":"vFW e6172612-c7dc","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"59610da5-960a-48fc-a775-07a0ab92fdf9","resourceInvariantUUID":"41851b57-d97a-4433-b201-52070d304d8b","resourceCustomizationUUID":"95209d75-7797-4923-8f85-30aa35b578a8","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vf-license-model.xml","artifactChecksum":"NjBhZmRiZmRlODM4OTdjMzJkZTY1MTYzMTc5OGEyMDc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"9b3f1af8-2c62-4799-a04c-c997c61aa241","artifactVersion":"1"},{"artifactName":"vfwe6172612c7dc0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json","artifactChecksum":"ZjU4YzI1NThjYzM5YWM3Zjg1Yjk3MTA4OWQwMGJlZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"45fccfdc-1842-4ba0-9b5e-aac88d896039","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"95bd3a4b-11e1-4aba-bbf1-2425efe078f1","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vendor-license-model.xml","artifactChecksum":"ZTZmOWY1MzBlMDlhYmViMjQzMjcxNWEyNjFlZjAzZGQ\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"bb153bc9-b12e-4a4d-81c0-e78a4dba014a","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ee47f0eb-4a72-40dc-80a1-638fe4f0c8a8","artifactVersion":"2","generatedFromUUID":"95bd3a4b-11e1-4aba-bbf1-2425efe078f1"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220327035150-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-template.yml","artifactChecksum":"ZjI3OTQwZTNhNjhkZGQ2NjE2YmJlNWQ2ZGM1OWJmZjc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e5d00fa8-2fcb-43b1-a3b5-2a766066ae1b","artifactVersion":"1"},{"artifactName":"service-Vfw20220327035150-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar","artifactChecksum":"YTY3YTMwYzMyZjYwODEyYTQ5YTA4NzgwMDA2NzEzMWQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"726c737a-a24e-403c-a64f-ff58c10c8692","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-27T03:55:23.299Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T03:55:23.299Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:55:23.301Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:55:23.302Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353318883, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:23.402Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:55:23.404Z||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-27T03:55:23.404Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:55:23.434Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:55:23.434Z||pool-19-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:55:24.302Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T03:55:24.304Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:55:24.306Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:55:24.307Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353318883, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json", "status": "NOTIFIED" } 2022-03-27T03:55:24.406Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T03:55:24.408Z||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-27T03:55:24.408Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:55:24.422Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:55:24.423Z||pool-20-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:55:25.307Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T03:55:25.309Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:55:25.314Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:55:25.314Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353318883, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-27T03:55:25.414Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T03:55:25.415Z||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-27T03:55:25.416Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:55:25.431Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:55:25.431Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:55:26.315Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T03:55:26.316Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:55:26.319Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:55:26.319Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353318883, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:26.420Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-27T03:55:26.421Z||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-27T03:55:26.421Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:55:26.446Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:55:26.447Z||pool-22-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:55:27.320Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T03:55:27.321Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:55:27.323Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:55:27.324Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353318883, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-27T03:55:27.424Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:55:27.425Z||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-27T03:55:27.425Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:55:27.449Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:55:27.450Z||pool-23-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-03-27T03:55:28.325Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T03:55:28.326Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:55:28.345Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:55:28.346Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353318883, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:55:28.428Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 82 ms 2022-03-27T03:55:28.430Z||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-27T03:55:28.430Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:55:28.454Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:55:28.456Z||pool-24-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:55:29.346Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T03:55:29.347Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:55:29.350Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:55:29.350Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353318883, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:55:29.450Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:55:29.451Z||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-27T03:55:29.451Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:55:29.463Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:55:29.463Z||pool-25-thread-1|||||INFO|500||cambria reply ok (12 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:55:30.355Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "serviceName": "vFW 2022-03-27 03-51-50", "serviceVersion": "1.0", "serviceUUID": "3b091f4d-2b00-4245-b569-dd6316f7aa10", "serviceDescription": "catalog service description", "serviceInvariantUUID": "4f718119-fda8-4f96-ac60-7acd5afd894c", "resources": [ { "resourceInstanceName": "vFW e6172612-c7dc 0", "resourceCustomizationUUID": "95209d75-7797-4923-8f85-30aa35b578a8", "resourceName": "vFW e6172612-c7dc", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "59610da5-960a-48fc-a775-07a0ab92fdf9", "resourceInvariantUUID": "41851b57-d97a-4433-b201-52070d304d8b", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwe6172612c7dc0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json", "artifactChecksum": "ZjU4YzI1NThjYzM5YWM3Zjg1Yjk3MTA4OWQwMGJlZjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "45fccfdc-1842-4ba0-9b5e-aac88d896039", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "95bd3a4b-11e1-4aba-bbf1-2425efe078f1", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ee47f0eb-4a72-40dc-80a1-638fe4f0c8a8", "generatedFromUUID": "95bd3a4b-11e1-4aba-bbf1-2425efe078f1" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ee47f0eb-4a72-40dc-80a1-638fe4f0c8a8", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220327035150-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "artifactChecksum": "YTY3YTMwYzMyZjYwODEyYTQ5YTA4NzgwMDA2NzEzMWQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "726c737a-a24e-403c-a64f-ff58c10c8692" } ], "workloadContext": "Production" } 2022-03-27T03:55:30.356Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-27T03:55:30.356Z|0e4d8990-eaaa-4dc1-a13a-c2314bc02217|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3b091f4d-2b00-4245-b569-dd6316f7aa10 ASDC 2022-03-27T03:55:30.356Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:a7535319-5a71-4849-b45e-d3d9320a8c32 ServiceName:vFW 2022-03-27 03-51-50 ServiceVersion:1.0 ServiceUUID:3b091f4d-2b00-4245-b569-dd6316f7aa10 ServiceInvariantUUID:4f718119-fda8-4f96-ac60-7acd5afd894c ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220327035150-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar ArtifactUUID:726c737a-a24e-403c-a64f-ff58c10c8692 ArtifactChecksum:YTY3YTMwYzMyZjYwODEyYTQ5YTA4NzgwMDA2NzEzMWQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW e6172612-c7dc 0 ResourceCustomizationUUID:95209d75-7797-4923-8f85-30aa35b578a8 ResourceInvariantUUID:41851b57-d97a-4433-b201-52070d304d8b ResourceName:vFW e6172612-c7dc ResourceType:VF ResourceUUID:59610da5-960a-48fc-a775-07a0ab92fdf9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwe6172612c7dc0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json ArtifactUUID:45fccfdc-1842-4ba0-9b5e-aac88d896039 ArtifactChecksum:ZjU4YzI1NThjYzM5YWM3Zjg1Yjk3MTA4OWQwMGJlZjU= 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/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml ArtifactUUID:95bd3a4b-11e1-4aba-bbf1-2425efe078f1 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/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env ArtifactUUID:ee47f0eb-4a72-40dc-80a1-638fe4f0c8a8 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/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env ArtifactUUID:ee47f0eb-4a72-40dc-80a1-638fe4f0c8a8 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-27T03:55:30.357Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3b091f4d-2b00-4245-b569-dd6316f7aa10 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-27T03:55:30.391Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-27T03:55:30.392Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-27T03:55:30.392Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-27T03:55:30.392Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 726c737a-a24e-403c-a64f-ff58c10c8692 from URL: /sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar 2022-03-27T03:55:30.392Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-27T03:55:30.393Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar 2022-03-27T03:55:30.547Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-27T03:55:30.552Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar 726c737a-a24e-403c-a64f-ff58c10c8692 98971 2022-03-27T03:55:30.553Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar ASDC sendASDCNotification 2022-03-27T03:55:30.553Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar 2022-03-27T03:55:30.553Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T03:55:30.554Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:55:30.556Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:55:30.556Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353330553, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T03:55:30.661Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-03-27T03:55:30.663Z||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-27T03:55:30.663Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:55:30.676Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:55:30.677Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:55:31.557Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-27T03:55:31.558Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-27T03:55:31.558Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 726c737a-a24e-403c-a64f-ff58c10c8692, URL: /sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar to file: /app/ASDC/1/service-Vfw20220327035150-csar.csar 2022-03-27T03:55:31.559Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220327035150-csar.csar 2022-03-27T03:55:31.559Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220327035150-csar.csar 2022-03-27T03:55:31.559Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220327035150-csar.csar 2022-03-27T03:55:31.736Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP1771651952707359613/Definitions/service-Vfw20220327035150-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-03-27T03:55:34.192Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-27T03:55:34.192Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-27T03:55:34.193Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220327035150-csar.csar 2022-03-27T03:55:34.193Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-27T03:55:34.193Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220327035150-csar.csar 2022-03-27T03:55:34.193Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220327035150-csar.csar 2022-03-27T03:55:34.193Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220327035150-csar.csar 2022-03-27T03:55:34.193Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220327035150-csar.csar 2022-03-27T03:55:34.193Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220327035150-csar.csar 2022-03-27T03:55:34.193Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220327035150-csar.csar 2022-03-27T03:55:34.194Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220327035150-csar.csar 2022-03-27T03:55:34.194Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220327035150-csar.csar 2022-03-27T03:55:34.194Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220327035150-csar.csar 2022-03-27T03:55:34.194Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220327035150-csar.csar 2022-03-27T03:55:34.194Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e6172612-c7dc 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-Vfw20220327035150-csar.csar 2022-03-27T03:55:34.194Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220327035150-csar.csar 2022-03-27T03:55:34.194Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220327035150-csar.csar 2022-03-27T03:55:34.194Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-27T03:55:34.195Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:34.195Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:55:34.195Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is matching search criteria 2022-03-27T03:55:34.195Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-27T03:55:34.196Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6172612-c7dc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-27T03:55:34.196Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:34.196Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:55:34.197Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is matching search criteria 2022-03-27T03:55:34.197Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-27T03:55:34.197Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6172612-c7dc 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-27T03:55:34.197Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:34.198Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:55:34.198Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:34.198Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is not matching search criteria 2022-03-27T03:55:34.198Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-27T03:55:34.199Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-27T03:55:34.199Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-27T03:55:34.199Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-27T03:55:34.199Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-27T03:55:34.199Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-27T03:55:34.200Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-27T03:55:34.200Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-27T03:55:34.200Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-27T03:55:34.200Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-27T03:55:34.201Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-27T03:55:34.201Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-27T03:55:34.201Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-27T03:55:34.201Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-27T03:55:34.202Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-27T03:55:34.202Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-27T03:55:34.202Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:34.203Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-27T03:55:34.203Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:34.203Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is matching search criteria 2022-03-27T03:55:34.203Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6172612-c7dc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T03:55:34.204Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:34.204Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is matching search criteria 2022-03-27T03:55:34.204Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6172612-c7dc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T03:55:34.205Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:34.205Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is matching search criteria 2022-03-27T03:55:34.205Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6172612-c7dc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T03:55:34.205Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:34.205Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is not matching search criteria 2022-03-27T03:55:34.206Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-27T03:55:34.206Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-27T03:55:34.206Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-27T03:55:34.206Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-27T03:55:34.206Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-27T03:55:34.206Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-27T03:55:34.207Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-27T03:55:34.207Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-27T03:55:34.207Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-27T03:55:34.207Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-27T03:55:34.207Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-27T03:55:34.207Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c99c415a-2aca-4775-b12e-b9a82f19bf06 2022-03-27T03:55:34.208Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:34.208Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is not matching search criteria 2022-03-27T03:55:34.208Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-27T03:55:34.208Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-27T03:55:34.208Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-27T03:55:34.209Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-27T03:55:34.209Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-27T03:55:34.209Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-27T03:55:34.209Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-27T03:55:34.209Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-27T03:55:34.209Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-27T03:55:34.209Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-27T03:55:34.210Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-27T03:55:34.210Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-27T03:55:34.210Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7b43a7f6-5e59-43c9-93d2-0ac8e9ef828b 2022-03-27T03:55:34.210Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:34.211Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is not matching search criteria 2022-03-27T03:55:34.211Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-27T03:55:34.211Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-27T03:55:34.211Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-27T03:55:34.211Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-27T03:55:34.211Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-27T03:55:34.212Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-27T03:55:34.212Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-27T03:55:34.212Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-27T03:55:34.212Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-27T03:55:34.212Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-27T03:55:34.212Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-27T03:55:34.213Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-27T03:55:34.213Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f506a169-089d-43f7-9a25-3f5e6e3e51ec 2022-03-27T03:55:34.213Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:34.213Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:55:34.213Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:34.214Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:55:34.214Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:34.214Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:55:34.214Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:34.214Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:55:34.215Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-27 03-51-50 Description:catalog service description Model UUID:3b091f4d-2b00-4245-b569-dd6316f7aa10 Model Version:NULL Model InvariantUuid:4f718119-fda8-4f96-ac60-7acd5afd894c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW e6172612-c7dc Model UUID:4aec6ff8-0725-4956-b1c7-ef0d24f2591b Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:41851b57-d97a-4433-b201-52070d304d8b Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:95209d75-7797-4923-8f85-30aa35b578a8 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:37f229c0-7e46-421e-9169-3c0b3138f945 ModelName:VfwE6172612C7dc..base_vfw..module-0 ModelUuid:52321fdd-07e7-42ed-baeb-b7e2ac60d99f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:c99c415a-2aca-4775-b12e-b9a82f19bf06 ModelInvariantUuid:8c2fc4f9-c918-4139-ab3a-c8366e69c0e2 ModelName:vFW e6172612-c7dc-nodes.vfwCvfc ModelUuid:a1e2712d-3e57-4f42-8842-4cede532b0a1 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:7f3a2b2e-1656-45a5-b1d9-6ad88bc92969 ModelInvariantUuid:a033d918-bb7f-4ec1-89e6-13e53f134bef ModelName:VfwE6172612C7dc.compute.nodes.heat.vfw ModelUuid:b1a024f8-1ffc-43f4-9f64-119c3fd44bc0 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:7b43a7f6-5e59-43c9-93d2-0ac8e9ef828b ModelInvariantUuid:2804807d-51b7-40b2-b643-a7f698fe5709 ModelName:vFW e6172612-c7dc-nodes.vsnCvfc ModelUuid:53ad2fb0-5bf0-47e7-815c-9c95e311a6cf ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:b3262d3f-2d64-43b6-8a80-e8db4aeeb754 ModelInvariantUuid:e5e79fc6-d8f8-432d-9c07-f659f2b4f129 ModelName:VfwE6172612C7dc.compute.nodes.heat.vsn ModelUuid:f3ae9767-3faa-4d89-af79-74709ebe53eb ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f506a169-089d-43f7-9a25-3f5e6e3e51ec ModelInvariantUuid:016428c1-d5dc-460a-8c47-399aede90389 ModelName:vFW e6172612-c7dc-nodes.vpgCvfc ModelUuid:f3ddfa4a-6dab-4128-b83e-b4137e55e064 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:d8aa6a19-1009-4042-a437-be8e3186a8f6 ModelInvariantUuid:b0ec96f7-57ee-40ed-8af1-61b466ad499d ModelName:VfwE6172612C7dc.compute.nodes.heat.vpg ModelUuid:082b5a3d-43ed-45f0-87b9-05d73f9bc719 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-27T03:55:34.229Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 59610da5-960a-48fc-a775-07a0ab92fdf9 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-27T03:55:34.232Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||vFW e6172612-c7dc 0 2022-03-27T03:55:34.233Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 59610da5-960a-48fc-a775-07a0ab92fdf9 2022-03-27T03:55:34.233Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 45fccfdc-1842-4ba0-9b5e-aac88d896039 from URL: /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json 2022-03-27T03:55:34.233Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-27T03:55:34.233Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json 2022-03-27T03:55:34.334Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-27T03:55:34.335Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json 45fccfdc-1842-4ba0-9b5e-aac88d896039 785 2022-03-27T03:55:34.335Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json ASDC sendASDCNotification 2022-03-27T03:55:34.335Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json 2022-03-27T03:55:34.335Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T03:55:34.336Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:55:34.338Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:55:34.338Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353334335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-27T03:55:34.438Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:55:34.439Z||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-27T03:55:34.439Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:55:34.453Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:55:34.454Z||pool-27-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:55:35.338Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE6172612C7dc..base_vfw..module-0", "vfModuleModelInvariantUUID": "37f229c0-7e46-421e-9169-3c0b3138f945", "vfModuleModelVersion": "1", "vfModuleModelUUID": "52321fdd-07e7-42ed-baeb-b7e2ac60d99f", "vfModuleModelCustomizationUUID": "a11c33bb-2c2a-4633-9039-aff4d91705fa", "isBase": true, "artifacts": [ "95bd3a4b-11e1-4aba-bbf1-2425efe078f1", "ee47f0eb-4a72-40dc-80a1-638fe4f0c8a8" ], "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-27T03:55:35.347Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE6172612C7dc..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:52321fdd-07e7-42ed-baeb-b7e2ac60d99f VfModuleModelInvariantUUID:37f229c0-7e46-421e-9169-3c0b3138f945 VfModuleModelDescription:NULL Artifacts UUID List:{ 95bd3a4b-11e1-4aba-bbf1-2425efe078f1 , ee47f0eb-4a72-40dc-80a1-638fe4f0c8a8 } 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-27T03:55:35.351Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE6172612C7dc..base_vfw..module-0", "vfModuleModelInvariantUUID": "37f229c0-7e46-421e-9169-3c0b3138f945", "vfModuleModelVersion": "1", "vfModuleModelUUID": "52321fdd-07e7-42ed-baeb-b7e2ac60d99f", "vfModuleModelCustomizationUUID": "a11c33bb-2c2a-4633-9039-aff4d91705fa", "isBase": true, "artifacts": [ "95bd3a4b-11e1-4aba-bbf1-2425efe078f1", "ee47f0eb-4a72-40dc-80a1-638fe4f0c8a8" ], "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-27T03:55:35.352Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE6172612C7dc..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:52321fdd-07e7-42ed-baeb-b7e2ac60d99f VfModuleModelInvariantUUID:37f229c0-7e46-421e-9169-3c0b3138f945 VfModuleModelDescription:NULL Artifacts UUID List:{ 95bd3a4b-11e1-4aba-bbf1-2425efe078f1 , ee47f0eb-4a72-40dc-80a1-638fe4f0c8a8 } 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-27T03:55:35.352Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 95bd3a4b-11e1-4aba-bbf1-2425efe078f1 from URL: /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml 2022-03-27T03:55:35.353Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-27T03:55:35.353Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml 2022-03-27T03:55:35.416Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-27T03:55:35.417Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml 95bd3a4b-11e1-4aba-bbf1-2425efe078f1 20368 2022-03-27T03:55:35.417Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-27T03:55:35.417Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml 2022-03-27T03:55:35.417Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T03:55:35.418Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:55:35.420Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:55:35.420Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353335417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T03:55:35.520Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:55:35.521Z||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-27T03:55:35.522Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:55:35.536Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:55:35.537Z||pool-28-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:55:36.421Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ee47f0eb-4a72-40dc-80a1-638fe4f0c8a8 from URL: /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env 2022-03-27T03:55:36.421Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-27T03:55:36.421Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env 2022-03-27T03:55:36.713Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-27T03:55:36.714Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env ee47f0eb-4a72-40dc-80a1-638fe4f0c8a8 2098 2022-03-27T03:55:36.714Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-27T03:55:36.715Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env 2022-03-27T03:55:36.715Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T03:55:36.715Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:55:36.718Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:55:36.718Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353336714, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-27T03:55:36.818Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:55:36.819Z||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-27T03:55:36.820Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:55:36.832Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:55:36.832Z||pool-29-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:55:37.719Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3b091f4d-2b00-4245-b569-dd6316f7aa10 2022-03-27T03:55:37.720Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e6172612-c7dc 0 59610da5-960a-48fc-a775-07a0ab92fdf9 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-27T03:55:37.738Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@767be751, org.onap.sdc.toscaparser.api.parameters.Input@13c26d38, org.onap.sdc.toscaparser.api.parameters.Input@555f3ef0, org.onap.sdc.toscaparser.api.parameters.Input@507bea89, org.onap.sdc.toscaparser.api.parameters.Input@7913ceb8] 2022-03-27T03:55:37.739Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:37.740Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:55:37.740Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-03-27T03:55:37.740Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 95209d75-7797-4923-8f85-30aa35b578a8 2022-03-27T03:55:37.740Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 95209d75-7797-4923-8f85-30aa35b578a8 matches Tosca VF Customization UUID: 95209d75-7797-4923-8f85-30aa35b578a8 2022-03-27T03:55:37.740Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 95209d75-7797-4923-8f85-30aa35b578a8 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-27T03:55:37.744Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:37.744Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:55:37.745Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 95209d75-7797-4923-8f85-30aa35b578a8: {\"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-27T03:55:37.746Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5a9c49ea 2022-03-27T03:55:37.746Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:37.746Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-27T03:55:37.746Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : a11c33bb-2c2a-4633-9039-aff4d91705fa 2022-03-27T03:55:37.746Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID a11c33bb-2c2a-4633-9039-aff4d91705fa 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-27T03:55:37.750Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:37.751Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is matching search criteria 2022-03-27T03:55:37.751Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6172612-c7dc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T03:55:37.752Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:37.752Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is matching search criteria 2022-03-27T03:55:37.752Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6172612-c7dc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T03:55:37.752Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:37.752Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is not matching search criteria 2022-03-27T03:55:37.752Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-27T03:55:37.753Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-27T03:55:37.753Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-27T03:55:37.753Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-27T03:55:37.753Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-27T03:55:37.753Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-27T03:55:37.754Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-27T03:55:37.754Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-27T03:55:37.754Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-27T03:55:37.754Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-27T03:55:37.754Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-27T03:55:37.754Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=c99c415a-2aca-4775-b12e-b9a82f19bf06 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-27T03:55:37.757Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:37.758Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is matching search criteria 2022-03-27T03:55:37.758Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6172612-c7dc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T03:55:37.758Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:37.758Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is not matching search criteria 2022-03-27T03:55:37.759Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-27T03:55:37.759Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-27T03:55:37.759Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-27T03:55:37.759Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-27T03:55:37.759Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-27T03:55:37.759Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-27T03:55:37.760Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-27T03:55:37.760Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-27T03:55:37.760Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-27T03:55:37.760Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-27T03:55:37.760Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-27T03:55:37.760Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-27T03:55:37.761Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=7b43a7f6-5e59-43c9-93d2-0ac8e9ef828b 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-27T03:55:37.763Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:37.764Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is matching search criteria 2022-03-27T03:55:37.764Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6172612-c7dc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T03:55:37.767Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:37.767Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is not matching search criteria 2022-03-27T03:55:37.768Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-27T03:55:37.768Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-27T03:55:37.768Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-27T03:55:37.768Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-27T03:55:37.768Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-27T03:55:37.769Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-27T03:55:37.769Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-27T03:55:37.769Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-27T03:55:37.770Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-27T03:55:37.770Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-27T03:55:37.770Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-27T03:55:37.770Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-27T03:55:37.770Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f506a169-089d-43f7-9a25-3f5e6e3e51ec 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-27T03:55:37.774Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:37.774Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is matching search criteria 2022-03-27T03:55:37.774Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6172612-c7dc 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T03:55:37.775Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:37.775Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Node template vFW e6172612-c7dc 0 is matching search criteria 2022-03-27T03:55:37.775Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e6172612-c7dc 0] matching following query criteria: sdcType=VF, customizationUUID=95209d75-7797-4923-8f85-30aa35b578a8 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-27T03:55:37.777Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:37.778Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:55:37.778Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3b091f4d-2b00-4245-b569-dd6316f7aa10: vFW e6172612-c7dc 2022-03-27T03:55:37.778Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:37.778Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:55:37.779Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:37.779Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:55:37.779Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:37.779Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:55:37.780Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:37.780Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:55:37.780Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:55:37.780Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-51-50 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:55:37.781Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-03-27 03-51-50 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-27T03:55:37.986Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e6172612-c7dc 59610da5-960a-48fc-a775-07a0ab92fdf9 1 ASDC deployResourceStructure 2022-03-27T03:55:37.986Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json ASDC sendASDCNotification 2022-03-27T03:55:37.986Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json 2022-03-27T03:55:37.987Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T03:55:37.987Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:55:37.989Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:55:37.989Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353337986, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json", "status": "DEPLOY_OK" } 2022-03-27T03:55:38.090Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:55:38.091Z||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-27T03:55:38.091Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:55:38.108Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:55:38.109Z||pool-30-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:55:38.991Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-27T03:55:38.992Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml 2022-03-27T03:55:38.992Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T03:55:38.992Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:55:38.994Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:55:38.994Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353338991, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-27T03:55:39.095Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-27T03:55:39.096Z||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-27T03:55:39.096Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:55:39.113Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:55:39.114Z||pool-31-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-27T03:55:39.995Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-27T03:55:39.996Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env 2022-03-27T03:55:39.996Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T03:55:39.996Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:55:39.998Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:55:39.998Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353339995, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-27T03:55:40.099Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:55:40.100Z||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-27T03:55:40.100Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:55:40.118Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:55:40.118Z||pool-32-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:55:40.999Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar ASDC sendASDCNotification 2022-03-27T03:55:41.001Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar 2022-03-27T03:55:41.001Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T03:55:41.001Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:55:41.003Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:55:41.004Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353340999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T03:55:41.104Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T03:55:41.105Z||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-27T03:55:41.105Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:55:41.122Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:55:41.123Z||pool-33-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:55:42.005Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7535319-5a71-4849-b45e-d3d9320a8c32 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T03:55:42.016Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7535319-5a71-4849-b45e-d3d9320a8c32 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T03:55:42.020Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T03:55:42.020Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-27T03:55:42.021Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-27T03:56:09.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:56:09.345Z||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-27T03:56:09.346Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:56:09.391Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:56:09.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-27T03:56:09.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648353250007, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-27T03:56:09.395Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:56:09.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-27T03:56:09.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648353251026, "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-27T03:56:09.403Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a7535319-5a71-4849-b45e-d3d9320a8c32 2022-03-27T03:56:09.404Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7535319-5a71-4849-b45e-d3d9320a8c32 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-27T03:56:09.418Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-27T03:56:09.418Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "multicloud-k8s-id", "timestamp": 1648353252033, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json", "status": "DEPLOY_OK" } 2022-03-27T03:56:09.418Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:56:09.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-27T03:56:09.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "clamp", "timestamp": 1648353255810, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T03:56:09.419Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:56:09.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-27T03:56:09.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353255139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:56:09.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-27T03:56:09.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-27T03:56:09.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353255139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T03:56:09.419Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-27T03:56:09.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-27T03:56:09.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353255139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T03:56:09.420Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-27T03:56:09.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-27T03:56:09.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "clamp", "timestamp": 1648353258813, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T03:56:09.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:56:09.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-27T03:56:09.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353255139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:56:09.421Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-27T03:56:09.421Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-27T03:56:09.421Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "clamp", "timestamp": 1648353259818, "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-27T03:56:09.427Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a7535319-5a71-4849-b45e-d3d9320a8c32 2022-03-27T03:56:09.427Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7535319-5a71-4849-b45e-d3d9320a8c32 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-27T03:56:09.441Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-27T03:56:09.441Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353255139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-27T03:56:09.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-27T03:56:09.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-27T03:56:09.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353255139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:56:09.442Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-27T03:56:09.442Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-27T03:56:09.442Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "aai-ml", "timestamp": 1648353261669, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T03:56:09.442Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:56:09.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-27T03:56:09.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353255139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:56:09.443Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-27T03:56:09.443Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-27T03:56:09.443Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "aai-ml", "timestamp": 1648353262674, "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-27T03:56:09.449Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a7535319-5a71-4849-b45e-d3d9320a8c32 2022-03-27T03:56:09.449Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7535319-5a71-4849-b45e-d3d9320a8c32 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-27T03:56:09.459Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-27T03:56:09.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353263249, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T03:56:09.460Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:56:09.460Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-27T03:56:09.460Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353266975, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T03:56:09.460Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:56:09.461Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-27T03:56:09.461Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353267979, "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-27T03:56:09.467Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a7535319-5a71-4849-b45e-d3d9320a8c32 2022-03-27T03:56:09.467Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId a7535319-5a71-4849-b45e-d3d9320a8c32 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-27T03:56:12.021Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a7535319-5a71-4849-b45e-d3d9320a8c32 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T03:56:12.037Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a7535319-5a71-4849-b45e-d3d9320a8c32 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T03:56:12.041Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T03:56:12.041Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-27T03:56:12.041Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-27T03:56:12.041Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-27T03:56:12.041Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T03:56:12.042Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T03:56:12.042Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T03:56:12.042Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T03:56:12.042Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T03:56:12.042Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T03:56:12.042Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-27T03:56:12.048Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-27T03:56:42.048Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a7535319-5a71-4849-b45e-d3d9320a8c32 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-27T03:56:42.055Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a7535319-5a71-4849-b45e-d3d9320a8c32 and serviceModelVersionId: 3b091f4d-2b00-4245-b569-dd6316f7aa10 2022-03-27T03:56:42.055Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 4f718119-fda8-4f96-ac60-7acd5afd894c 2022-03-27T03:56:42.056Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/4f718119-fda8-4f96-ac60-7acd5afd894c/model-vers/model-ver/3b091f4d-2b00-4245-b569-dd6316f7aa10?depth=0 2022-03-27T03:56:42.061Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-27T03:56:42.118Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f718119-fda8-4f96-ac60-7acd5afd894c/model-vers/model-ver/3b091f4d-2b00-4245-b569-dd6316f7aa10?depth=0|INFO|500||Invoke 2022-03-27T03:56:42.118Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f718119-fda8-4f96-ac60-7acd5afd894c/model-vers/model-ver/3b091f4d-2b00-4245-b569-dd6316f7aa10?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f718119-fda8-4f96-ac60-7acd5afd894c/model-vers/model-ver/3b091f4d-2b00-4245-b569-dd6316f7aa10?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[a7535319-5a71-4849-b45e-d3d9320a8c32], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[36a854de-4e68-4cef-9f76-4714c23c2e94], X-ECOMP-RequestID=[a7535319-5a71-4849-b45e-d3d9320a8c32], X-TransactionId=[], X-ONAP-RequestID=[a7535319-5a71-4849-b45e-d3d9320a8c32], Content-Type=[application/merge-patch+json]} 2022-03-27T03:56:42.153Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f718119-fda8-4f96-ac60-7acd5afd894c/model-vers/model-ver/3b091f4d-2b00-4245-b569-dd6316f7aa10?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-27T03:56:42.614Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f718119-fda8-4f96-ac60-7acd5afd894c/model-vers/model-ver/3b091f4d-2b00-4245-b569-dd6316f7aa10?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/4f718119-fda8-4f96-ac60-7acd5afd894c/model-vers/model-ver/3b091f4d-2b00-4245-b569-dd6316f7aa10?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220327-03:56:41:067-46820], vertex-id=[151736], Content-Length=[0], Date=[Sun, 27 Mar 2022 03:56:41 GMT], Content-Type=[application/json]} 2022-03-27T03:56:42.614Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f718119-fda8-4f96-ac60-7acd5afd894c/model-vers/model-ver/3b091f4d-2b00-4245-b569-dd6316f7aa10?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-27T03:56:42.615Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/4f718119-fda8-4f96-ac60-7acd5afd894c/model-vers/model-ver/3b091f4d-2b00-4245-b569-dd6316f7aa10?depth=0|INFO|500||InvokeReturn 2022-03-27T03:56:42.615Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-27T03:56:42.616Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-27T03:56:42.622Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-27T03:56:42.622Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a7535319-5a71-4849-b45e-d3d9320a8c32 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-27T03:56:42.622Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-27T03:56:42.623Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:56:42.625Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:56:42.625Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353402622, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-27T03:56:42.725Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:56:42.726Z||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-27T03:56:42.726Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:56:42.742Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:56:42.743Z||pool-34-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-27T03:56:43.638Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:56:43.639Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-27T03:56:43.639Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:56:44.289Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:56:44.290Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-27T03:56:44.290Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"41a58683-6899-4850-b5f2-907f154ecd83","serviceName":"vFW 2022-03-27 03-54-55","serviceVersion":"1.0","serviceUUID":"5bc0a201-4954-4837-b338-b70c578d8b7e","serviceDescription":"catalog service description","serviceInvariantUUID":"eb39b579-e4f9-4a71-805c-cbb1be80e3ae","resources":[{"resourceInstanceName":"vFW e84f5f06-e4a6 0","resourceName":"vFW e84f5f06-e4a6","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ee3ecf5a-1663-42f0-9c36-25ebef02bafd","resourceInvariantUUID":"1100be69-0636-45b0-8fad-801131c0e1fa","resourceCustomizationUUID":"2ec5b581-3aec-4818-958d-41c768b15b20","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vf-license-model.xml","artifactChecksum":"ZTM3ZTQ4Mzg4Yjc5ZGRmOWFkNDJlMmYxNTRhMDUzNDM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3453a329-e509-42ed-b1e0-f41e7df46cf4","artifactVersion":"1"},{"artifactName":"vfwe84f5f06e4a60_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json","artifactChecksum":"NWZkN2EyMTdhNGRhNDNkOGQ0YTRiZmQ4Zjk3ZTI2NjY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8e235f8d-bb36-4685-8bec-4024a0e003a9","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dd20b401-c3d9-4259-8bdc-5d87a422b3ce","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vendor-license-model.xml","artifactChecksum":"YTJkMDhiZmVhN2JmZGY1ZjQ3OWQxZThkY2E1NzI2MmE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"70f5806b-328f-40fe-bca1-4ae221ce5286","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"366e43b4-25cd-46cd-b6ba-b0fa0e72f027","artifactVersion":"2","generatedFromUUID":"dd20b401-c3d9-4259-8bdc-5d87a422b3ce"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220327035455-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-template.yml","artifactChecksum":"NWU2N2UzMmY0NzEzZmFjNTZhNjJmY2ZmYjVkMTI1ZTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ff721812-f2fb-43a4-9c69-11fd8f42b32c","artifactVersion":"1"},{"artifactName":"service-Vfw20220327035455-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar","artifactChecksum":"NWMwMTQ0Y2M0NTc5YjMyM2NkMTI3MWJiZjJkM2M5Nzk\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"272af54e-0e05-4ace-8eb2-2345bb376d57","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-27T03:56:44.296Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T03:56:44.296Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:56:44.300Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:56:44.300Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353403638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:56:44.400Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T03:56:44.401Z||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-27T03:56:44.401Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:56:44.414Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:56:44.415Z||pool-35-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:56:45.302Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T03:56:45.302Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:56:45.304Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:56:45.305Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353403638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json", "status": "NOTIFIED" } 2022-03-27T03:56:45.405Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T03:56:45.406Z||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-27T03:56:45.406Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:56:45.421Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:56:45.422Z||pool-36-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:56:46.306Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T03:56:46.307Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:56:46.309Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:56:46.310Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353403638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-27T03:56:46.410Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:56:46.411Z||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-27T03:56:46.412Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:56:46.433Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:56:46.434Z||pool-37-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-03-27T03:56:47.310Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T03:56:47.312Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:56:47.314Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:56:47.315Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353403638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:56:47.415Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T03:56:47.417Z||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-27T03:56:47.417Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:56:47.430Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:56:47.432Z||pool-38-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:56:48.319Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T03:56:48.319Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:56:48.323Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:56:48.323Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353403638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-27T03:56:48.422Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T03:56:48.424Z||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-27T03:56:48.424Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:56:48.443Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:56:48.443Z||pool-39-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-03-27T03:56:49.324Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T03:56:49.325Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:56:49.328Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:56:49.328Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353403638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:56:49.428Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T03:56:49.430Z||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-27T03:56:49.430Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:56:49.442Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:56:49.442Z||pool-40-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-27T03:56:50.329Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T03:56:50.333Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:56:50.336Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:56:50.336Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353403638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:56:50.436Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:56:50.438Z||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-27T03:56:50.438Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:56:50.457Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:56:50.458Z||pool-41-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:56:51.340Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "serviceName": "vFW 2022-03-27 03-54-55", "serviceVersion": "1.0", "serviceUUID": "5bc0a201-4954-4837-b338-b70c578d8b7e", "serviceDescription": "catalog service description", "serviceInvariantUUID": "eb39b579-e4f9-4a71-805c-cbb1be80e3ae", "resources": [ { "resourceInstanceName": "vFW e84f5f06-e4a6 0", "resourceCustomizationUUID": "2ec5b581-3aec-4818-958d-41c768b15b20", "resourceName": "vFW e84f5f06-e4a6", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ee3ecf5a-1663-42f0-9c36-25ebef02bafd", "resourceInvariantUUID": "1100be69-0636-45b0-8fad-801131c0e1fa", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwe84f5f06e4a60_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json", "artifactChecksum": "NWZkN2EyMTdhNGRhNDNkOGQ0YTRiZmQ4Zjk3ZTI2NjY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8e235f8d-bb36-4685-8bec-4024a0e003a9", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "dd20b401-c3d9-4259-8bdc-5d87a422b3ce", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "366e43b4-25cd-46cd-b6ba-b0fa0e72f027", "generatedFromUUID": "dd20b401-c3d9-4259-8bdc-5d87a422b3ce" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "366e43b4-25cd-46cd-b6ba-b0fa0e72f027", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220327035455-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "artifactChecksum": "NWMwMTQ0Y2M0NTc5YjMyM2NkMTI3MWJiZjJkM2M5Nzk\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "272af54e-0e05-4ace-8eb2-2345bb376d57" } ], "workloadContext": "Production" } 2022-03-27T03:56:51.341Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-27T03:56:51.342Z|a7535319-5a71-4849-b45e-d3d9320a8c32|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5bc0a201-4954-4837-b338-b70c578d8b7e ASDC 2022-03-27T03:56:51.343Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:41a58683-6899-4850-b5f2-907f154ecd83 ServiceName:vFW 2022-03-27 03-54-55 ServiceVersion:1.0 ServiceUUID:5bc0a201-4954-4837-b338-b70c578d8b7e ServiceInvariantUUID:eb39b579-e4f9-4a71-805c-cbb1be80e3ae ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220327035455-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar ArtifactUUID:272af54e-0e05-4ace-8eb2-2345bb376d57 ArtifactChecksum:NWMwMTQ0Y2M0NTc5YjMyM2NkMTI3MWJiZjJkM2M5Nzk= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW e84f5f06-e4a6 0 ResourceCustomizationUUID:2ec5b581-3aec-4818-958d-41c768b15b20 ResourceInvariantUUID:1100be69-0636-45b0-8fad-801131c0e1fa ResourceName:vFW e84f5f06-e4a6 ResourceType:VF ResourceUUID:ee3ecf5a-1663-42f0-9c36-25ebef02bafd ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwe84f5f06e4a60_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json ArtifactUUID:8e235f8d-bb36-4685-8bec-4024a0e003a9 ArtifactChecksum:NWZkN2EyMTdhNGRhNDNkOGQ0YTRiZmQ4Zjk3ZTI2NjY= 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/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml ArtifactUUID:dd20b401-c3d9-4259-8bdc-5d87a422b3ce 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/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env ArtifactUUID:366e43b4-25cd-46cd-b6ba-b0fa0e72f027 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/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env ArtifactUUID:366e43b4-25cd-46cd-b6ba-b0fa0e72f027 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-27T03:56:51.343Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5bc0a201-4954-4837-b338-b70c578d8b7e 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-27T03:56:51.391Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-27T03:56:51.393Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-27T03:56:51.393Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-27T03:56:51.394Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 272af54e-0e05-4ace-8eb2-2345bb376d57 from URL: /sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar 2022-03-27T03:56:51.394Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-27T03:56:51.395Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar 2022-03-27T03:56:51.808Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-27T03:56:51.814Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar 272af54e-0e05-4ace-8eb2-2345bb376d57 98940 2022-03-27T03:56:51.815Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar ASDC sendASDCNotification 2022-03-27T03:56:51.815Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar 2022-03-27T03:56:51.815Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T03:56:51.815Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:56:51.818Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:56:51.818Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353411815, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T03:56:51.918Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:56:51.919Z||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-27T03:56:51.919Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:56:51.948Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:56:51.948Z||pool-42-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:56:52.819Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-27T03:56:52.821Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-27T03:56:52.822Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 272af54e-0e05-4ace-8eb2-2345bb376d57, URL: /sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar to file: /app/ASDC/1/service-Vfw20220327035455-csar.csar 2022-03-27T03:56:52.822Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220327035455-csar.csar 2022-03-27T03:56:52.823Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220327035455-csar.csar 2022-03-27T03:56:52.823Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220327035455-csar.csar 2022-03-27T03:56:53.061Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16684968986358315940/Definitions/service-Vfw20220327035455-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided 2022-03-27T03:56:56.118Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-27T03:56:56.119Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-27T03:56:56.119Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220327035455-csar.csar 2022-03-27T03:56:56.120Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-27T03:56:56.120Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220327035455-csar.csar 2022-03-27T03:56:56.120Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220327035455-csar.csar 2022-03-27T03:56:56.120Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220327035455-csar.csar 2022-03-27T03:56:56.120Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220327035455-csar.csar 2022-03-27T03:56:56.121Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220327035455-csar.csar 2022-03-27T03:56:56.121Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220327035455-csar.csar 2022-03-27T03:56:56.121Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220327035455-csar.csar 2022-03-27T03:56:56.121Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220327035455-csar.csar 2022-03-27T03:56:56.121Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220327035455-csar.csar 2022-03-27T03:56:56.122Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220327035455-csar.csar 2022-03-27T03:56:56.122Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW e84f5f06-e4a6 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-Vfw20220327035455-csar.csar 2022-03-27T03:56:56.122Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220327035455-csar.csar 2022-03-27T03:56:56.122Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220327035455-csar.csar 2022-03-27T03:56:56.122Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-27T03:56:56.123Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:56:56.123Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:56:56.123Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is matching search criteria 2022-03-27T03:56:56.123Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-27T03:56:56.124Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e84f5f06-e4a6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-27T03:56:56.124Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:56:56.124Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:56:56.125Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is matching search criteria 2022-03-27T03:56:56.125Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-27T03:56:56.125Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e84f5f06-e4a6 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-27T03:56:56.125Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:56:56.126Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:56:56.126Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:56:56.126Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is not matching search criteria 2022-03-27T03:56:56.126Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-27T03:56:56.127Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-27T03:56:56.127Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-27T03:56:56.127Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-27T03:56:56.127Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-27T03:56:56.128Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-27T03:56:56.128Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-27T03:56:56.128Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-27T03:56:56.129Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-27T03:56:56.129Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-27T03:56:56.129Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-27T03:56:56.129Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-27T03:56:56.130Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-27T03:56:56.130Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-27T03:56:56.130Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-27T03:56:56.130Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-27T03:56:56.130Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:56:56.130Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-27T03:56:56.131Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:56:56.131Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is matching search criteria 2022-03-27T03:56:56.131Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e84f5f06-e4a6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T03:56:56.131Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:56:56.132Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is matching search criteria 2022-03-27T03:56:56.132Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e84f5f06-e4a6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T03:56:56.132Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:56:56.132Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is matching search criteria 2022-03-27T03:56:56.133Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e84f5f06-e4a6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T03:56:56.133Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:56:56.133Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is not matching search criteria 2022-03-27T03:56:56.133Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-27T03:56:56.134Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-27T03:56:56.134Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-27T03:56:56.134Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-27T03:56:56.134Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-27T03:56:56.135Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-27T03:56:56.135Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-27T03:56:56.135Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-27T03:56:56.135Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-27T03:56:56.136Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-27T03:56:56.136Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-27T03:56:56.136Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=db4530cf-ad15-491e-b768-7e93e29cc6e8 2022-03-27T03:56:56.136Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:56:56.136Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is not matching search criteria 2022-03-27T03:56:56.137Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-27T03:56:56.137Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-27T03:56:56.137Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-27T03:56:56.137Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-27T03:56:56.137Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-27T03:56:56.137Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-27T03:56:56.138Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-27T03:56:56.138Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-27T03:56:56.138Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-27T03:56:56.138Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-27T03:56:56.138Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-27T03:56:56.139Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-27T03:56:56.139Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c52c5b74-df29-4067-bdd3-6d0ce5c85222 2022-03-27T03:56:56.139Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:56:56.139Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is not matching search criteria 2022-03-27T03:56:56.140Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-27T03:56:56.140Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-27T03:56:56.140Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-27T03:56:56.140Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-27T03:56:56.141Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-27T03:56:56.141Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-27T03:56:56.141Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-27T03:56:56.141Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-27T03:56:56.142Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-27T03:56:56.142Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-27T03:56:56.142Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-27T03:56:56.143Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-27T03:56:56.143Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f74b3862-2f4c-47aa-82f2-b0f860eaf21a 2022-03-27T03:56:56.143Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:56:56.143Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:56:56.144Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:56:56.144Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:56:56.144Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:56:56.144Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:56:56.145Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:56:56.145Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:56:56.145Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-27 03-54-55 Description:catalog service description Model UUID:5bc0a201-4954-4837-b338-b70c578d8b7e Model Version:NULL Model InvariantUuid:eb39b579-e4f9-4a71-805c-cbb1be80e3ae Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW e84f5f06-e4a6 Model UUID:3f6aaa3f-1e36-40e7-bf1f-d7c6795be4ec Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:1100be69-0636-45b0-8fad-801131c0e1fa Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:2ec5b581-3aec-4818-958d-41c768b15b20 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:7fddcc07-c292-4d4d-8a58-13726cb27f0b ModelName:VfwE84f5f06E4a6..base_vfw..module-0 ModelUuid:e8613e4a-c642-4914-8ae0-7c6e4780daba ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:db4530cf-ad15-491e-b768-7e93e29cc6e8 ModelInvariantUuid:4f9edf8a-0edc-4e79-a8ee-89a1071ebe79 ModelName:vFW e84f5f06-e4a6-nodes.vfwCvfc ModelUuid:44354563-eed0-4acf-aae2-4ddff49a4701 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:a17ea254-60b4-41a5-b28b-a0877ac91be9 ModelInvariantUuid:4abda7bc-9071-4d6f-bac2-e1acf856dc1b ModelName:VfwE84f5f06E4a6.compute.nodes.heat.vfw ModelUuid:ab7d1fa7-51b3-40a9-af4d-6e2bc66785f8 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c52c5b74-df29-4067-bdd3-6d0ce5c85222 ModelInvariantUuid:95df00fc-b0fd-4a83-bb3f-deac85006491 ModelName:vFW e84f5f06-e4a6-nodes.vsnCvfc ModelUuid:a530fba2-4f67-44fa-8755-7e31c90d1163 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:b2792c47-cd9f-4fbd-9a78-0ec5a86f2191 ModelInvariantUuid:86e89f8e-3e56-4633-afcb-d83888acc591 ModelName:VfwE84f5f06E4a6.compute.nodes.heat.vsn ModelUuid:2e5ebbff-ce23-43fc-b6a0-eabe20451f84 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:f74b3862-2f4c-47aa-82f2-b0f860eaf21a ModelInvariantUuid:007a1fc3-1a21-46cd-b1ea-b7e49555e2a6 ModelName:vFW e84f5f06-e4a6-nodes.vpgCvfc ModelUuid:9842f4a9-0bc1-402d-9a07-d1f7c7e7c96f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:ef6dd805-7826-48a9-850c-ba9b9679d494 ModelInvariantUuid:5afc9543-9059-4edf-ba6f-72737ff34cf0 ModelName:VfwE84f5f06E4a6.compute.nodes.heat.vpg ModelUuid:8bf6bbdf-d071-4416-bb39-336edde525a2 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-27T03:56:56.157Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: ee3ecf5a-1663-42f0-9c36-25ebef02bafd 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-27T03:56:56.161Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||vFW e84f5f06-e4a6 0 2022-03-27T03:56:56.161Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ee3ecf5a-1663-42f0-9c36-25ebef02bafd 2022-03-27T03:56:56.161Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8e235f8d-bb36-4685-8bec-4024a0e003a9 from URL: /sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json 2022-03-27T03:56:56.161Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-27T03:56:56.162Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json 2022-03-27T03:56:56.533Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-27T03:56:56.534Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json 8e235f8d-bb36-4685-8bec-4024a0e003a9 785 2022-03-27T03:56:56.534Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json ASDC sendASDCNotification 2022-03-27T03:56:56.535Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json 2022-03-27T03:56:56.535Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T03:56:56.535Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:56:56.538Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:56:56.538Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353416534, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json", "status": "DOWNLOAD_OK" } 2022-03-27T03:56:56.645Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-03-27T03:56:56.646Z||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-27T03:56:56.646Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:56:56.660Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:56:56.661Z||pool-43-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:56:57.539Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE84f5f06E4a6..base_vfw..module-0", "vfModuleModelInvariantUUID": "7fddcc07-c292-4d4d-8a58-13726cb27f0b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e8613e4a-c642-4914-8ae0-7c6e4780daba", "vfModuleModelCustomizationUUID": "715f040e-0285-4307-9b2b-a629707eacc4", "isBase": true, "artifacts": [ "dd20b401-c3d9-4259-8bdc-5d87a422b3ce", "366e43b4-25cd-46cd-b6ba-b0fa0e72f027" ], "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-27T03:56:57.545Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE84f5f06E4a6..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e8613e4a-c642-4914-8ae0-7c6e4780daba VfModuleModelInvariantUUID:7fddcc07-c292-4d4d-8a58-13726cb27f0b VfModuleModelDescription:NULL Artifacts UUID List:{ dd20b401-c3d9-4259-8bdc-5d87a422b3ce , 366e43b4-25cd-46cd-b6ba-b0fa0e72f027 } 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-27T03:56:57.548Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwE84f5f06E4a6..base_vfw..module-0", "vfModuleModelInvariantUUID": "7fddcc07-c292-4d4d-8a58-13726cb27f0b", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e8613e4a-c642-4914-8ae0-7c6e4780daba", "vfModuleModelCustomizationUUID": "715f040e-0285-4307-9b2b-a629707eacc4", "isBase": true, "artifacts": [ "dd20b401-c3d9-4259-8bdc-5d87a422b3ce", "366e43b4-25cd-46cd-b6ba-b0fa0e72f027" ], "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-27T03:56:57.549Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwE84f5f06E4a6..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e8613e4a-c642-4914-8ae0-7c6e4780daba VfModuleModelInvariantUUID:7fddcc07-c292-4d4d-8a58-13726cb27f0b VfModuleModelDescription:NULL Artifacts UUID List:{ dd20b401-c3d9-4259-8bdc-5d87a422b3ce , 366e43b4-25cd-46cd-b6ba-b0fa0e72f027 } 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-27T03:56:57.549Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dd20b401-c3d9-4259-8bdc-5d87a422b3ce from URL: /sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml 2022-03-27T03:56:57.549Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-27T03:56:57.550Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml 2022-03-27T03:56:57.842Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-27T03:56:57.846Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml dd20b401-c3d9-4259-8bdc-5d87a422b3ce 20368 2022-03-27T03:56:57.846Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-27T03:56:57.847Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml 2022-03-27T03:56:57.847Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T03:56:57.847Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:56:57.850Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:56:57.850Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353417846, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T03:56:57.950Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:56:57.951Z||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-27T03:56:57.951Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:56:57.965Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:56:57.966Z||pool-44-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:56:58.851Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 366e43b4-25cd-46cd-b6ba-b0fa0e72f027 from URL: /sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env 2022-03-27T03:56:58.852Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-27T03:56:58.852Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env 2022-03-27T03:56:58.957Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-27T03:56:58.958Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env 366e43b4-25cd-46cd-b6ba-b0fa0e72f027 2098 2022-03-27T03:56:58.958Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-27T03:56:58.958Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env 2022-03-27T03:56:58.958Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T03:56:58.958Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:56:58.960Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:56:58.960Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353418958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-27T03:56:59.061Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:56:59.062Z||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-27T03:56:59.062Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:56:59.075Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:56:59.076Z||pool-45-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:56:59.961Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 5bc0a201-4954-4837-b338-b70c578d8b7e 2022-03-27T03:56:59.962Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW e84f5f06-e4a6 0 ee3ecf5a-1663-42f0-9c36-25ebef02bafd 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-27T03:56:59.980Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@5b3876df, org.onap.sdc.toscaparser.api.parameters.Input@30563533, org.onap.sdc.toscaparser.api.parameters.Input@a04de43, org.onap.sdc.toscaparser.api.parameters.Input@673d4393, org.onap.sdc.toscaparser.api.parameters.Input@7fab5f25] 2022-03-27T03:56:59.983Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:56:59.983Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:56:59.983Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-03-27T03:56:59.984Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 2ec5b581-3aec-4818-958d-41c768b15b20 2022-03-27T03:56:59.984Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 2ec5b581-3aec-4818-958d-41c768b15b20 matches Tosca VF Customization UUID: 2ec5b581-3aec-4818-958d-41c768b15b20 2022-03-27T03:56:59.984Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 2ec5b581-3aec-4818-958d-41c768b15b20 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-27T03:56:59.988Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:56:59.988Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:56:59.990Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 2ec5b581-3aec-4818-958d-41c768b15b20: {\"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-27T03:56:59.990Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5f23dd18 2022-03-27T03:56:59.991Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:56:59.991Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-27T03:56:59.992Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 715f040e-0285-4307-9b2b-a629707eacc4 2022-03-27T03:56:59.992Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 715f040e-0285-4307-9b2b-a629707eacc4 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-27T03:56:59.995Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:56:59.995Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is matching search criteria 2022-03-27T03:56:59.995Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e84f5f06-e4a6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T03:56:59.996Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:56:59.996Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is matching search criteria 2022-03-27T03:56:59.996Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e84f5f06-e4a6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T03:56:59.997Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:56:59.997Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is not matching search criteria 2022-03-27T03:56:59.997Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-27T03:56:59.997Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-27T03:56:59.998Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-27T03:56:59.998Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-27T03:56:59.998Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-27T03:56:59.999Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-27T03:56:59.999Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-27T03:56:59.999Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-27T03:56:59.999Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-27T03:57:00.000Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-27T03:57:00.000Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-27T03:57:00.000Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=db4530cf-ad15-491e-b768-7e93e29cc6e8 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-27T03:57:00.003Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:57:00.004Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is matching search criteria 2022-03-27T03:57:00.004Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e84f5f06-e4a6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T03:57:00.004Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:57:00.005Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is not matching search criteria 2022-03-27T03:57:00.005Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-27T03:57:00.005Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-27T03:57:00.006Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-27T03:57:00.006Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-27T03:57:00.006Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-27T03:57:00.007Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-27T03:57:00.007Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-27T03:57:00.007Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-27T03:57:00.008Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-27T03:57:00.008Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-27T03:57:00.008Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-27T03:57:00.008Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-27T03:57:00.009Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c52c5b74-df29-4067-bdd3-6d0ce5c85222 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-27T03:57:00.011Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:57:00.011Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is matching search criteria 2022-03-27T03:57:00.012Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e84f5f06-e4a6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T03:57:00.012Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:57:00.012Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is not matching search criteria 2022-03-27T03:57:00.013Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-27T03:57:00.013Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-27T03:57:00.013Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-27T03:57:00.013Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-27T03:57:00.014Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-27T03:57:00.014Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-27T03:57:00.014Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-27T03:57:00.015Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-27T03:57:00.015Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-27T03:57:00.015Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-27T03:57:00.016Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-27T03:57:00.016Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-27T03:57:00.016Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=f74b3862-2f4c-47aa-82f2-b0f860eaf21a 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-27T03:57:00.020Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:57:00.020Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is matching search criteria 2022-03-27T03:57:00.020Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e84f5f06-e4a6 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T03:57:00.021Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:57:00.021Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Node template vFW e84f5f06-e4a6 0 is matching search criteria 2022-03-27T03:57:00.022Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found topology templates [vFW e84f5f06-e4a6 0] matching following query criteria: sdcType=VF, customizationUUID=2ec5b581-3aec-4818-958d-41c768b15b20 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-27T03:57:00.024Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:57:00.024Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:57:00.026Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 5bc0a201-4954-4837-b338-b70c578d8b7e: vFW e84f5f06-e4a6 2022-03-27T03:57:00.026Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:57:00.026Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:57:00.027Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:57:00.027Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:57:00.028Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:57:00.028Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:57:00.028Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:57:00.029Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:57:00.029Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T03:57:00.029Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Service vFW 2022-03-27 03-54-55 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T03:57:00.030Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||Saving Service: vFW 2022-03-27 03-54-55 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-27T03:57:00.223Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW e84f5f06-e4a6 ee3ecf5a-1663-42f0-9c36-25ebef02bafd 1 ASDC deployResourceStructure 2022-03-27T03:57:00.224Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json ASDC sendASDCNotification 2022-03-27T03:57:00.224Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json 2022-03-27T03:57:00.224Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T03:57:00.224Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:57:00.226Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:57:00.227Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353420224, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json", "status": "DEPLOY_OK" } 2022-03-27T03:57:00.328Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-27T03:57:00.330Z||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-27T03:57:00.330Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:57:00.357Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:57:00.358Z||pool-46-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:57:01.229Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-27T03:57:01.230Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml 2022-03-27T03:57:01.230Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T03:57:01.230Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:57:01.233Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:57:01.233Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353421229, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-27T03:57:01.333Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:57:01.334Z||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-27T03:57:01.334Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:57:01.349Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:57:01.349Z||pool-47-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:57:02.234Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-27T03:57:02.234Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env 2022-03-27T03:57:02.234Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T03:57:02.235Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:57:02.237Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:57:02.237Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353422234, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-27T03:57:02.337Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:57:02.338Z||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-27T03:57:02.339Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:57:02.351Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:57:02.352Z||pool-48-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-27T03:57:03.238Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar ASDC sendASDCNotification 2022-03-27T03:57:03.239Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar 2022-03-27T03:57:03.239Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T03:57:03.239Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:57:03.241Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:57:03.242Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353423238, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T03:57:03.342Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:57:03.343Z||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-27T03:57:03.343Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:57:03.360Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:57:03.362Z||pool-49-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-27T03:57:04.243Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41a58683-6899-4850-b5f2-907f154ecd83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T03:57:04.251Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41a58683-6899-4850-b5f2-907f154ecd83 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T03:57:04.254Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T03:57:04.254Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-27T03:57:04.254Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-27T03:57:09.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:57:09.345Z||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-27T03:57:09.346Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:57:09.394Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:57:09.395Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:57:09.395Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "0e4d8990-eaaa-4dc1-a13a-c2314bc02217", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353317858, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-27T03:57:09.396Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:57:09.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:57:09.396Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353318883, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:57:09.396Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:57:09.396Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:57:09.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353318883, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json", "status": "NOTIFIED" } 2022-03-27T03:57:09.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:57:09.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:57:09.397Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353318883, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-27T03:57:09.397Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:57:09.397Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:57:09.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353318883, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:57:09.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:57:09.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:57:09.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353318883, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-27T03:57:09.398Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:57:09.398Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:57:09.398Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353318883, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:57:09.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:57:09.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:57:09.399Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353318883, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:57:09.399Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:57:09.399Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:57:09.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353330553, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T03:57:09.400Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:57:09.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:57:09.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353334335, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-27T03:57:09.400Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:57:09.400Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:57:09.400Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353335417, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T03:57:09.401Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:57:09.401Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:57:09.401Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353336714, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-27T03:57:09.401Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:57:09.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:57:09.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353337986, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/vfwe6172612c7dc0_modules.json", "status": "DEPLOY_OK" } 2022-03-27T03:57:09.402Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:57:09.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:57:09.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353338991, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-27T03:57:09.402Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:57:09.402Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:57:09.402Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353339995, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/resourceInstances/vfwe6172612c7dc0/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-27T03:57:09.403Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:57:09.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:57:09.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353340999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035150/1.0/artifacts/service-Vfw20220327035150-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T03:57:09.403Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:57:34.254Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41a58683-6899-4850-b5f2-907f154ecd83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T03:57:34.269Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41a58683-6899-4850-b5f2-907f154ecd83 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T03:57:34.271Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T03:57:34.271Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-27T03:57:34.271Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-27T03:58:04.272Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41a58683-6899-4850-b5f2-907f154ecd83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T03:58:04.282Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41a58683-6899-4850-b5f2-907f154ecd83 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T03:58:04.285Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T03:58:04.285Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-27T03:58:04.285Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-27T03:58:09.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:58:09.345Z||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-27T03:58:09.346Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:58:09.400Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:58:09.403Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.403Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "cds", "timestamp": 1648353386476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.404Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "dcae-sch", "timestamp": 1648353392784, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.405Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.405Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.405Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "aai-ml", "timestamp": 1648353388541, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.406Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "policy-id", "timestamp": 1648353394144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.407Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.407Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "aai-ml", "timestamp": 1648353388541, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.407Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.408Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.408Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "cds", "timestamp": 1648353386476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.408Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.409Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.409Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "dcae-sch", "timestamp": 1648353392784, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.409Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.410Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.410Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "policy-id", "timestamp": 1648353394144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.410Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.411Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "aai-ml", "timestamp": 1648353388541, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.411Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.411Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.412Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "cds", "timestamp": 1648353386476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.412Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.412Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.413Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "dcae-sch", "timestamp": 1648353392784, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.413Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.414Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.414Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "policy-id", "timestamp": 1648353394144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-27T03:58:09.414Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "aai-ml", "timestamp": 1648353388541, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.415Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.415Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.415Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "cds", "timestamp": 1648353386476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.416Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "dcae-sch", "timestamp": 1648353392784, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.416Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.416Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "policy-id", "timestamp": 1648353394144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.417Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.417Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "aai-ml", "timestamp": 1648353388541, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.417Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.418Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.418Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "cds", "timestamp": 1648353386476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.418Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.419Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.419Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "dcae-sch", "timestamp": 1648353392784, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.420Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "policy-id", "timestamp": 1648353394144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.420Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.420Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "aai-ml", "timestamp": 1648353388541, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.421Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.421Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "dcae-sch", "timestamp": 1648353392784, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.421Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.422Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "cds", "timestamp": 1648353386476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.422Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.422Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "ves-openapi-manager", "timestamp": 1648353400036, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.423Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.423Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "policy-id", "timestamp": 1648353394144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.423Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "multicloud-k8s-id", "timestamp": 1648353399266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.424Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.424Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.424Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "aai-ml", "timestamp": 1648353388541, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:58:09.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "cds", "timestamp": 1648353386476, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:58:09.425Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.425Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.425Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "dcae-sch", "timestamp": 1648353392784, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.426Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.426Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "ves-openapi-manager", "timestamp": 1648353400036, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.426Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "policy-id", "timestamp": 1648353394144, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:58:09.427Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.427Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.427Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "multicloud-k8s-id", "timestamp": 1648353399266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json", "status": "NOTIFIED" } 2022-03-27T03:58:09.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.428Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "ves-openapi-manager", "timestamp": 1648353400036, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.428Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "multicloud-k8s-id", "timestamp": 1648353399266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-27T03:58:09.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.429Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a7535319-5a71-4849-b45e-d3d9320a8c32", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353402622, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-27T03:58:09.430Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:58:09.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "policy-id", "timestamp": 1648353402830, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T03:58:09.430Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:58:09.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "aai-ml", "timestamp": 1648353403261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T03:58:09.431Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:58:09.431Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.431Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "cds", "timestamp": 1648353402752, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T03:58:09.432Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:58:09.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "ves-openapi-manager", "timestamp": 1648353400036, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.432Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "multicloud-k8s-id", "timestamp": 1648353399266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.433Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "policy-id", "timestamp": 1648353403836, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T03:58:09.434Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:58:09.434Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.434Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "cds", "timestamp": 1648353403759, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-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-27T03:58:09.440Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 41a58683-6899-4850-b5f2-907f154ecd83 2022-03-27T03:58:09.440Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41a58683-6899-4850-b5f2-907f154ecd83 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-27T03:58:09.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.452Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "ves-openapi-manager", "timestamp": 1648353400036, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.452Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.453Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.453Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353403638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.453Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "multicloud-k8s-id", "timestamp": 1648353399266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-27T03:58:09.455Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "policy-id", "timestamp": 1648353404839, "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-27T03:58:09.460Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 41a58683-6899-4850-b5f2-907f154ecd83 2022-03-27T03:58:09.460Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41a58683-6899-4850-b5f2-907f154ecd83 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-27T03:58:09.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "ves-openapi-manager", "timestamp": 1648353400036, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353403638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json", "status": "NOTIFIED" } 2022-03-27T03:58:09.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "multicloud-k8s-id", "timestamp": 1648353399266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353405139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "ves-openapi-manager", "timestamp": 1648353400036, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353403638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-27T03:58:09.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "multicloud-k8s-id", "timestamp": 1648353399266, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:58:09.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353405139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353403638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "multicloud-k8s-id", "timestamp": 1648353407210, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json", "status": "DOWNLOAD_OK" } 2022-03-27T03:58:09.478Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:58:09.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353405139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353403638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-27T03:58:09.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353405139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "multicloud-k8s-id", "timestamp": 1648353408537, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T03:58:09.481Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:58:09.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353403638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353405139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353403638, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:58:09.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "multicloud-k8s-id", "timestamp": 1648353410006, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-27T03:58:09.484Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:58:09.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353405139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "multicloud-k8s-id", "timestamp": 1648353411030, "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-27T03:58:09.492Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 41a58683-6899-4850-b5f2-907f154ecd83 2022-03-27T03:58:09.493Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41a58683-6899-4850-b5f2-907f154ecd83 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-27T03:58:09.503Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.503Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353405139, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:58:09.504Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.504Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.504Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353411815, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T03:58:09.504Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:58:09.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "multicloud-k8s-id", "timestamp": 1648353412034, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json", "status": "DEPLOY_OK" } 2022-03-27T03:58:09.505Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:58:09.505Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.505Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353413555, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T03:58:09.506Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:58:09.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "clamp", "timestamp": 1648353414497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.506Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.506Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "clamp", "timestamp": 1648353414497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json", "status": "NOTIFIED" } 2022-03-27T03:58:09.506Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353416534, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json", "status": "DOWNLOAD_OK" } 2022-03-27T03:58:09.507Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:58:09.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "clamp", "timestamp": 1648353414497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.507Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.507Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "clamp", "timestamp": 1648353414497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.508Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353417748, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T03:58:09.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:58:09.508Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353417846, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T03:58:09.508Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:58:09.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "clamp", "timestamp": 1648353414497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353418753, "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-27T03:58:09.514Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 41a58683-6899-4850-b5f2-907f154ecd83 2022-03-27T03:58:09.515Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41a58683-6899-4850-b5f2-907f154ecd83 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-27T03:58:09.523Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.523Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "aai-ml", "timestamp": 1648353419170, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T03:58:09.524Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:58:09.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.524Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353418958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-27T03:58:09.524Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:58:09.524Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "clamp", "timestamp": 1648353414497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T03:58:09.525Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.525Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.525Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "aai-ml", "timestamp": 1648353420174, "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-27T03:58:09.531Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 41a58683-6899-4850-b5f2-907f154ecd83 2022-03-27T03:58:09.531Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41a58683-6899-4850-b5f2-907f154ecd83 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-27T03:58:09.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353420224, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/vfwe84f5f06e4a60_modules.json", "status": "DEPLOY_OK" } 2022-03-27T03:58:09.541Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:58:09.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.541Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "clamp", "timestamp": 1648353414497, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "NOTIFIED" } 2022-03-27T03:58:09.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T03:58:09.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353421229, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-27T03:58:09.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:58:09.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353422234, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/resourceInstances/vfwe84f5f06e4a60/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-27T03:58:09.543Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:58:09.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353423238, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T03:58:09.544Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:58:09.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:58:09.544Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "clamp", "timestamp": 1648353428857, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T03:58:09.545Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:58:34.285Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 41a58683-6899-4850-b5f2-907f154ecd83 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T03:58:34.297Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 41a58683-6899-4850-b5f2-907f154ecd83 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T03:58:34.304Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T03:58:34.304Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-27T03:58:34.305Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-27T03:58:34.305Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-27T03:58:34.305Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T03:58:34.305Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T03:58:34.305Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T03:58:34.305Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T03:58:34.306Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T03:58:34.306Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-27T03:58:34.312Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-27T03:59:04.312Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 41a58683-6899-4850-b5f2-907f154ecd83 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-27T03:59:04.318Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 41a58683-6899-4850-b5f2-907f154ecd83 and serviceModelVersionId: 5bc0a201-4954-4837-b338-b70c578d8b7e 2022-03-27T03:59:04.319Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : eb39b579-e4f9-4a71-805c-cbb1be80e3ae 2022-03-27T03:59:04.320Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/eb39b579-e4f9-4a71-805c-cbb1be80e3ae/model-vers/model-ver/5bc0a201-4954-4837-b338-b70c578d8b7e?depth=0 2022-03-27T03:59:04.326Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-27T03:59:04.404Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb39b579-e4f9-4a71-805c-cbb1be80e3ae/model-vers/model-ver/5bc0a201-4954-4837-b338-b70c578d8b7e?depth=0|INFO|500||Invoke 2022-03-27T03:59:04.405Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb39b579-e4f9-4a71-805c-cbb1be80e3ae/model-vers/model-ver/5bc0a201-4954-4837-b338-b70c578d8b7e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb39b579-e4f9-4a71-805c-cbb1be80e3ae/model-vers/model-ver/5bc0a201-4954-4837-b338-b70c578d8b7e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[41a58683-6899-4850-b5f2-907f154ecd83], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[5b03911a-0511-4648-bfca-1a990880cd9c], X-ECOMP-RequestID=[41a58683-6899-4850-b5f2-907f154ecd83], X-TransactionId=[], X-ONAP-RequestID=[41a58683-6899-4850-b5f2-907f154ecd83], Content-Type=[application/merge-patch+json]} 2022-03-27T03:59:04.440Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb39b579-e4f9-4a71-805c-cbb1be80e3ae/model-vers/model-ver/5bc0a201-4954-4837-b338-b70c578d8b7e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-27T03:59:04.545Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb39b579-e4f9-4a71-805c-cbb1be80e3ae/model-vers/model-ver/5bc0a201-4954-4837-b338-b70c578d8b7e?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/eb39b579-e4f9-4a71-805c-cbb1be80e3ae/model-vers/model-ver/5bc0a201-4954-4837-b338-b70c578d8b7e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220327-03:59:03:355-52333], vertex-id=[450720], Content-Length=[0], Date=[Sun, 27 Mar 2022 03:59:03 GMT], Content-Type=[application/json]} 2022-03-27T03:59:04.545Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb39b579-e4f9-4a71-805c-cbb1be80e3ae/model-vers/model-ver/5bc0a201-4954-4837-b338-b70c578d8b7e?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-27T03:59:04.546Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/eb39b579-e4f9-4a71-805c-cbb1be80e3ae/model-vers/model-ver/5bc0a201-4954-4837-b338-b70c578d8b7e?depth=0|INFO|500||InvokeReturn 2022-03-27T03:59:04.547Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-27T03:59:04.548Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-27T03:59:04.554Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-27T03:59:04.554Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 41a58683-6899-4850-b5f2-907f154ecd83 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-27T03:59:04.555Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-27T03:59:04.555Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-27T03:59:04.558Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T03:59:04.558Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353544555, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-27T03:59:04.658Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T03:59:04.659Z||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-27T03:59:04.659Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:59:04.675Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:59:04.676Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-27T03:59:05.571Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:59:05.572Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-27T03:59:05.573Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:59:09.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:59:09.345Z||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-27T03:59:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T03:59:09.378Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:59:09.378Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:59:09.379Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "clamp", "timestamp": 1648353430868, "artifactURL": "/sdc/v1/catalog/services/Vfw20220327035455/1.0/artifacts/service-Vfw20220327035455-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T03:59:09.379Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T03:59:09.380Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T03:59:09.380Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "clamp", "timestamp": 1648353431873, "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-27T03:59:09.386Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 41a58683-6899-4850-b5f2-907f154ecd83 2022-03-27T03:59:09.386Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 41a58683-6899-4850-b5f2-907f154ecd83 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-27T03:59:15.823Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:59:15.824Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:59:15.825Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-27T03:59:15.825Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:59:25.382Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:59:25.383Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:59:25.384Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-27T03:59:25.384Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:59:34.927Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:59:34.928Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:59:34.929Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-27T03:59:34.929Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:59:44.467Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T03:59:44.468Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T03:59:44.469Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-27T03:59:44.469Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ... 2022-03-27T03:59:54.027Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:00:09.341Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:00:09.343Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-27T04:00:09.343Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:00:09.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:00:09.344Z||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-27T04:00:09.344Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:00:09.894Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:00:09.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-27T04:00:09.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "41a58683-6899-4850-b5f2-907f154ecd83", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353544555, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-27T04:00:09.896Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:00:18.917Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:01:09.341Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:01:09.343Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-27T04:01:09.343Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:01:09.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:01:09.345Z||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-27T04:01:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:01:18.892Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:01:18.897Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:02:09.341Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:02:09.342Z||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-27T04:02:09.342Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:02:09.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:02:09.346Z||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-27T04:02:09.346Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:02:18.914Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:02:18.918Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:03:09.341Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:03:09.343Z||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-27T04:03:09.343Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:03:09.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:03:09.345Z||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-27T04:03:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:03:18.901Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:03:18.919Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:04:09.342Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:04:09.343Z||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-27T04:04:09.343Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:04:09.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:04:09.344Z||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-27T04:04:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:04:18.936Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:04:19.003Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:05:09.342Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:05:09.343Z||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-27T04:05:09.343Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:05:09.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:05:09.345Z||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-27T04:05:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:05:12.157Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:05:12.158Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-27T04:05:12.159Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"13918090-be6f-41fe-ac32-3f77147bf869","serviceDescription":"service","serviceInvariantUUID":"d0cd76fd-319d-4189-a7cd-d31f74c50c1d","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8334aae2-ee03-4ec8-b93e-67fb1a7dc432","resourceInvariantUUID":"12556e90-16eb-45a7-bd39-6e31c937a990","resourceCustomizationUUID":"080f00b9-ff67-48ec-9eb7-51ca5d8d3e97","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":"N2JiYzAzYjM1ZTIwMGRiNjE4MmJlODAwMjFlZWZiYjE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"08e3e553-9627-4af0-89ae-046a2ccdc64f","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OWJmMzAxZWI1N2E3YTA3MDA1NmRhZWU1NmQ1NGU4NWE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"372fed87-8aaf-450a-a51a-905752265a90","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-27T04:05:12.162Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:05:12.163Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:05:12.173Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:05:12.173Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353909342, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:05:12.267Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-03-27T04:05:12.268Z||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-27T04:05:12.268Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:05:12.301Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:05:12.302Z||pool-51-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":5,"count":1} 2022-03-27T04:05:12.513Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:05:12.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:05:12.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353909342, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:05:12.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:05:13.174Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:05:13.176Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:05:13.178Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:05:13.179Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353909342, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:05:13.279Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:05:13.280Z||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-27T04:05:13.280Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:05:13.297Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:05:13.298Z||pool-52-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:05:14.180Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "13918090-be6f-41fe-ac32-3f77147bf869", "serviceDescription": "service", "serviceInvariantUUID": "d0cd76fd-319d-4189-a7cd-d31f74c50c1d", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "080f00b9-ff67-48ec-9eb7-51ca5d8d3e97", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "8334aae2-ee03-4ec8-b93e-67fb1a7dc432", "resourceInvariantUUID": "12556e90-16eb-45a7-bd39-6e31c937a990", "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": "OWJmMzAxZWI1N2E3YTA3MDA1NmRhZWU1NmQ1NGU4NWE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "372fed87-8aaf-450a-a51a-905752265a90" } ], "workloadContext": "Production" } 2022-03-27T04:05:14.181Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-27T04:05:14.181Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 13918090-be6f-41fe-ac32-3f77147bf869 ASDC 2022-03-27T04:05:14.182Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:13918090-be6f-41fe-ac32-3f77147bf869 ServiceInvariantUUID:d0cd76fd-319d-4189-a7cd-d31f74c50c1d 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:372fed87-8aaf-450a-a51a-905752265a90 ArtifactChecksum:OWJmMzAxZWI1N2E3YTA3MDA1NmRhZWU1NmQ1NGU4NWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:080f00b9-ff67-48ec-9eb7-51ca5d8d3e97 ResourceInvariantUUID:12556e90-16eb-45a7-bd39-6e31c937a990 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:8334aae2-ee03-4ec8-b93e-67fb1a7dc432 ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-27T04:05:14.182Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 13918090-be6f-41fe-ac32-3f77147bf869 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-27T04:05:14.218Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-27T04:05:14.219Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-27T04:05:14.219Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-27T04:05:14.219Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 372fed87-8aaf-450a-a51a-905752265a90 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-27T04:05:14.220Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-27T04:05:14.220Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-27T04:05:14.736Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-27T04:05:14.740Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 372fed87-8aaf-450a-a51a-905752265a90 52484 2022-03-27T04:05:14.741Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||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-27T04:05:14.741Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||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-27T04:05:14.741Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T04:05:14.742Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:05:14.744Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:05:14.745Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353914741, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:05:14.845Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:05:14.847Z||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-27T04:05:14.847Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:05:14.862Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:05:14.862Z||pool-53-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:05:15.747Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-27T04:05:15.748Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-27T04:05:15.752Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 372fed87-8aaf-450a-a51a-905752265a90, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-27T04:05:15.753Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-27T04:05:15.754Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-27T04:05:15.754Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-27T04:05:15.947Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP10845926034677386889/Definitions/service-BasicNetwork-template.yml 2022-03-27T04:05:16.563Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-27T04:05:16.564Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-27T04:05:16.564Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-27T04:05:16.564Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-27T04:05:16.564Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||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-27T04:05:16.564Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||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-27T04:05:16.564Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||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-27T04:05:16.564Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||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-27T04:05:16.564Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-27T04:05:16.564Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||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-27T04:05:16.565Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||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-27T04:05:16.565Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||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-27T04:05:16.565Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-27T04:05:16.565Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:05:16.565Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:05:16.565Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-27T04:05:16.566Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-27T04:05:16.566Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-27T04:05:16.566Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:05:16.566Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:05:16.566Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-27T04:05:16.566Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-27T04:05:16.566Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-27T04:05:16.567Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:05:16.567Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:05:16.567Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:05:16.567Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:05:16.567Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:05:16.567Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:05:16.568Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:05:16.568Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:05:16.568Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:05:16.568Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:05:16.568Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:13918090-be6f-41fe-ac32-3f77147bf869 Model Version:NULL Model InvariantUuid:d0cd76fd-319d-4189-a7cd-d31f74c50c1d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:12556e90-16eb-45a7-bd39-6e31c937a990 Model UUID:32ba71c9-f479-4935-8e96-70eb0f014aaf Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:080f00b9-ff67-48ec-9eb7-51ca5d8d3e97 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-27T04:05:16.587Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||Processing Resource Type: VL, Model UUID: 8334aae2-ee03-4ec8-b93e-67fb1a7dc432 2022-03-27T04:05:16.588Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||No resources found for Service: 13918090-be6f-41fe-ac32-3f77147bf869 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-27T04:05:16.595Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500|| 2022-03-27T04:05:16.595Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-27T04:05:16.596Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 13918090-be6f-41fe-ac32-3f77147bf869 2022-03-27T04:05:16.596Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 13918090-be6f-41fe-ac32-3f77147bf869 2022-03-27T04:05:16.596Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-27T04:05:16.597Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||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-27T04:05:16.603Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@24a2665a, org.onap.sdc.toscaparser.api.parameters.Input@db52e35, org.onap.sdc.toscaparser.api.parameters.Input@1100e17e, org.onap.sdc.toscaparser.api.parameters.Input@62ca8625, org.onap.sdc.toscaparser.api.parameters.Input@55edbc90] 2022-03-27T04:05:16.605Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:05:16.605Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:05:16.605Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:05:16.606Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:05:16.606Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 13918090-be6f-41fe-ac32-3f77147bf869: Generic NeutronNet 2022-03-27T04:05:16.606Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:05:16.606Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:05:16.607Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:05:16.607Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||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-27T04:05:16.649Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:05:16.650Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:05:16.650Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:05:16.650Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:05:16.650Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:05:16.650Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:05:16.651Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||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-27T04:05:16.713Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-27T04:05:16.714Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||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-27T04:05:16.714Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||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-27T04:05:16.714Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T04:05:16.714Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:05:16.718Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:05:16.718Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353916714, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:05:16.818Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:05:16.819Z||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-27T04:05:16.819Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:05:16.839Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:05:16.840Z||pool-54-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:05:17.741Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:05:17.755Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:05:17.758Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T04:05:17.758Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-27T04:05:17.758Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-27T04:05:47.759Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:05:47.777Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:05:47.780Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T04:05:47.781Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-27T04:05:47.781Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-27T04:06:09.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:06:09.345Z||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-27T04:06:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:06:09.381Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:06:09.382Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:06:09.382Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "cds", "timestamp": 1648353911476, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:06:09.383Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:06:17.781Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:06:17.793Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:06:17.795Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T04:06:17.795Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-27T04:06:17.795Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-27T04:06:47.796Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:06:47.813Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:06:47.820Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T04:06:47.821Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-27T04:06:47.821Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-27T04:07:09.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:07:09.346Z||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-27T04:07:09.346Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:07:09.386Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:07:09.388Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.388Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "dcae-sch", "timestamp": 1648353912784, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:07:09.389Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:07:09.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353909342, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:07:09.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:07:09.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "cds", "timestamp": 1648353911476, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:07:09.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:07:09.390Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.390Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "dcae-sch", "timestamp": 1648353912784, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:07:09.390Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:07:09.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353914741, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:07:09.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:07:09.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "policy-id", "timestamp": 1648353914144, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:07:09.391Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:07:09.391Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.391Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "cds", "timestamp": 1648353914749, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:07:09.391Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:07:09.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353915139, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:07:09.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:07:09.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "policy-id", "timestamp": 1648353914144, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:07:09.392Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:07:09.392Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.392Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "cds", "timestamp": 1648353915755, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-27T04:07:09.406Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 2022-03-27T04:07:09.407Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 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-27T04:07:09.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648353916714, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:07:09.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:07:09.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353915139, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:07:09.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:07:09.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "policy-id", "timestamp": 1648353917333, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:07:09.421Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:07:09.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "policy-id", "timestamp": 1648353918351, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:07:09.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:07:09.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353918736, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:07:09.422Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:07:09.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "policy-id", "timestamp": 1648353919358, "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-27T04:07:09.435Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 2022-03-27T04:07:09.436Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 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-27T04:07:09.446Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.446Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "ves-openapi-manager", "timestamp": 1648353920036, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:07:09.447Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:07:09.447Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.448Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "multicloud-k8s-id", "timestamp": 1648353919266, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:07:09.448Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:07:09.449Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.449Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353920548, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:07:09.450Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:07:09.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.451Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "ves-openapi-manager", "timestamp": 1648353920036, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:07:09.451Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:07:09.451Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "multicloud-k8s-id", "timestamp": 1648353919266, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:07:09.452Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:07:09.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.453Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353921556, "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-27T04:07:09.460Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 2022-03-27T04:07:09.460Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 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-27T04:07:09.470Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.470Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "clamp", "timestamp": 1648353924497, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:07:09.471Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:07:09.471Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.471Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "clamp", "timestamp": 1648353924497, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:07:09.472Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:07:09.472Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.472Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "aai-ml", "timestamp": 1648353928541, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:07:09.473Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:07:09.473Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "aai-ml", "timestamp": 1648353928541, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:07:09.474Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:07:09.474Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.474Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "aai-ml", "timestamp": 1648353931487, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:07:09.475Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:07:09.475Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.475Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "clamp", "timestamp": 1648353936983, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:07:09.476Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:07:09.476Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.476Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "aai-ml", "timestamp": 1648353936946, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:07:09.477Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:07:09.477Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.477Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "aai-ml", "timestamp": 1648353937951, "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-27T04:07:09.483Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 2022-03-27T04:07:09.483Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 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-27T04:07:09.491Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "clamp", "timestamp": 1648353938994, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:07:09.492Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:07:09.492Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:07:09.492Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "clamp", "timestamp": 1648353939998, "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-27T04:07:09.496Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 2022-03-27T04:07:09.496Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 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-27T04:07:17.822Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:07:17.839Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:07:17.844Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T04:07:17.845Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-27T04:07:17.845Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-27T04:07:17.845Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-27T04:07:17.845Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:07:17.846Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:07:17.846Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:07:17.846Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:07:17.847Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:07:17.847Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:07:17.847Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-27T04:07:17.854Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-27T04:07:47.855Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 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-27T04:07:47.862Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 and serviceModelVersionId: 13918090-be6f-41fe-ac32-3f77147bf869 2022-03-27T04:07:47.862Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d0cd76fd-319d-4189-a7cd-d31f74c50c1d 2022-03-27T04:07:47.864Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d0cd76fd-319d-4189-a7cd-d31f74c50c1d/model-vers/model-ver/13918090-be6f-41fe-ac32-3f77147bf869?depth=0 2022-03-27T04:07:47.871Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-27T04:07:47.970Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0cd76fd-319d-4189-a7cd-d31f74c50c1d/model-vers/model-ver/13918090-be6f-41fe-ac32-3f77147bf869?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-27T04:07:47.972Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0cd76fd-319d-4189-a7cd-d31f74c50c1d/model-vers/model-ver/13918090-be6f-41fe-ac32-3f77147bf869?depth=0|INFO|500||Invoke 2022-03-27T04:07:48.003Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0cd76fd-319d-4189-a7cd-d31f74c50c1d/model-vers/model-ver/13918090-be6f-41fe-ac32-3f77147bf869?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-27T04:07:49.235Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0cd76fd-319d-4189-a7cd-d31f74c50c1d/model-vers/model-ver/13918090-be6f-41fe-ac32-3f77147bf869?depth=0|INFO|500||InvokeReturn 2022-03-27T04:07:49.236Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d0cd76fd-319d-4189-a7cd-d31f74c50c1d/model-vers/model-ver/13918090-be6f-41fe-ac32-3f77147bf869?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220327-04:07:46:921-89331], vertex-id=[163872], Content-Length=[0], Date=[Sun, 27 Mar 2022 04:07:46 GMT], Content-Type=[application/json]} 2022-03-27T04:07:49.241Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-03-27T04:07:49.243Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-27T04:07:49.244Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-27T04:07:49.256Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-27T04:07:49.257Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-27T04:07:49.258Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-27T04:07:49.258Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:07:49.262Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:07:49.262Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354069258, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-27T04:07:49.362Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T04:07:49.366Z||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-27T04:07:49.366Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:07:49.404Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:07:49.405Z||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-27T04:07:50.279Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:07:50.281Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|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-27T04:07:50.281Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:07:54.667Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:07:54.668Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-27T04:07:54.668Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"29629baf-7c87-4638-9a88-84a9719b081c","serviceName":"Demo_pNF_q68bfGKYQp9ANlyqvEDo","serviceVersion":"1.0","serviceUUID":"957bde46-2743-4997-bcc2-c4bb2995af3d","serviceDescription":"catalog service description","serviceInvariantUUID":"9973a5ca-9587-4b58-ba8c-61b6f2b2c24b","resources":[{"resourceInstanceName":"pNF 318eb51e-74e4 0","resourceName":"pNF 318eb51e-74e4","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"e9a07e48-5b1c-4709-a9cb-5f07d5222f23","resourceInvariantUUID":"bcdf9f69-c1ea-48b8-9777-6d7e5a149b7a","resourceCustomizationUUID":"e7c11f55-5d40-4673-976b-a51d1152a45c","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/vf-license-model.xml","artifactChecksum":"OGNlMzEzMTgwYmZjMGFhNTkwNDQ2MzBiMjc4Y2ZhZmI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"12f05d15-f4d9-48f0-9c5a-dee1414c2925","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/pNF.csar","artifactChecksum":"ODVjZDgxMTg3YmYzMjY2N2E2MmZmYTJlODRiNGZjOWU\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"2ffd9c28-58d6-4315-9996-de502bd98ed4","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a216a8c2-59f4-4c63-b08e-3c87643e9eb5","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/vendor-license-model.xml","artifactChecksum":"ZWFjYjIzZGI2OGIxYTcxZWM5ZTBkMjQxMTc0MDc0ZmM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"efd540df-dc70-4f21-a41f-d439d61c326f","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"57ed8c3f-5aaf-4c6f-b4e3-60aff85568a9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a14b4a6e-f207-4378-b7bb-2ec4d6acc1bf","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfQ68bfgkyqp9anlyqvedo-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-template.yml","artifactChecksum":"NmY3ZThmYTJlOTk5Yjc2MTA3ZmJkMWEzY2M2ZjcxNDY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"9d77828b-1be0-44d7-92b7-0d3d74d1744d","artifactVersion":"1"},{"artifactName":"service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar","artifactChecksum":"NjViNGYwYjhmZTNmMTkzZTZmNzAzMGVlYTUwOTRkZWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"89634207-f226-4ee7-bb45-509c8497fd0f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-27T04:07:54.675Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:07:54.675Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:07:54.677Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:07:54.677Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:07:54.778Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:07:54.779Z||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-27T04:07:54.779Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:07:54.819Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:07:54.820Z||pool-56-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:07:55.678Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:07:55.680Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:07:55.682Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:07:55.682Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:07:55.782Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:07:55.784Z||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-27T04:07:55.785Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:07:55.811Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:07:55.812Z||pool-57-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:07:56.683Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:07:56.684Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:07:56.687Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:07:56.687Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-27T04:07:56.787Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:07:56.788Z||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-27T04:07:56.789Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:07:56.826Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:07:56.827Z||pool-58-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":1,"count":1} 2022-03-27T04:07:57.687Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:07:57.688Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:07:57.691Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:07:57.691Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:07:57.791Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:07:57.792Z||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-27T04:07:57.792Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:07:57.807Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:07:57.808Z||pool-59-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:07:58.691Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:07:58.692Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:07:58.695Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:07:58.695Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:07:58.796Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-27T04:07:58.798Z||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-27T04:07:58.798Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:07:58.812Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:07:58.813Z||pool-60-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:07:59.696Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:07:59.698Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:07:59.700Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:07:59.700Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:07:59.801Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-27T04:07:59.802Z||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-27T04:07:59.802Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:07:59.814Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:07:59.815Z||pool-61-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:08:00.700Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:08:00.701Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:08:00.704Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:08:00.704Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:00.804Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:08:00.805Z||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-27T04:08:00.805Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:08:00.820Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:08:00.821Z||pool-62-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:08:01.704Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:08:01.705Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:08:01.708Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:08:01.708Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:08:01.808Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:08:01.809Z||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-27T04:08:01.809Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:08:01.825Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:08:01.825Z||pool-63-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:08:02.709Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "serviceName": "Demo_pNF_q68bfGKYQp9ANlyqvEDo", "serviceVersion": "1.0", "serviceUUID": "957bde46-2743-4997-bcc2-c4bb2995af3d", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9973a5ca-9587-4b58-ba8c-61b6f2b2c24b", "resources": [ { "resourceInstanceName": "pNF 318eb51e-74e4 0", "resourceCustomizationUUID": "e7c11f55-5d40-4673-976b-a51d1152a45c", "resourceName": "pNF 318eb51e-74e4", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "e9a07e48-5b1c-4709-a9cb-5f07d5222f23", "resourceInvariantUUID": "bcdf9f69-c1ea-48b8-9777-6d7e5a149b7a", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "artifactChecksum": "NjViNGYwYjhmZTNmMTkzZTZmNzAzMGVlYTUwOTRkZWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "89634207-f226-4ee7-bb45-509c8497fd0f" } ], "workloadContext": "Production" } 2022-03-27T04:08:02.710Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-27T04:08:02.710Z|7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 957bde46-2743-4997-bcc2-c4bb2995af3d ASDC 2022-03-27T04:08:02.711Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:29629baf-7c87-4638-9a88-84a9719b081c ServiceName:Demo_pNF_q68bfGKYQp9ANlyqvEDo ServiceVersion:1.0 ServiceUUID:957bde46-2743-4997-bcc2-c4bb2995af3d ServiceInvariantUUID:9973a5ca-9587-4b58-ba8c-61b6f2b2c24b ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar ArtifactUUID:89634207-f226-4ee7-bb45-509c8497fd0f ArtifactChecksum:NjViNGYwYjhmZTNmMTkzZTZmNzAzMGVlYTUwOTRkZWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 318eb51e-74e4 0 ResourceCustomizationUUID:e7c11f55-5d40-4673-976b-a51d1152a45c ResourceInvariantUUID:bcdf9f69-c1ea-48b8-9777-6d7e5a149b7a ResourceName:pNF 318eb51e-74e4 ResourceType:PNF ResourceUUID:e9a07e48-5b1c-4709-a9cb-5f07d5222f23 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-27T04:08:02.713Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 957bde46-2743-4997-bcc2-c4bb2995af3d 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-27T04:08:02.745Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-27T04:08:02.747Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-27T04:08:02.747Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-27T04:08:02.747Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 89634207-f226-4ee7-bb45-509c8497fd0f from URL: /sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar 2022-03-27T04:08:02.747Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-27T04:08:02.747Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar 2022-03-27T04:08:02.884Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-27T04:08:02.889Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar 89634207-f226-4ee7-bb45-509c8497fd0f 82626 2022-03-27T04:08:02.890Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar ASDC sendASDCNotification 2022-03-27T04:08:02.890Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar 2022-03-27T04:08:02.890Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T04:08:02.890Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:08:02.893Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:08:02.893Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354082890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:08:02.993Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:08:02.994Z||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-27T04:08:02.994Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:08:03.005Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:08:03.006Z||pool-64-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:08:03.894Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-27T04:08:03.895Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-27T04:08:03.896Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 89634207-f226-4ee7-bb45-509c8497fd0f, URL: /sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar to file: /app/ASDC/1/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar 2022-03-27T04:08:03.896Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar 2022-03-27T04:08:03.897Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar 2022-03-27T04:08:03.897Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar 2022-03-27T04:08:04.032Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP2522586648534170658/Definitions/service-DemoPnfQ68bfgkyqp9anlyqvedo-template.yml 2022-03-27T04:08:04.921Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-27T04:08:04.921Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-27T04:08:04.921Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar 2022-03-27T04:08:04.921Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-27T04:08:04.921Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar 2022-03-27T04:08:04.922Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar 2022-03-27T04:08:04.922Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 318eb51e-74e4 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-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar 2022-03-27T04:08:04.922Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar 2022-03-27T04:08:04.922Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar 2022-03-27T04:08:04.922Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar 2022-03-27T04:08:04.922Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar 2022-03-27T04:08:04.922Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-27T04:08:04.922Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:08:04.922Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_q68bfGKYQp9ANlyqvEDo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:08:04.923Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Node template pNF 318eb51e-74e4 0 is matching search criteria 2022-03-27T04:08:04.923Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-27T04:08:04.923Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 318eb51e-74e4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-27T04:08:04.923Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:08:04.923Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_q68bfGKYQp9ANlyqvEDo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:08:04.923Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Node template pNF 318eb51e-74e4 0 is matching search criteria 2022-03-27T04:08:04.924Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-27T04:08:04.924Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Found topology templates [pNF 318eb51e-74e4 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-27T04:08:04.924Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:08:04.924Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_q68bfGKYQp9ANlyqvEDo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:08:04.924Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:08:04.924Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_q68bfGKYQp9ANlyqvEDo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:08:04.924Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:08:04.925Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_q68bfGKYQp9ANlyqvEDo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:08:04.925Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:08:04.925Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_q68bfGKYQp9ANlyqvEDo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:08:04.925Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:08:04.925Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_q68bfGKYQp9ANlyqvEDo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:08:04.925Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_q68bfGKYQp9ANlyqvEDo Description:catalog service description Model UUID:957bde46-2743-4997-bcc2-c4bb2995af3d Model Version:NULL Model InvariantUuid:9973a5ca-9587-4b58-ba8c-61b6f2b2c24b 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-27T04:08:04.933Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: e9a07e48-5b1c-4709-a9cb-5f07d5222f23 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-27T04:08:04.936Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||pNF 318eb51e-74e4 0 2022-03-27T04:08:04.936Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: e9a07e48-5b1c-4709-a9cb-5f07d5222f23 2022-03-27T04:08:04.936Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 957bde46-2743-4997-bcc2-c4bb2995af3d 2022-03-27T04:08:04.936Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 957bde46-2743-4997-bcc2-c4bb2995af3d 2022-03-27T04:08:04.937Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 318eb51e-74e4 0 e9a07e48-5b1c-4709-a9cb-5f07d5222f23 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-27T04:08:04.940Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4237131f, org.onap.sdc.toscaparser.api.parameters.Input@574b2101, org.onap.sdc.toscaparser.api.parameters.Input@533cca92, org.onap.sdc.toscaparser.api.parameters.Input@115b2cd7, org.onap.sdc.toscaparser.api.parameters.Input@6b0e7a08] 2022-03-27T04:08:04.941Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:08:04.941Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_q68bfGKYQp9ANlyqvEDo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:08:04.941Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 957bde46-2743-4997-bcc2-c4bb2995af3d: pNF 318eb51e-74e4 2022-03-27T04:08:04.941Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||Processing PNF resource: e9a07e48-5b1c-4709-a9cb-5f07d5222f23 2022-03-27T04:08:04.941Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:08:04.942Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Service Demo_pNF_q68bfGKYQp9ANlyqvEDo is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:08:04.942Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||Resource customization UUID: e7c11f55-5d40-4673-976b-a51d1152a45c is the same as notified resource customizationUUID: e7c11f55-5d40-4673-976b-a51d1152a45c 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-27T04:08:04.978Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 318eb51e-74e4 e9a07e48-5b1c-4709-a9cb-5f07d5222f23 0 ASDC deployResourceStructure 2022-03-27T04:08:04.979Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar ASDC sendASDCNotification 2022-03-27T04:08:04.979Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar 2022-03-27T04:08:04.979Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T04:08:04.980Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:08:04.982Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:08:04.982Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354084979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:08:05.082Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:08:05.083Z||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-27T04:08:05.084Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:08:05.097Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:08:05.098Z||pool-65-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:08:05.983Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29629baf-7c87-4638-9a88-84a9719b081c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:08:05.993Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29629baf-7c87-4638-9a88-84a9719b081c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:08:05.995Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T04:08:05.995Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-27T04:08:05.995Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-27T04:08:09.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:08:09.345Z||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-27T04:08:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:08:09.383Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:08:09.406Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.406Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "multicloud-k8s-id", "timestamp": 1648353979266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.407Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "ves-openapi-manager", "timestamp": 1648353980036, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.407Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.407Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353975139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "policy-id", "timestamp": 1648353974144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.408Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.408Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "multicloud-k8s-id", "timestamp": 1648353979266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.408Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "ves-openapi-manager", "timestamp": 1648353980036, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "policy-id", "timestamp": 1648353974144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.409Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.409Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.409Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353975139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "clamp", "timestamp": 1648353984497, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.410Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "multicloud-k8s-id", "timestamp": 1648353979266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.410Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.410Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "ves-openapi-manager", "timestamp": 1648353980036, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353975139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.411Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.411Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.411Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "policy-id", "timestamp": 1648353974144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.412Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "clamp", "timestamp": 1648353984497, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.412Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.412Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.412Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "multicloud-k8s-id", "timestamp": 1648353979266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "ves-openapi-manager", "timestamp": 1648353980036, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.413Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.413Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.413Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353975139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.414Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "policy-id", "timestamp": 1648353974144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.414Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.414Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.414Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "clamp", "timestamp": 1648353984497, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.414Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "multicloud-k8s-id", "timestamp": 1648353979266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.415Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.415Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "ves-openapi-manager", "timestamp": 1648353980036, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.415Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.415Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353975139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.416Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "policy-id", "timestamp": 1648353974144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.416Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.416Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.417Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "cds", "timestamp": 1648353986476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.417Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "clamp", "timestamp": 1648353984497, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.418Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "multicloud-k8s-id", "timestamp": 1648353979266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.418Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.418Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "ves-openapi-manager", "timestamp": 1648353980036, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-27T04:08:09.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353975139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.419Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.419Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.419Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "policy-id", "timestamp": 1648353974144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "cds", "timestamp": 1648353986476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.420Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.420Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "clamp", "timestamp": 1648353984497, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.420Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "aai-ml", "timestamp": 1648353988541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.421Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.421Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.421Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "multicloud-k8s-id", "timestamp": 1648353979266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "ves-openapi-manager", "timestamp": 1648353980036, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.422Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.422Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.422Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353975139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "policy-id", "timestamp": 1648353974144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.423Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "cds", "timestamp": 1648353986476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.423Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.423Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "clamp", "timestamp": 1648353984497, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "aai-ml", "timestamp": 1648353988541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.424Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.424Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.424Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "multicloud-k8s-id", "timestamp": 1648353979266, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:08:09.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "ves-openapi-manager", "timestamp": 1648353980036, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.425Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.425Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.425Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "policy-id", "timestamp": 1648353974144, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:08:09.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353975139, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:08:09.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.426Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.426Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "cds", "timestamp": 1648353986476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.426Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "clamp", "timestamp": 1648353984497, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.427Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "aai-ml", "timestamp": 1648353988541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.427Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.427Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "cds", "timestamp": 1648353986476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.428Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353991460, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:08:09.428Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:08:09.428Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.428Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "policy-id", "timestamp": 1648353991453, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:08:09.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:08:09.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "ves-openapi-manager", "timestamp": 1648353992151, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T04:08:09.429Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:08:09.429Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.429Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "clamp", "timestamp": 1648353984497, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:08:09.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "aai-ml", "timestamp": 1648353988541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.430Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.430Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "cds", "timestamp": 1648353986476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.430Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "policy-id", "timestamp": 1648353992458, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:08:09.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:08:09.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.431Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "ves-openapi-manager", "timestamp": 1648353993407, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-27T04:08:09.431Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:08:09.431Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "aai-ml", "timestamp": 1648353988541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "dcae-sch", "timestamp": 1648353992784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.432Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.432Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.432Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "cds", "timestamp": 1648353986476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.433Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.433Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.433Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "policy-id", "timestamp": 1648353993461, "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-27T04:08:09.441Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 29629baf-7c87-4638-9a88-84a9719b081c 2022-03-27T04:08:09.441Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29629baf-7c87-4638-9a88-84a9719b081c 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-27T04:08:09.450Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353993750, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:08:09.452Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:08:09.452Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.452Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "ves-openapi-manager", "timestamp": 1648353994412, "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-27T04:08:09.458Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 29629baf-7c87-4638-9a88-84a9719b081c 2022-03-27T04:08:09.458Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29629baf-7c87-4638-9a88-84a9719b081c 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-27T04:08:09.467Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.467Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "aai-ml", "timestamp": 1648353988541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "dcae-sch", "timestamp": 1648353992784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.468Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.468Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "cds", "timestamp": 1648353986476, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:08:09.468Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.469Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.469Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648353994754, "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-27T04:08:09.473Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 29629baf-7c87-4638-9a88-84a9719b081c 2022-03-27T04:08:09.473Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29629baf-7c87-4638-9a88-84a9719b081c 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-27T04:08:09.481Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.481Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "aai-ml", "timestamp": 1648353988541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.481Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "dcae-sch", "timestamp": 1648353992784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.482Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "clamp", "timestamp": 1648353995998, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:08:09.482Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:08:09.482Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.482Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "cds", "timestamp": 1648353995225, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:08:09.483Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:08:09.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "aai-ml", "timestamp": 1648353988541, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:08:09.483Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.483Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.483Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "dcae-sch", "timestamp": 1648353992784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.484Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.484Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "clamp", "timestamp": 1648353997033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:08:09.484Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:08:09.484Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.485Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "cds", "timestamp": 1648353996235, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-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-27T04:08:09.490Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 29629baf-7c87-4638-9a88-84a9719b081c 2022-03-27T04:08:09.490Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29629baf-7c87-4638-9a88-84a9719b081c 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-27T04:08:09.498Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.498Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "dcae-sch", "timestamp": 1648353992784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.498Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "aai-ml", "timestamp": 1648353997547, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:08:09.499Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:08:09.499Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.499Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "clamp", "timestamp": 1648353998039, "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-27T04:08:09.503Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 29629baf-7c87-4638-9a88-84a9719b081c 2022-03-27T04:08:09.504Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29629baf-7c87-4638-9a88-84a9719b081c 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-27T04:08:09.513Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.513Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "dcae-sch", "timestamp": 1648353992784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "dcae-sch", "timestamp": 1648353992784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.514Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.514Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.514Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "dcae-sch", "timestamp": 1648353992784, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.515Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "aai-ml", "timestamp": 1648354005052, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:08:09.515Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:08:09.515Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.515Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "aai-ml", "timestamp": 1648354006056, "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-27T04:08:09.521Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 29629baf-7c87-4638-9a88-84a9719b081c 2022-03-27T04:08:09.521Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId 29629baf-7c87-4638-9a88-84a9719b081c 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-27T04:08:09.530Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.531Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354005139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.531Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.531Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "dcae-sch", "timestamp": 1648354012784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.532Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.532Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354005139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.532Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.533Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "dcae-sch", "timestamp": 1648354012784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.534Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.534Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354005139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.534Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "clamp", "timestamp": 1648354014497, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "policy-id", "timestamp": 1648354014144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.535Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.535Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "dcae-sch", "timestamp": 1648354012784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.535Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354005139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "clamp", "timestamp": 1648354014497, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-27T04:08:09.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.536Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.536Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "policy-id", "timestamp": 1648354014144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.536Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "dcae-sch", "timestamp": 1648354012784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.537Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.537Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.537Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354005139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "clamp", "timestamp": 1648354014497, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.538Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.538Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.538Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "policy-id", "timestamp": 1648354014144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-27T04:08:09.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "dcae-sch", "timestamp": 1648354012784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.539Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354005139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.539Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.539Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "cds", "timestamp": 1648354016476, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "clamp", "timestamp": 1648354014497, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.540Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.540Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "policy-id", "timestamp": 1648354014144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.540Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "dcae-sch", "timestamp": 1648354012784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354005139, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:08:09.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.541Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.541Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "cds", "timestamp": 1648354016476, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.541Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "clamp", "timestamp": 1648354014497, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "policy-id", "timestamp": 1648354014144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.542Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "aai-ml", "timestamp": 1648354018541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.542Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.542Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "dcae-sch", "timestamp": 1648354012784, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "cds", "timestamp": 1648354016476, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.543Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "clamp", "timestamp": 1648354014497, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.543Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.543Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "policy-id", "timestamp": 1648354014144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "aai-ml", "timestamp": 1648354018541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.544Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.544Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "ves-openapi-manager", "timestamp": 1648354020036, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.544Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.545Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.545Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354020352, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:08:09.546Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:08:09.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "cds", "timestamp": 1648354016476, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "multicloud-k8s-id", "timestamp": 1648354019266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.546Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "clamp", "timestamp": 1648354014497, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:08:09.546Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.546Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "policy-id", "timestamp": 1648354014144, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:08:09.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "aai-ml", "timestamp": 1648354018541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "ves-openapi-manager", "timestamp": 1648354020036, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.547Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.547Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.547Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "cds", "timestamp": 1648354016476, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "multicloud-k8s-id", "timestamp": 1648354019266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-27T04:08:09.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "aai-ml", "timestamp": 1648354018541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.548Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.548Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.548Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "policy-id", "timestamp": 1648354021959, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:08:09.548Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:08:09.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "ves-openapi-manager", "timestamp": 1648354020036, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "cds", "timestamp": 1648354016476, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.549Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.549Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.549Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "multicloud-k8s-id", "timestamp": 1648354019266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-27T04:08:09.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "aai-ml", "timestamp": 1648354018541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.550Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.550Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354022971, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:08:09.550Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:08:09.550Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "policy-id", "timestamp": 1648354022966, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:08:09.551Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:08:09.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "ves-openapi-manager", "timestamp": 1648354020036, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "multicloud-k8s-id", "timestamp": 1648354019266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.551Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.551Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.551Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "cds", "timestamp": 1648354016476, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:08:09.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "aai-ml", "timestamp": 1648354018541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.552Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.552Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.552Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354023975, "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=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:08:09.567Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of a89e3381-ecd8-40c6-9710-3ed289ba0569 2022-03-27T04:08:09.567Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a89e3381-ecd8-40c6-9710-3ed289ba0569 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-27T04:08:09.577Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.577Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "policy-id", "timestamp": 1648354023971, "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-27T04:08:09.582Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a89e3381-ecd8-40c6-9710-3ed289ba0569 2022-03-27T04:08:09.582Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a89e3381-ecd8-40c6-9710-3ed289ba0569 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-27T04:08:09.594Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "ves-openapi-manager", "timestamp": 1648354020036, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "multicloud-k8s-id", "timestamp": 1648354019266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-27T04:08:09.595Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.595Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.595Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "cds", "timestamp": 1648354024207, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:08:09.596Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:08:09.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "aai-ml", "timestamp": 1648354018541, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:08:09.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "ves-openapi-manager", "timestamp": 1648354020036, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.596Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.596Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.596Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "multicloud-k8s-id", "timestamp": 1648354019266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.597Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.597Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.597Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "cds", "timestamp": 1648354025213, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-27T04:08:09.602Z||pool-2-thread-4|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of a89e3381-ecd8-40c6-9710-3ed289ba0569 2022-03-27T04:08:09.603Z||pool-2-thread-4|||||DEBUG|500||Entering installTheComponentStatus for distributionId a89e3381-ecd8-40c6-9710-3ed289ba0569 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-27T04:08:09.612Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.612Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "aai-ml", "timestamp": 1648354026303, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:08:09.613Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:08:09.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "ves-openapi-manager", "timestamp": 1648354020036, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:08:09.613Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.613Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.613Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "multicloud-k8s-id", "timestamp": 1648354019266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:08:09.614Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-03-27T04:08:09.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "multicloud-k8s-id", "timestamp": 1648354027203, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-27T04:08:09.614Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:08:09.614Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-27T04:08:09.614Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "multicloud-k8s-id", "timestamp": 1648354028512, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T04:08:09.615Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:08:35.995Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 29629baf-7c87-4638-9a88-84a9719b081c Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:08:36.006Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 29629baf-7c87-4638-9a88-84a9719b081c Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:08:36.012Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T04:08:36.012Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-27T04:08:36.013Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-27T04:08:36.013Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-27T04:08:36.013Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:08:36.013Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:08:36.013Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:08:36.013Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:08:36.013Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:08:36.013Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:08:36.013Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:08:36.013Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-27T04:08:36.019Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-27T04:09:06.019Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 29629baf-7c87-4638-9a88-84a9719b081c 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-27T04:09:06.026Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 29629baf-7c87-4638-9a88-84a9719b081c and serviceModelVersionId: 957bde46-2743-4997-bcc2-c4bb2995af3d 2022-03-27T04:09:06.026Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9973a5ca-9587-4b58-ba8c-61b6f2b2c24b 2022-03-27T04:09:06.027Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9973a5ca-9587-4b58-ba8c-61b6f2b2c24b/model-vers/model-ver/957bde46-2743-4997-bcc2-c4bb2995af3d?depth=0 2022-03-27T04:09:06.031Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-27T04:09:06.083Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9973a5ca-9587-4b58-ba8c-61b6f2b2c24b/model-vers/model-ver/957bde46-2743-4997-bcc2-c4bb2995af3d?depth=0|INFO|500||Invoke 2022-03-27T04:09:06.083Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9973a5ca-9587-4b58-ba8c-61b6f2b2c24b/model-vers/model-ver/957bde46-2743-4997-bcc2-c4bb2995af3d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9973a5ca-9587-4b58-ba8c-61b6f2b2c24b/model-vers/model-ver/957bde46-2743-4997-bcc2-c4bb2995af3d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[29629baf-7c87-4638-9a88-84a9719b081c], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aac8c39c-04fb-4550-8bc9-f36c8c4e0e22], X-ECOMP-RequestID=[29629baf-7c87-4638-9a88-84a9719b081c], X-TransactionId=[], X-ONAP-RequestID=[29629baf-7c87-4638-9a88-84a9719b081c], Content-Type=[application/merge-patch+json]} 2022-03-27T04:09:06.106Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9973a5ca-9587-4b58-ba8c-61b6f2b2c24b/model-vers/model-ver/957bde46-2743-4997-bcc2-c4bb2995af3d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-27T04:09:06.192Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9973a5ca-9587-4b58-ba8c-61b6f2b2c24b/model-vers/model-ver/957bde46-2743-4997-bcc2-c4bb2995af3d?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/9973a5ca-9587-4b58-ba8c-61b6f2b2c24b/model-vers/model-ver/957bde46-2743-4997-bcc2-c4bb2995af3d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220327-04:09:05:019-98782], vertex-id=[213120], Content-Length=[0], Date=[Sun, 27 Mar 2022 04:09:05 GMT], Content-Type=[application/json]} 2022-03-27T04:09:06.193Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9973a5ca-9587-4b58-ba8c-61b6f2b2c24b/model-vers/model-ver/957bde46-2743-4997-bcc2-c4bb2995af3d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-27T04:09:06.195Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9973a5ca-9587-4b58-ba8c-61b6f2b2c24b/model-vers/model-ver/957bde46-2743-4997-bcc2-c4bb2995af3d?depth=0|INFO|500||InvokeReturn 2022-03-27T04:09:06.195Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-27T04:09:06.196Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-27T04:09:06.203Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-27T04:09:06.203Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 29629baf-7c87-4638-9a88-84a9719b081c and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-27T04:09:06.204Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-27T04:09:06.204Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:09:06.206Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:09:06.206Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354146204, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-27T04:09:06.307Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T04:09:06.308Z||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-27T04:09:06.308Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:09:06.327Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:09:06.327Z||pool-66-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-27T04:09:07.219Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-27T04:09:07.220Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"a89e3381-ecd8-40c6-9710-3ed289ba0569","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"5c2a621d-64aa-49b7-aaac-3ef2390c1e7c","serviceDescription":"service","serviceInvariantUUID":"531662e2-cd1a-4977-a461-a20a4bc42ef7","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3382f091-ed31-4559-a8ed-aeada7d6fbdc","resourceInvariantUUID":"69e10f81-40a8-4312-976b-e337b533fc67","resourceCustomizationUUID":"1f2c48be-e4aa-49d5-aa71-69288c82fe2b","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":"ODAzNzUwNDQwMzQ3ODQ1NmVmZGU3OGIwYmE3MzJmMjk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"00f9e62b-137b-4932-950b-17d48fadb588","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":"YjhkN2NiNTU1ODViNWM5NjA1NjNmNWVjNGU0YjNhYmY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f206cba4-7b76-4ad1-ac5a-349ba519622f","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":"c4ca27eb-db05-46d3-9eb2-540c49b45dbf","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":"4eb3d019-d562-432e-81f3-1ecb8c87d732","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":"aea98460-5040-4f5d-95c2-cdf978afe896","artifactVersion":"2","generatedFromUUID":"c4ca27eb-db05-46d3-9eb2-540c49b45dbf"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"N2ZmMzg3Y2ZjMDE3YTY2MWUyNzY2ZTZlODk5OTU1MGU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"846d803d-f561-4cba-9784-719dfc8cb14f","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NjVhMTcwZmUzY2Q5NjA4N2Q2OWMxYWE1YjE1ODM3ZDQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"4c2d9bfd-e323-480e-92b2-25e9ee10c24a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-27T04:09:07.220Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:09:07.221Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:09:07.224Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:09:07.224Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:07.324Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:09:07.325Z||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-27T04:09:07.326Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:09:07.337Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:09:07.338Z||pool-67-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:09:08.225Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:09:08.226Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:09:08.228Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:09:08.228Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-27T04:09:08.328Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:09:08.330Z||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-27T04:09:08.330Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:09:08.347Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:09:08.348Z||pool-68-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:09:09.228Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:09:09.229Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:09:09.232Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:09:09.232Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-27T04:09:09.332Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:09:09.337Z||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-27T04:09:09.338Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:09:09.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:09:09.345Z||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-27T04:09:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:09:09.355Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:09:09.356Z||pool-69-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:09:09.372Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:09:09.404Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.404Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "multicloud-k8s-id", "timestamp": 1648354029623, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:09.405Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.406Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.406Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "multicloud-k8s-id", "timestamp": 1648354030643, "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-27T04:09:09.419Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of a89e3381-ecd8-40c6-9710-3ed289ba0569 2022-03-27T04:09:09.419Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a89e3381-ecd8-40c6-9710-3ed289ba0569 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-27T04:09:09.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "multicloud-k8s-id", "timestamp": 1648354031649, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-27T04:09:09.432Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.432Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.432Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "clamp", "timestamp": 1648354034007, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:09.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "clamp", "timestamp": 1648354036019, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:09:09.433Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.433Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.433Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "clamp", "timestamp": 1648354037023, "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-27T04:09:09.444Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of a89e3381-ecd8-40c6-9710-3ed289ba0569 2022-03-27T04:09:09.444Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a89e3381-ecd8-40c6-9710-3ed289ba0569 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-27T04:09:09.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "aai-ml", "timestamp": 1648354038670, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:09:09.455Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.455Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.455Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "aai-ml", "timestamp": 1648354039694, "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-27T04:09:09.460Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of a89e3381-ecd8-40c6-9710-3ed289ba0569 2022-03-27T04:09:09.460Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId a89e3381-ecd8-40c6-9710-3ed289ba0569 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-27T04:09:09.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "multicloud-k8s-id", "timestamp": 1648354039266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.468Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.468Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.468Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354035139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "ves-openapi-manager", "timestamp": 1648354040036, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "policy-id", "timestamp": 1648354034144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.469Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.469Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "multicloud-k8s-id", "timestamp": 1648354039266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.469Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354035139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "policy-id", "timestamp": 1648354034144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "ves-openapi-manager", "timestamp": 1648354040036, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.470Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.470Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.470Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "clamp", "timestamp": 1648354044497, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "multicloud-k8s-id", "timestamp": 1648354039266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-27T04:09:09.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354035139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "policy-id", "timestamp": 1648354034144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.471Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.471Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.471Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "ves-openapi-manager", "timestamp": 1648354040036, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "clamp", "timestamp": 1648354044497, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "multicloud-k8s-id", "timestamp": 1648354039266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-27T04:09:09.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354035139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.472Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.472Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.472Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "ves-openapi-manager", "timestamp": 1648354040036, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "policy-id", "timestamp": 1648354034144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-27T04:09:09.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "clamp", "timestamp": 1648354044497, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-27T04:09:09.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.473Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "multicloud-k8s-id", "timestamp": 1648354039266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.473Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.473Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354035139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "ves-openapi-manager", "timestamp": 1648354040036, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "policy-id", "timestamp": 1648354034144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.474Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.474Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "cds", "timestamp": 1648354046476, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.474Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "clamp", "timestamp": 1648354044497, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "multicloud-k8s-id", "timestamp": 1648354039266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-27T04:09:09.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354035139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.475Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.475Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.475Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "ves-openapi-manager", "timestamp": 1648354040036, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.476Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.476Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.476Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "policy-id", "timestamp": 1648354034144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.477Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.477Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "cds", "timestamp": 1648354046476, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.477Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "clamp", "timestamp": 1648354044497, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "aai-ml", "timestamp": 1648354048541, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.478Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.478Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.478Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "multicloud-k8s-id", "timestamp": 1648354039266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354035139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.479Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.479Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "policy-id", "timestamp": 1648354034144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.479Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "ves-openapi-manager", "timestamp": 1648354040036, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "cds", "timestamp": 1648354046476, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.480Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.480Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.480Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "clamp", "timestamp": 1648354044497, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "aai-ml", "timestamp": 1648354048541, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.481Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.481Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "multicloud-k8s-id", "timestamp": 1648354039266, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:09:09.481Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354035139, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:09:09.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "ves-openapi-manager", "timestamp": 1648354040036, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.482Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.482Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.482Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "policy-id", "timestamp": 1648354034144, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:09:09.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "cds", "timestamp": 1648354046476, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.483Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.483Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "clamp", "timestamp": 1648354044497, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.483Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "aai-ml", "timestamp": 1648354048541, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "cds", "timestamp": 1648354046476, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.484Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.484Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.484Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "clamp", "timestamp": 1648354044497, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:09:09.485Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.485Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.485Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354051665, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:09.485Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "multicloud-k8s-id", "timestamp": 1648354051237, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:09.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "policy-id", "timestamp": 1648354051846, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:09.486Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "aai-ml", "timestamp": 1648354048541, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.486Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.486Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.486Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "cds", "timestamp": 1648354046476, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "multicloud-k8s-id", "timestamp": 1648354052350, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:09.487Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "policy-id", "timestamp": 1648354052855, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:09:09.487Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "aai-ml", "timestamp": 1648354048541, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.487Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.487Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "dcae-sch", "timestamp": 1648354052784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOTIFIED" } 2022-03-27T04:09:09.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "cds", "timestamp": 1648354046476, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "policy-id", "timestamp": 1648354053860, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-27T04:09:09.501Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 621fa5a1-ae7f-4af4-85ad-5c5c51f5f213 2022-03-27T04:09:09.501Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621fa5a1-ae7f-4af4-85ad-5c5c51f5f213 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-27T04:09:09.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "aai-ml", "timestamp": 1648354048541, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.511Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "multicloud-k8s-id", "timestamp": 1648354053417, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:09.511Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "dcae-sch", "timestamp": 1648354052784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354054160, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:09:09.512Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "cds", "timestamp": 1648354046476, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:09:09.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.512Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.512Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "aai-ml", "timestamp": 1648354048541, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.512Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.513Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.513Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "multicloud-k8s-id", "timestamp": 1648354054437, "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-27T04:09:09.519Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 621fa5a1-ae7f-4af4-85ad-5c5c51f5f213 2022-03-27T04:09:09.519Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621fa5a1-ae7f-4af4-85ad-5c5c51f5f213 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-27T04:09:09.527Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.527Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "dcae-sch", "timestamp": 1648354052784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.528Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.528Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.528Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354055166, "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-27T04:09:09.534Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 621fa5a1-ae7f-4af4-85ad-5c5c51f5f213 2022-03-27T04:09:09.534Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621fa5a1-ae7f-4af4-85ad-5c5c51f5f213 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-27T04:09:09.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "cds", "timestamp": 1648354055234, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:09.546Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "aai-ml", "timestamp": 1648354048541, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:09:09.546Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.546Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "multicloud-k8s-id", "timestamp": 1648354055442, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-27T04:09:09.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "dcae-sch", "timestamp": 1648354052784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "cds", "timestamp": 1648354056242, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-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-27T04:09:09.553Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 621fa5a1-ae7f-4af4-85ad-5c5c51f5f213 2022-03-27T04:09:09.553Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621fa5a1-ae7f-4af4-85ad-5c5c51f5f213 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-27T04:09:09.563Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.563Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "aai-ml", "timestamp": 1648354057457, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:09.564Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "dcae-sch", "timestamp": 1648354052784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "dcae-sch", "timestamp": 1648354052784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.564Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.564Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.564Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "dcae-sch", "timestamp": 1648354052784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "dcae-sch", "timestamp": 1648354052784, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "multicloud-k8s-id", "timestamp": 1648354059266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.565Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.565Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.565Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "ves-openapi-manager", "timestamp": 1648354060036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "policy-id", "timestamp": 1648354054863, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.566Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.566Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.566Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "multicloud-k8s-id", "timestamp": 1648354059266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-27T04:09:09.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "ves-openapi-manager", "timestamp": 1648354060036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "policy-id", "timestamp": 1648354054863, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.567Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.567Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "cds", "timestamp": 1648354061476, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.567Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "dcae-sch", "timestamp": 1648354063072, "artifactURL": "/sdc/v1/catalog/services/deae3f06-b8bb-49bf-89fb-9f7a89f36bfe/resourceInstances/basicclamp0/artifacts/cb7337bb-2e0a-4a8f-b0b0-2ed44ed3032d", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:09.568Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "multicloud-k8s-id", "timestamp": 1648354059266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-27T04:09:09.568Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.568Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.568Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "ves-openapi-manager", "timestamp": 1648354060036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "policy-id", "timestamp": 1648354054863, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-27T04:09:09.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "cds", "timestamp": 1648354061476, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.569Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.569Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.569Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "clamp", "timestamp": 1648354064015, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:09.570Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "multicloud-k8s-id", "timestamp": 1648354059266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.570Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "ves-openapi-manager", "timestamp": 1648354060036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.570Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.570Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "policy-id", "timestamp": 1648354054863, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "dcae-sch", "timestamp": 1648354064456, "artifactURL": "/sdc/v1/catalog/services/deae3f06-b8bb-49bf-89fb-9f7a89f36bfe/resourceInstances/basicclamp0/artifacts/cb7337bb-2e0a-4a8f-b0b0-2ed44ed3032d", "status": "DEPLOY_OK" } 2022-03-27T04:09:09.571Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "cds", "timestamp": 1648354061476, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.571Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.571Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.571Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "clamp", "timestamp": 1648354065020, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:09.571Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "multicloud-k8s-id", "timestamp": 1648354059266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-27T04:09:09.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.572Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "ves-openapi-manager", "timestamp": 1648354060036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.572Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.572Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "policy-id", "timestamp": 1648354054863, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.573Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.573Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.573Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "dcae-sch", "timestamp": 1648354065468, "artifactURL": "/sdc/v1/catalog/services/deae3f06-b8bb-49bf-89fb-9f7a89f36bfe/resourceInstances/basicclamp0/artifacts/cb7337bb-2e0a-4a8f-b0b0-2ed44ed3032d", "status": "COMPONENT_DONE_OK", "componentName": "service-change-handler" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:09:09.579Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: service-change-handler and status of COMPONENT_DONE_OK distributionID of 621fa5a1-ae7f-4af4-85ad-5c5c51f5f213 2022-03-27T04:09:09.579Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621fa5a1-ae7f-4af4-85ad-5c5c51f5f213 and ComponentName service-change-handler Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and 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-27T04:09:09.587Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "cds", "timestamp": 1648354061476, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354065139, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.588Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.588Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.588Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "multicloud-k8s-id", "timestamp": 1648354059266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "ves-openapi-manager", "timestamp": 1648354060036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "policy-id", "timestamp": 1648354054863, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "cds", "timestamp": 1648354061476, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.589Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.589Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.589Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354065139, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "multicloud-k8s-id", "timestamp": 1648354059266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "ves-openapi-manager", "timestamp": 1648354060036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "policy-id", "timestamp": 1648354054863, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.590Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.590Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "cds", "timestamp": 1648354061476, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.590Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354065139, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "multicloud-k8s-id", "timestamp": 1648354059266, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:09:09.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "ves-openapi-manager", "timestamp": 1648354060036, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.591Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "policy-id", "timestamp": 1648354054863, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:09:09.591Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "cds", "timestamp": 1648354061476, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "clamp", "timestamp": 1648354069103, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:09:09.592Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.592Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354065139, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "7473c1a6-7d9b-4a3d-b172-1cbac6bd3ff0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354069258, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-27T04:09:09.593Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "cds", "timestamp": 1648354061476, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:09:09.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "clamp", "timestamp": 1648354070108, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-27T04:09:09.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354065139, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "multicloud-k8s-id", "timestamp": 1648354069706, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:09.594Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "clamp", "timestamp": 1648354071112, "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-27T04:09:09.600Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 621fa5a1-ae7f-4af4-85ad-5c5c51f5f213 2022-03-27T04:09:09.601Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621fa5a1-ae7f-4af4-85ad-5c5c51f5f213 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-27T04:09:09.613Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.613Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "policy-id", "timestamp": 1648354070515, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:09.614Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.614Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.614Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354065139, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.614Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "aai-ml", "timestamp": 1648354071570, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:09:09.615Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.615Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "cds", "timestamp": 1648354071058, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:09.615Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.615Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "policy-id", "timestamp": 1648354071524, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:09:09.616Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354065139, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.616Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.616Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.616Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "multicloud-k8s-id", "timestamp": 1648354071701, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:09.617Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.617Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.617Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "aai-ml", "timestamp": 1648354072575, "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-27T04:09:09.625Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 621fa5a1-ae7f-4af4-85ad-5c5c51f5f213 2022-03-27T04:09:09.625Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 621fa5a1-ae7f-4af4-85ad-5c5c51f5f213 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-27T04:09:09.635Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.635Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "policy-id", "timestamp": 1648354072531, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-27T04:09:09.656Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e501ffc-cefa-4a0a-b94b-1339b4e525f0 2022-03-27T04:09:09.657Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e501ffc-cefa-4a0a-b94b-1339b4e525f0 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-27T04:09:09.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354065139, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:09:09.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.668Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.668Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "dcae-sch", "timestamp": 1648354072784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.668Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "multicloud-k8s-id", "timestamp": 1648354073123, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:09.669Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.669Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.669Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "cds", "timestamp": 1648354073426, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-27T04:09:09.674Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 1e501ffc-cefa-4a0a-b94b-1339b4e525f0 2022-03-27T04:09:09.675Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e501ffc-cefa-4a0a-b94b-1339b4e525f0 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-27T04:09:09.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "dcae-sch", "timestamp": 1648354072784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354074248, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:09.686Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "clamp", "timestamp": 1648354074497, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "multicloud-k8s-id", "timestamp": 1648354074143, "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-27T04:09:09.691Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 1e501ffc-cefa-4a0a-b94b-1339b4e525f0 2022-03-27T04:09:09.691Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e501ffc-cefa-4a0a-b94b-1339b4e525f0 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-27T04:09:09.700Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.700Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "dcae-sch", "timestamp": 1648354072784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.700Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "clamp", "timestamp": 1648354074497, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-27T04:09:09.701Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "multicloud-k8s-id", "timestamp": 1648354075147, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-27T04:09:09.701Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.701Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.701Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.702Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "dcae-sch", "timestamp": 1648354072784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.702Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.702Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.702Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "clamp", "timestamp": 1648354074497, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.702Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.703Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.703Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354076795, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:09:09.703Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.703Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "dcae-sch", "timestamp": 1648354072784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "clamp", "timestamp": 1648354074497, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.704Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.704Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.704Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.705Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.705Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354077799, "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-27T04:09:09.711Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 1e501ffc-cefa-4a0a-b94b-1339b4e525f0 2022-03-27T04:09:09.711Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e501ffc-cefa-4a0a-b94b-1339b4e525f0 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-27T04:09:09.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.722Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "dcae-sch", "timestamp": 1648354072784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.722Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.722Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "clamp", "timestamp": 1648354074497, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.723Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.723Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.723Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "aai-ml", "timestamp": 1648354078541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "dcae-sch", "timestamp": 1648354072784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.724Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.724Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "clamp", "timestamp": 1648354074497, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/resourceInstances/pnf318eb51e74e40/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.725Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.725Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "aai-ml", "timestamp": 1648354078541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "dcae-sch", "timestamp": 1648354072784, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "clamp", "timestamp": 1648354074497, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "aai-ml", "timestamp": 1648354078541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "clamp", "timestamp": 1648354074497, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:09:09.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:09:09.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "aai-ml", "timestamp": 1648354078541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "aai-ml", "timestamp": 1648354078541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354082890, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:09.729Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "aai-ml", "timestamp": 1648354078541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "aai-ml", "timestamp": 1648354078541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:09.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354084979, "artifactURL": "/sdc/v1/catalog/services/DemoPnfQ68bfgkyqp9anlyqvedo/1.0/artifacts/service-DemoPnfQ68bfgkyqp9anlyqvedo-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:09:09.731Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:09.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "aai-ml", "timestamp": 1648354078541, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:09:09.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-03-27T04:09:09.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-27T04:09:09.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "aai-ml", "timestamp": 1648354087361, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:09.731Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:09:10.232Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:09:10.233Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:09:10.239Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:09:10.239Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:10.336Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-27T04:09:10.338Z||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-27T04:09:10.338Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:09:10.353Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:09:10.354Z||pool-70-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:09:11.240Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:09:11.241Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:09:11.243Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:09:11.243Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-27T04:09:11.344Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:09:11.345Z||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-27T04:09:11.346Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:09:11.360Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:09:11.361Z||pool-71-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-27T04:09:12.244Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:09:12.244Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:09:12.247Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:09:12.248Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:12.347Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T04:09:12.349Z||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-27T04:09:12.349Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:09:12.361Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:09:12.362Z||pool-72-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:09:13.248Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:09:13.250Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:09:13.252Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:09:13.252Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:09:13.352Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:09:13.353Z||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-27T04:09:13.354Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:09:13.368Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:09:13.368Z||pool-73-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:09:14.253Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "5c2a621d-64aa-49b7-aaac-3ef2390c1e7c", "serviceDescription": "service", "serviceInvariantUUID": "531662e2-cd1a-4977-a461-a20a4bc42ef7", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "1f2c48be-e4aa-49d5-aa71-69288c82fe2b", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3382f091-ed31-4559-a8ed-aeada7d6fbdc", "resourceInvariantUUID": "69e10f81-40a8-4312-976b-e337b533fc67", "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": "YjhkN2NiNTU1ODViNWM5NjA1NjNmNWVjNGU0YjNhYmY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f206cba4-7b76-4ad1-ac5a-349ba519622f", "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": "c4ca27eb-db05-46d3-9eb2-540c49b45dbf", "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": "aea98460-5040-4f5d-95c2-cdf978afe896", "generatedFromUUID": "c4ca27eb-db05-46d3-9eb2-540c49b45dbf" }, "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": "aea98460-5040-4f5d-95c2-cdf978afe896", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NjVhMTcwZmUzY2Q5NjA4N2Q2OWMxYWE1YjE1ODM3ZDQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "4c2d9bfd-e323-480e-92b2-25e9ee10c24a" } ], "workloadContext": "Production" } 2022-03-27T04:09:14.254Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-27T04:09:14.254Z|29629baf-7c87-4638-9a88-84a9719b081c|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 5c2a621d-64aa-49b7-aaac-3ef2390c1e7c ASDC 2022-03-27T04:09:14.255Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:a89e3381-ecd8-40c6-9710-3ed289ba0569 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:5c2a621d-64aa-49b7-aaac-3ef2390c1e7c ServiceInvariantUUID:531662e2-cd1a-4977-a461-a20a4bc42ef7 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:4c2d9bfd-e323-480e-92b2-25e9ee10c24a ArtifactChecksum:NjVhMTcwZmUzY2Q5NjA4N2Q2OWMxYWE1YjE1ODM3ZDQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:1f2c48be-e4aa-49d5-aa71-69288c82fe2b ResourceInvariantUUID:69e10f81-40a8-4312-976b-e337b533fc67 ResourceName:basic_vm ResourceType:VF ResourceUUID:3382f091-ed31-4559-a8ed-aeada7d6fbdc 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:f206cba4-7b76-4ad1-ac5a-349ba519622f ArtifactChecksum:YjhkN2NiNTU1ODViNWM5NjA1NjNmNWVjNGU0YjNhYmY= 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:c4ca27eb-db05-46d3-9eb2-540c49b45dbf 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:aea98460-5040-4f5d-95c2-cdf978afe896 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:aea98460-5040-4f5d-95c2-cdf978afe896 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-27T04:09:14.255Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5c2a621d-64aa-49b7-aaac-3ef2390c1e7c 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-27T04:09:14.300Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-27T04:09:14.301Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-27T04:09:14.301Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-27T04:09:14.301Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 4c2d9bfd-e323-480e-92b2-25e9ee10c24a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-27T04:09:14.302Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-27T04:09:14.302Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-27T04:09:14.619Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-27T04:09:14.622Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 4c2d9bfd-e323-480e-92b2-25e9ee10c24a 71024 2022-03-27T04:09:14.622Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:14.622Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:14.623Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T04:09:14.623Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:09:14.625Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:09:14.625Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354154622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:14.725Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:09:14.727Z||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-27T04:09:14.727Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:09:14.744Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:09:14.745Z||pool-74-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:09:15.626Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-27T04:09:15.627Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-27T04:09:15.628Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 4c2d9bfd-e323-480e-92b2-25e9ee10c24a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-27T04:09:15.628Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-03-27T04:09:15.628Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-27T04:09:15.628Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-03-27T04:09:15.831Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8409135049767585178/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-27T04:09:17.108Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-27T04:09:17.108Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-27T04:09:17.108Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-27T04:09:17.108Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-27T04:09:17.108Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:17.108Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:17.109Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-27T04:09:17.109Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:17.109Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-27T04:09:17.109Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:17.109Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-27T04:09:17.109Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:17.109Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:17.109Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-27T04:09:17.109Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:17.110Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:09:17.110Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-27T04:09:17.110Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-27T04:09:17.110Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-27T04:09:17.110Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:17.110Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:09:17.111Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-27T04:09:17.111Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-27T04:09:17.111Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-27T04:09:17.111Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:17.111Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:09:17.111Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:17.111Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-27T04:09:17.111Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-27T04:09:17.112Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-27T04:09:17.112Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-27T04:09:17.112Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-27T04:09:17.112Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-27T04:09:17.112Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:17.112Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-27T04:09:17.112Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:17.113Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-27T04:09:17.113Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:09:17.113Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:17.113Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-27T04:09:17.113Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:09:17.113Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:17.114Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-27T04:09:17.114Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:09:17.114Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:17.114Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-27T04:09:17.114Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-27T04:09:17.114Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-27T04:09:17.114Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe8f2ebc-5460-4f13-982c-391d9898a98f 2022-03-27T04:09:17.115Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:17.115Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:09:17.115Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:17.115Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:09:17.115Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:17.115Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:09:17.116Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:17.116Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:09:17.116Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:5c2a621d-64aa-49b7-aaac-3ef2390c1e7c Model Version:NULL Model InvariantUuid:531662e2-cd1a-4977-a461-a20a4bc42ef7 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:c07b5479-e293-49ee-9c92-a9805eb2eaeb Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:69e10f81-40a8-4312-976b-e337b533fc67 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:1f2c48be-e4aa-49d5-aa71-69288c82fe2b NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4258ef6f-7dd4-4dbf-9d96-0fded40e87f9 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:3fdd666d-3b42-46b9-be6b-30245600deac ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:fe8f2ebc-5460-4f13-982c-391d9898a98f ModelInvariantUuid:2f300e27-a089-4254-949a-3e63c0a5fbba ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:e911ef3b-f322-4973-b772-f6797c56e749 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:7cee11d4-bdcc-4ff1-952f-ce0edf153dae ModelInvariantUuid:c6ab15e4-a4d6-4750-98c9-1d1023f0a934 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:c1c0f1a6-7861-4e46-a4ec-05096f19c600 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-27T04:09:17.123Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 3382f091-ed31-4559-a8ed-aeada7d6fbdc 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-27T04:09:17.128Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||basic_vm 0 2022-03-27T04:09:17.128Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3382f091-ed31-4559-a8ed-aeada7d6fbdc 2022-03-27T04:09:17.128Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: f206cba4-7b76-4ad1-ac5a-349ba519622f from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-27T04:09:17.129Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-27T04:09:17.129Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:17.714Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-27T04:09:17.715Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f206cba4-7b76-4ad1-ac5a-349ba519622f 787 2022-03-27T04:09:17.715Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:17.715Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:17.715Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T04:09:17.716Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:09:17.718Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:09:17.718Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354157715, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:17.825Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-03-27T04:09:17.826Z||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-27T04:09:17.826Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:09:17.845Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:09:17.846Z||pool-75-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-03-27T04:09:18.719Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4258ef6f-7dd4-4dbf-9d96-0fded40e87f9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3fdd666d-3b42-46b9-be6b-30245600deac", "vfModuleModelCustomizationUUID": "ab842874-8b15-455f-bb32-81b55e29d9f6", "isBase": true, "artifacts": [ "c4ca27eb-db05-46d3-9eb2-540c49b45dbf", "aea98460-5040-4f5d-95c2-cdf978afe896" ], "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-27T04:09:18.724Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3fdd666d-3b42-46b9-be6b-30245600deac VfModuleModelInvariantUUID:4258ef6f-7dd4-4dbf-9d96-0fded40e87f9 VfModuleModelDescription:NULL Artifacts UUID List:{ c4ca27eb-db05-46d3-9eb2-540c49b45dbf , aea98460-5040-4f5d-95c2-cdf978afe896 } 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-27T04:09:18.727Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "4258ef6f-7dd4-4dbf-9d96-0fded40e87f9", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3fdd666d-3b42-46b9-be6b-30245600deac", "vfModuleModelCustomizationUUID": "ab842874-8b15-455f-bb32-81b55e29d9f6", "isBase": true, "artifacts": [ "c4ca27eb-db05-46d3-9eb2-540c49b45dbf", "aea98460-5040-4f5d-95c2-cdf978afe896" ], "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-27T04:09:18.727Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3fdd666d-3b42-46b9-be6b-30245600deac VfModuleModelInvariantUUID:4258ef6f-7dd4-4dbf-9d96-0fded40e87f9 VfModuleModelDescription:NULL Artifacts UUID List:{ c4ca27eb-db05-46d3-9eb2-540c49b45dbf , aea98460-5040-4f5d-95c2-cdf978afe896 } 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-27T04:09:18.727Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c4ca27eb-db05-46d3-9eb2-540c49b45dbf from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-27T04:09:18.727Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-27T04:09:18.728Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:19.239Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-27T04:09:19.240Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml c4ca27eb-db05-46d3-9eb2-540c49b45dbf 5033 2022-03-27T04:09:19.240Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:19.240Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:19.240Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T04:09:19.240Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:09:19.244Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:09:19.244Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354159240, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:19.343Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T04:09:19.344Z||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-27T04:09:19.344Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:09:19.360Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:09:19.361Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-27T04:09:20.245Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: aea98460-5040-4f5d-95c2-cdf978afe896 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-27T04:09:20.246Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-27T04:09:20.246Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:20.639Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-27T04:09:20.640Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env aea98460-5040-4f5d-95c2-cdf978afe896 903 2022-03-27T04:09:20.644Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:20.644Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:20.644Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T04:09:20.644Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:09:20.646Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:09:20.646Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354160644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-27T04:09:20.747Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:09:20.749Z||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-27T04:09:20.749Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:09:20.763Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:09:20.764Z||pool-77-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-27T04:09:21.647Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 5c2a621d-64aa-49b7-aaac-3ef2390c1e7c 2022-03-27T04:09:21.649Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 3382f091-ed31-4559-a8ed-aeada7d6fbdc 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-27T04:09:21.665Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4f56f48a, org.onap.sdc.toscaparser.api.parameters.Input@56903c3c, org.onap.sdc.toscaparser.api.parameters.Input@4e3615de, org.onap.sdc.toscaparser.api.parameters.Input@315d3855, org.onap.sdc.toscaparser.api.parameters.Input@49d76850] 2022-03-27T04:09:21.667Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:21.667Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:09:21.667Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-03-27T04:09:21.668Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 1f2c48be-e4aa-49d5-aa71-69288c82fe2b 2022-03-27T04:09:21.668Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 1f2c48be-e4aa-49d5-aa71-69288c82fe2b matches Tosca VF Customization UUID: 1f2c48be-e4aa-49d5-aa71-69288c82fe2b 2022-03-27T04:09:21.668Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 1f2c48be-e4aa-49d5-aa71-69288c82fe2b 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-27T04:09:21.671Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:21.671Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:09:21.671Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 1f2c48be-e4aa-49d5-aa71-69288c82fe2b: {\"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-27T04:09:21.672Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@38d0a1b8 2022-03-27T04:09:21.672Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:21.672Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-27T04:09:21.673Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : ab842874-8b15-455f-bb32-81b55e29d9f6 2022-03-27T04:09:21.673Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID ab842874-8b15-455f-bb32-81b55e29d9f6 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-27T04:09:21.676Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:21.677Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-27T04:09:21.677Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:09:21.677Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:21.677Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-27T04:09:21.678Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:09:21.678Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:21.678Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-27T04:09:21.679Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-27T04:09:21.679Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-27T04:09:21.679Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=fe8f2ebc-5460-4f13-982c-391d9898a98f 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-27T04:09:21.683Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:21.684Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-27T04:09:21.684Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:09:21.685Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:21.685Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-27T04:09:21.685Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=1f2c48be-e4aa-49d5-aa71-69288c82fe2b 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-27T04:09:21.688Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:21.688Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:09:21.688Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 5c2a621d-64aa-49b7-aaac-3ef2390c1e7c: basic_vm 2022-03-27T04:09:21.688Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:21.689Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:09:21.689Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:21.689Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:09:21.690Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:21.690Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:09:21.690Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:21.690Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:09:21.691Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:09:21.691Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:09:21.691Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:21.771Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 3382f091-ed31-4559-a8ed-aeada7d6fbdc 1 ASDC deployResourceStructure 2022-03-27T04:09:21.772Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:21.772Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:21.772Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T04:09:21.772Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:09:21.775Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:09:21.775Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354161772, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-27T04:09:21.875Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:09:21.876Z||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-27T04:09:21.877Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:09:21.889Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:09:21.890Z||pool-78-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:09:22.776Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:22.776Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:22.777Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T04:09:22.777Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:09:22.779Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:09:22.779Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354162776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-27T04:09:22.880Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-27T04:09:22.885Z||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-27T04:09:22.885Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:09:22.897Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:09:22.898Z||pool-79-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-27T04:09:23.783Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:23.783Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:23.784Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T04:09:23.784Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:09:23.788Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:09:23.788Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354163783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-27T04:09:23.887Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T04:09:23.888Z||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-27T04:09:23.888Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:09:23.900Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:09:23.901Z||pool-80-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-27T04:09:24.789Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:24.790Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||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-27T04:09:24.790Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T04:09:24.790Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:09:24.792Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:09:24.792Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354164789, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:09:24.893Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:09:24.894Z||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-27T04:09:24.894Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:09:24.905Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:09:24.906Z||pool-81-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:09:25.793Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: a89e3381-ecd8-40c6-9710-3ed289ba0569 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:09:25.809Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: a89e3381-ecd8-40c6-9710-3ed289ba0569 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:09:25.827Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T04:09:25.827Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-27T04:09:25.827Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-27T04:09:25.827Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-27T04:09:25.828Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:09:25.828Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:09:25.828Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:09:25.828Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:09:25.828Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:09:25.828Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:09:25.828Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-27T04:09:25.841Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-27T04:09:55.842Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: a89e3381-ecd8-40c6-9710-3ed289ba0569 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-27T04:09:55.848Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: a89e3381-ecd8-40c6-9710-3ed289ba0569 and serviceModelVersionId: 5c2a621d-64aa-49b7-aaac-3ef2390c1e7c 2022-03-27T04:09:55.849Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 531662e2-cd1a-4977-a461-a20a4bc42ef7 2022-03-27T04:09:55.849Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/531662e2-cd1a-4977-a461-a20a4bc42ef7/model-vers/model-ver/5c2a621d-64aa-49b7-aaac-3ef2390c1e7c?depth=0 2022-03-27T04:09:55.854Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-27T04:09:55.913Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/531662e2-cd1a-4977-a461-a20a4bc42ef7/model-vers/model-ver/5c2a621d-64aa-49b7-aaac-3ef2390c1e7c?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-27T04:09:55.914Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/531662e2-cd1a-4977-a461-a20a4bc42ef7/model-vers/model-ver/5c2a621d-64aa-49b7-aaac-3ef2390c1e7c?depth=0|INFO|500||Invoke 2022-03-27T04:09:55.946Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/531662e2-cd1a-4977-a461-a20a4bc42ef7/model-vers/model-ver/5c2a621d-64aa-49b7-aaac-3ef2390c1e7c?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-27T04:09:56.425Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/531662e2-cd1a-4977-a461-a20a4bc42ef7/model-vers/model-ver/5c2a621d-64aa-49b7-aaac-3ef2390c1e7c?depth=0|INFO|500||InvokeReturn 2022-03-27T04:09:56.426Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/531662e2-cd1a-4977-a461-a20a4bc42ef7/model-vers/model-ver/5c2a621d-64aa-49b7-aaac-3ef2390c1e7c?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220327-04:09:54:860-10874], vertex-id=[446584], Content-Length=[0], Date=[Sun, 27 Mar 2022 04:09:54 GMT], Content-Type=[application/json]} 2022-03-27T04:09:56.426Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-03-27T04:09:56.427Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-27T04:09:56.427Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-27T04:09:56.435Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-27T04:09:56.436Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID a89e3381-ecd8-40c6-9710-3ed289ba0569 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-27T04:09:56.436Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-27T04:09:56.436Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:09:56.439Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:09:56.439Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354196436, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-27T04:09:56.539Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:09:56.540Z||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-27T04:09:56.540Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:09:56.562Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:09:56.563Z||pool-82-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-27T04:09:57.459Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-27T04:09:57.459Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"621fa5a1-ae7f-4af4-85ad-5c5c51f5f213","serviceName":"basicclamp","serviceVersion":"1.0","serviceUUID":"deae3f06-b8bb-49bf-89fb-9f7a89f36bfe","serviceDescription":"service","serviceInvariantUUID":"93e70954-c9f4-423c-8d9f-1672a3d91c67","resources":[{"resourceInstanceName":"basicclamp 0","resourceName":"basicclamp","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"b7b5148d-41bb-4a5b-9f01-164fe195b7ca","resourceInvariantUUID":"c18e7e2a-d400-4e94-8391-94ce09f4c7d4","resourceCustomizationUUID":"da6b4b1f-03ff-4577-9692-fc14c0dd8816","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"tca-microservice.yaml","artifactType":"DCAE_INVENTORY_BLUEPRINT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml","artifactChecksum":"Y2I4ZmU1ZmViOTRjZTk5MmViMjQ2ZTZmZTMzNjYzZWE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"cb7337bb-2e0a-4a8f-b0b0-2ed44ed3032d","artifactVersion":"1"},{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml","artifactChecksum":"NDY3NzJiOTRkYzk0N2Y3ZmQxOGMzY2ZjZDI1NjJkNDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"218d91cf-d5a6-46cf-8edc-8fd2641ecbfe","artifactVersion":"1"},{"artifactName":"basicclamp0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json","artifactChecksum":"Y2NkZTQzY2ExOTAwMzAxZGQ2YTc4Yjc4NjUwZjI3OGY\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8816a647-b878-4c85-9541-62bfcab22285","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"5e67b7ea-60ae-44c4-8391-ebbd62337aaf","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml","artifactChecksum":"YjcyZGVmNGE4ZjdlNGFiNTFmNjNhOWVkMzg1MDI0YzA\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e4732bb3-0abf-4fae-9a0e-8e54c22b172f","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7ab8352d-4b0d-47a3-a179-fa920e40f26f","artifactVersion":"2","generatedFromUUID":"5e67b7ea-60ae-44c4-8391-ebbd62337aaf"}]}],"serviceArtifacts":[{"artifactName":"service-Basicclamp-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml","artifactChecksum":"MDIzYWFiMDE1YzQ1ZWU4ODVkYjE1MGZjZjU5NTIyZGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"99cddb12-32dd-4cb8-aaea-3ae32ce3c079","artifactVersion":"1"},{"artifactName":"service-Basicclamp-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar","artifactChecksum":"ZTUzYjkwY2M2YWE1YzZlNmJkOTZlY2Q1NmMyMzkzZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"0c60ae72-3e4b-4a6a-bd90-a87d9d528c2c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-27T04:09:57.460Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:09:57.460Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:09:57.462Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:09:57.463Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:57.563Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:09:57.564Z||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-27T04:09:57.564Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:09:57.597Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:09:57.597Z||pool-83-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:09:58.463Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:09:58.464Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:09:58.466Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:09:58.467Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:09:58.567Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:09:58.568Z||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-27T04:09:58.568Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:09:58.582Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:09:58.582Z||pool-84-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-27T04:09:59.467Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:09:59.468Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:09:59.470Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:09:59.471Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-27T04:09:59.571Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:09:59.573Z||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-27T04:09:59.573Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:09:59.587Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:09:59.588Z||pool-85-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:10:00.471Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:10:00.472Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:00.474Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:00.475Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-27T04:10:00.577Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-27T04:10:00.578Z||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-27T04:10:00.578Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:00.601Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:00.602Z||pool-86-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-03-27T04:10:01.481Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:10:01.481Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:01.484Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:01.484Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:01.585Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-27T04:10:01.586Z||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-27T04:10:01.587Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:01.622Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:01.623Z||pool-87-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-03-27T04:10:02.485Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:10:02.486Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:02.488Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:02.488Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-27T04:10:02.589Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T04:10:02.590Z||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-27T04:10:02.590Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:02.601Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:02.602Z||pool-88-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:10:03.489Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:10:03.489Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:03.503Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:03.503Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:03.592Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 89 ms 2022-03-27T04:10:03.593Z||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-27T04:10:03.593Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:03.606Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:03.606Z||pool-89-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-27T04:10:04.504Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:10:04.504Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:04.508Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:04.508Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:10:04.609Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T04:10:04.610Z||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-27T04:10:04.610Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:04.645Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:04.646Z||pool-90-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:10:05.511Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "serviceName": "basicclamp", "serviceVersion": "1.0", "serviceUUID": "deae3f06-b8bb-49bf-89fb-9f7a89f36bfe", "serviceDescription": "service", "serviceInvariantUUID": "93e70954-c9f4-423c-8d9f-1672a3d91c67", "resources": [ { "resourceInstanceName": "basicclamp 0", "resourceCustomizationUUID": "da6b4b1f-03ff-4577-9692-fc14c0dd8816", "resourceName": "basicclamp", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "b7b5148d-41bb-4a5b-9f01-164fe195b7ca", "resourceInvariantUUID": "c18e7e2a-d400-4e94-8391-94ce09f4c7d4", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basicclamp0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "artifactChecksum": "Y2NkZTQzY2ExOTAwMzAxZGQ2YTc4Yjc4NjUwZjI3OGY\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8816a647-b878-4c85-9541-62bfcab22285", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "5e67b7ea-60ae-44c4-8391-ebbd62337aaf", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7ab8352d-4b0d-47a3-a179-fa920e40f26f", "generatedFromUUID": "5e67b7ea-60ae-44c4-8391-ebbd62337aaf" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7ab8352d-4b0d-47a3-a179-fa920e40f26f", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Basicclamp-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "artifactChecksum": "ZTUzYjkwY2M2YWE1YzZlNmJkOTZlY2Q1NmMyMzkzZjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "0c60ae72-3e4b-4a6a-bd90-a87d9d528c2c" } ], "workloadContext": "Production" } 2022-03-27T04:10:05.512Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-27T04:10:05.512Z|a89e3381-ecd8-40c6-9710-3ed289ba0569|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 deae3f06-b8bb-49bf-89fb-9f7a89f36bfe ASDC 2022-03-27T04:10:05.512Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:621fa5a1-ae7f-4af4-85ad-5c5c51f5f213 ServiceName:basicclamp ServiceVersion:1.0 ServiceUUID:deae3f06-b8bb-49bf-89fb-9f7a89f36bfe ServiceInvariantUUID:93e70954-c9f4-423c-8d9f-1672a3d91c67 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Basicclamp-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ArtifactUUID:0c60ae72-3e4b-4a6a-bd90-a87d9d528c2c ArtifactChecksum:ZTUzYjkwY2M2YWE1YzZlNmJkOTZlY2Q1NmMyMzkzZjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basicclamp 0 ResourceCustomizationUUID:da6b4b1f-03ff-4577-9692-fc14c0dd8816 ResourceInvariantUUID:c18e7e2a-d400-4e94-8391-94ce09f4c7d4 ResourceName:basicclamp ResourceType:VF ResourceUUID:b7b5148d-41bb-4a5b-9f01-164fe195b7ca ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basicclamp0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ArtifactUUID:8816a647-b878-4c85-9541-62bfcab22285 ArtifactChecksum:Y2NkZTQzY2ExOTAwMzAxZGQ2YTc4Yjc4NjUwZjI3OGY= 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ArtifactUUID:5e67b7ea-60ae-44c4-8391-ebbd62337aaf 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:7ab8352d-4b0d-47a3-a179-fa920e40f26f 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/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ArtifactUUID:7ab8352d-4b0d-47a3-a179-fa920e40f26f ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-27T04:10:05.514Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF deae3f06-b8bb-49bf-89fb-9f7a89f36bfe 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-27T04:10:05.548Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-27T04:10:05.549Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-27T04:10:05.549Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-27T04:10:05.549Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 0c60ae72-3e4b-4a6a-bd90-a87d9d528c2c from URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-27T04:10:05.549Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-27T04:10:05.549Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-27T04:10:05.657Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-27T04:10:05.661Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 0c60ae72-3e4b-4a6a-bd90-a87d9d528c2c 73661 2022-03-27T04:10:05.662Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-27T04:10:05.671Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-27T04:10:05.672Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T04:10:05.672Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:05.676Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:05.676Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354205661, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:10:05.776Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T04:10:05.776Z||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-27T04:10:05.777Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:05.789Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:05.790Z||pool-91-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-27T04:10:06.677Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-27T04:10:06.678Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-27T04:10:06.678Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 0c60ae72-3e4b-4a6a-bd90-a87d9d528c2c, URL: /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar to file: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-27T04:10:06.679Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Basicclamp-csar.csar 2022-03-27T04:10:06.679Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-27T04:10:06.680Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-27T04:10:06.833Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP16379259236464423069/Definitions/service-Basicclamp-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-27T04:10:08.102Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-27T04:10:08.103Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-27T04:10:08.103Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-27T04:10:08.104Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-27T04:10:08.104Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basicclamp 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-Basicclamp-csar.csar 2022-03-27T04:10:08.104Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||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-Basicclamp-csar.csar 2022-03-27T04:10:08.104Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-27T04:10:08.104Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||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-Basicclamp-csar.csar 2022-03-27T04:10:08.104Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-27T04:10:08.104Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-27T04:10:08.104Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-27T04:10:08.105Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Basicclamp-csar.csar 2022-03-27T04:10:08.105Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||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-Basicclamp-csar.csar 2022-03-27T04:10:08.105Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-27T04:10:08.105Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:08.105Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:10:08.106Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-27T04:10:08.106Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-27T04:10:08.106Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-27T04:10:08.106Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:08.107Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:10:08.107Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-27T04:10:08.107Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-27T04:10:08.107Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-27T04:10:08.107Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:08.108Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:10:08.108Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:08.108Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-27T04:10:08.108Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-27T04:10:08.109Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-27T04:10:08.109Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-27T04:10:08.109Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-27T04:10:08.109Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-27T04:10:08.109Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:08.110Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-27T04:10:08.110Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:08.110Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-27T04:10:08.110Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:10:08.111Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:08.111Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-27T04:10:08.111Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:10:08.111Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:08.112Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-27T04:10:08.112Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:10:08.112Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:08.112Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-27T04:10:08.112Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-27T04:10:08.113Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-27T04:10:08.113Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=20e6a007-6a4b-46c4-b991-7ce45662ccec 2022-03-27T04:10:08.113Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:08.113Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:10:08.113Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:08.114Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:10:08.114Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:08.114Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:10:08.114Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:08.114Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:10:08.115Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basicclamp Description:service Model UUID:deae3f06-b8bb-49bf-89fb-9f7a89f36bfe Model Version:NULL Model InvariantUuid:93e70954-c9f4-423c-8d9f-1672a3d91c67 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basicclamp Model UUID:34c08df1-5b04-4944-85f4-c7d85750b517 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:c18e7e2a-d400-4e94-8391-94ce09f4c7d4 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:da6b4b1f-03ff-4577-9692-fc14c0dd8816 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:bce73930-91e0-44cd-ae47-73079f1387fb ModelName:Basicclamp..base_ubuntu18..module-0 ModelUuid:90a834f3-7b53-4505-abbd-160486323432 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:20e6a007-6a4b-46c4-b991-7ce45662ccec ModelInvariantUuid:74997170-56fb-448f-84f3-fe128d0e654f ModelName:basicclamp-nodes.ubuntu18Cvfc ModelUuid:f414a236-885d-4155-a9eb-85757835113e ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:e0539b02-85b4-4959-b684-ea07210f98a5 ModelInvariantUuid:80a039f0-6a54-47df-81f8-3bfabfd88594 ModelName:Basicclamp.compute.nodes.heat.ubuntu18 ModelUuid:52d7ab1a-9370-44a4-a2b2-468d442d999b 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-27T04:10:08.122Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: b7b5148d-41bb-4a5b-9f01-164fe195b7ca 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-27T04:10:08.125Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||basicclamp 0 2022-03-27T04:10:08.125Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: b7b5148d-41bb-4a5b-9f01-164fe195b7ca 2022-03-27T04:10:08.126Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 8816a647-b878-4c85-9541-62bfcab22285 from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-27T04:10:08.126Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-27T04:10:08.126Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-27T04:10:08.417Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-27T04:10:08.417Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 8816a647-b878-4c85-9541-62bfcab22285 790 2022-03-27T04:10:08.418Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-03-27T04:10:08.418Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-27T04:10:08.418Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T04:10:08.418Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:08.421Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:08.421Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354208418, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-27T04:10:08.521Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:10:08.522Z||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-27T04:10:08.523Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:08.535Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:08.536Z||pool-92-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:10:09.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:10:09.348Z||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-27T04:10:09.351Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:09.388Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:09.412Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.412Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "clamp", "timestamp": 1648354091021, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:10:09.413Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.413Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "cds", "timestamp": 1648354091476, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "dcae-sch", "timestamp": 1648354092784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "cds", "timestamp": 1648354091476, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.414Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "dcae-sch", "timestamp": 1648354092784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.414Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.414Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "cds", "timestamp": 1648354091476, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "clamp", "timestamp": 1648354095028, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:10:09.415Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "policy-id", "timestamp": 1648354094144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.415Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "dcae-sch", "timestamp": 1648354092784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "cds", "timestamp": 1648354091476, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "clamp", "timestamp": 1648354096032, "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-27T04:10:09.423Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "bce73930-91e0-44cd-ae47-73079f1387fb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "90a834f3-7b53-4505-abbd-160486323432", "vfModuleModelCustomizationUUID": "89804ea1-7aef-4242-95fe-274317b16c0f", "isBase": true, "artifacts": [ "5e67b7ea-60ae-44c4-8391-ebbd62337aaf", "7ab8352d-4b0d-47a3-a179-fa920e40f26f" ], "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-27T04:10:09.425Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 1e501ffc-cefa-4a0a-b94b-1339b4e525f0 2022-03-27T04:10:09.425Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e501ffc-cefa-4a0a-b94b-1339b4e525f0 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=? 2022-03-27T04:10:09.427Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:90a834f3-7b53-4505-abbd-160486323432 VfModuleModelInvariantUUID:bce73930-91e0-44cd-ae47-73079f1387fb VfModuleModelDescription:NULL Artifacts UUID List:{ 5e67b7ea-60ae-44c4-8391-ebbd62337aaf , 7ab8352d-4b0d-47a3-a179-fa920e40f26f } 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-27T04:10:09.429Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Basicclamp..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "bce73930-91e0-44cd-ae47-73079f1387fb", "vfModuleModelVersion": "1", "vfModuleModelUUID": "90a834f3-7b53-4505-abbd-160486323432", "vfModuleModelCustomizationUUID": "89804ea1-7aef-4242-95fe-274317b16c0f", "isBase": true, "artifacts": [ "5e67b7ea-60ae-44c4-8391-ebbd62337aaf", "7ab8352d-4b0d-47a3-a179-fa920e40f26f" ], "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-27T04:10:09.429Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Basicclamp..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:90a834f3-7b53-4505-abbd-160486323432 VfModuleModelInvariantUUID:bce73930-91e0-44cd-ae47-73079f1387fb VfModuleModelDescription:NULL Artifacts UUID List:{ 5e67b7ea-60ae-44c4-8391-ebbd62337aaf , 7ab8352d-4b0d-47a3-a179-fa920e40f26f } 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-27T04:10:09.430Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5e67b7ea-60ae-44c4-8391-ebbd62337aaf from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-27T04:10:09.430Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - download Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-27T04:10:09.430Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-27T04:10:09.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.437Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354095141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.437Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.437Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "policy-id", "timestamp": 1648354094144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "dcae-sch", "timestamp": 1648354092784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.438Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "cds", "timestamp": 1648354091476, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.438Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.438Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354095141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "policy-id", "timestamp": 1648354094144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.439Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.439Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.439Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "dcae-sch", "timestamp": 1648354092784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "cds", "timestamp": 1648354091476, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354095141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.440Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.440Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.440Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "policy-id", "timestamp": 1648354094144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "dcae-sch", "timestamp": 1648354092784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.441Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.441Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "cds", "timestamp": 1648354091476, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.441Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354095141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "policy-id", "timestamp": 1648354094144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-27T04:10:09.442Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.442Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.442Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "dcae-sch", "timestamp": 1648354092784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "cds", "timestamp": 1648354091476, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.443Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.443Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354095141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.443Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "aai-ml", "timestamp": 1648354100177, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:10:09.444Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "policy-id", "timestamp": 1648354094144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.444Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.444Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.444Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "ves-openapi-manager", "timestamp": 1648354100036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "dcae-sch", "timestamp": 1648354092784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.445Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "cds", "timestamp": 1648354091476, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:10:09.445Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.445Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "multicloud-k8s-id", "timestamp": 1648354099266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.446Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.446Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.446Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "aai-ml", "timestamp": 1648354101182, "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-27T04:10:09.459Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 1e501ffc-cefa-4a0a-b94b-1339b4e525f0 2022-03-27T04:10:09.459Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 1e501ffc-cefa-4a0a-b94b-1339b4e525f0 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-27T04:10:09.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354095141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.469Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.469Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.469Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "policy-id", "timestamp": 1648354094144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "ves-openapi-manager", "timestamp": 1648354100036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "dcae-sch", "timestamp": 1648354092784, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "multicloud-k8s-id", "timestamp": 1648354099266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-27T04:10:09.470Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.470Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.470Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "policy-id", "timestamp": 1648354094144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.471Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354095141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.471Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.471Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "ves-openapi-manager", "timestamp": 1648354100036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "cds", "timestamp": 1648354101958, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:10:09.472Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "multicloud-k8s-id", "timestamp": 1648354099266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-27T04:10:09.472Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.472Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.472Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354095141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "policy-id", "timestamp": 1648354094144, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:10:09.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "ves-openapi-manager", "timestamp": 1648354100036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.473Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.473Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.473Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "cds", "timestamp": 1648354102965, "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-27T04:10:09.487Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 79cd15d2-c8f4-4f7d-8623-0e2152da6402 2022-03-27T04:10:09.487Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79cd15d2-c8f4-4f7d-8623-0e2152da6402 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-27T04:10:09.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "multicloud-k8s-id", "timestamp": 1648354099266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-27T04:10:09.496Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.496Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.496Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354095141, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:10:09.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "ves-openapi-manager", "timestamp": 1648354100036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.497Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.497Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.497Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "policy-id", "timestamp": 1648354104336, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:10:09.497Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "multicloud-k8s-id", "timestamp": 1648354099266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-27T04:10:09.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.498Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "clamp", "timestamp": 1648354104497, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.498Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.498Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "ves-openapi-manager", "timestamp": 1648354100036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.499Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354105344, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:10:09.499Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.499Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.499Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "policy-id", "timestamp": 1648354105352, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:10:09.500Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "multicloud-k8s-id", "timestamp": 1648354099266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.500Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.500Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.500Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "clamp", "timestamp": 1648354104497, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "ves-openapi-manager", "timestamp": 1648354100036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.501Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.501Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.501Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "policy-id", "timestamp": 1648354106362, "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-27T04:10:09.506Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 79cd15d2-c8f4-4f7d-8623-0e2152da6402 2022-03-27T04:10:09.507Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79cd15d2-c8f4-4f7d-8623-0e2152da6402 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-27T04:10:09.515Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "multicloud-k8s-id", "timestamp": 1648354099266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-27T04:10:09.516Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.516Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.516Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "clamp", "timestamp": 1648354104497, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.517Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.517Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "ves-openapi-manager", "timestamp": 1648354100036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.517Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "cds", "timestamp": 1648354106476, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.518Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.518Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.518Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "multicloud-k8s-id", "timestamp": 1648354099266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.519Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.519Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.519Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "clamp", "timestamp": 1648354104497, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-27T04:10:09.520Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.520Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.520Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354107775, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:10:09.521Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.521Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.521Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "ves-openapi-manager", "timestamp": 1648354100036, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.522Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.522Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.522Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "cds", "timestamp": 1648354106476, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.523Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.523Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.523Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "multicloud-k8s-id", "timestamp": 1648354099266, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:10:09.524Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.524Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.524Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "clamp", "timestamp": 1648354104497, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.525Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.525Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.525Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354108783, "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-27T04:10:09.532Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 79cd15d2-c8f4-4f7d-8623-0e2152da6402 2022-03-27T04:10:09.532Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79cd15d2-c8f4-4f7d-8623-0e2152da6402 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-27T04:10:09.542Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.543Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "aai-ml", "timestamp": 1648354108541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.543Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.543Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "ves-openapi-manager", "timestamp": 1648354100036, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.544Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.544Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.544Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "cds", "timestamp": 1648354106476, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.545Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.545Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "clamp", "timestamp": 1648354104497, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.545Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "multicloud-k8s-id", "timestamp": 1648354109232, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-27T04:10:09.546Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.546Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.546Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "aai-ml", "timestamp": 1648354108541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.547Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.547Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.547Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "ves-openapi-manager", "timestamp": 1648354100036, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.548Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.548Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "cds", "timestamp": 1648354106476, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.548Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.549Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "clamp", "timestamp": 1648354104497, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.549Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.549Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "aai-ml", "timestamp": 1648354108541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.550Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.550Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.550Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "multicloud-k8s-id", "timestamp": 1648354110436, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-27T04:10:09.551Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.551Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.551Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "ves-openapi-manager", "timestamp": 1648354100036, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.551Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "cds", "timestamp": 1648354106476, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.552Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.552Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.552Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "clamp", "timestamp": 1648354104497, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.553Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.553Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "aai-ml", "timestamp": 1648354108541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.553Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.554Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "multicloud-k8s-id", "timestamp": 1648354111489, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T04:10:09.554Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.554Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "ves-openapi-manager", "timestamp": 1648354100036, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.555Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.555Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.555Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "cds", "timestamp": 1648354106476, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.556Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.556Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "clamp", "timestamp": 1648354104497, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:10:09.556Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "aai-ml", "timestamp": 1648354108541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.557Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.557Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.557Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "multicloud-k8s-id", "timestamp": 1648354112558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-27T04:10:09.558Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.558Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.558Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "dcae-sch", "timestamp": 1648354112784, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.559Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.559Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.559Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "ves-openapi-manager", "timestamp": 1648354100036, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.560Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.560Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.560Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "cds", "timestamp": 1648354106476, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.561Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.561Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "aai-ml", "timestamp": 1648354108541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.561Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "dcae-sch", "timestamp": 1648354112784, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.562Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.562Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.562Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "multicloud-k8s-id", "timestamp": 1648354113604, "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-27T04:10:09.569Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 79cd15d2-c8f4-4f7d-8623-0e2152da6402 2022-03-27T04:10:09.569Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79cd15d2-c8f4-4f7d-8623-0e2152da6402 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-27T04:10:09.580Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.580Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "ves-openapi-manager", "timestamp": 1648354100036, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.580Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "cds", "timestamp": 1648354106476, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.581Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.581Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.581Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "policy-id", "timestamp": 1648354114144, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.582Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "aai-ml", "timestamp": 1648354108541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.582Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.582Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "dcae-sch", "timestamp": 1648354112784, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.583Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.583Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.583Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "multicloud-k8s-id", "timestamp": 1648354114608, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-27T04:10:09.584Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.584Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "ves-openapi-manager", "timestamp": 1648354100036, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-27T04:10:09.584Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.584Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "cds", "timestamp": 1648354106476, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:10:09.585Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.585Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.585Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "policy-id", "timestamp": 1648354114144, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.586Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "aai-ml", "timestamp": 1648354108541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.586Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.586Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "dcae-sch", "timestamp": 1648354112784, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.587Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.587Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "multicloud-k8s-id", "timestamp": 1648354099266, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.587Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.588Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "ves-openapi-manager", "timestamp": 1648354100036, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.588Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.588Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "policy-id", "timestamp": 1648354114144, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.589Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.589Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "aai-ml", "timestamp": 1648354108541, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:10:09.589Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.590Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "cds", "timestamp": 1648354116660, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:10:09.590Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.590Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "dcae-sch", "timestamp": 1648354112784, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.591Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.591Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "multicloud-k8s-id", "timestamp": 1648354099266, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.591Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.592Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "ves-openapi-manager", "timestamp": 1648354100036, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.592Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.592Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "policy-id", "timestamp": 1648354114144, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.593Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.593Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "dcae-sch", "timestamp": 1648354112784, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.593Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "multicloud-k8s-id", "timestamp": 1648354099266, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.594Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.594Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.594Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "cds", "timestamp": 1648354117926, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-27T04:10:09.609Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 8e5126c5-9ede-4b22-b208-3135343c5cb9 2022-03-27T04:10:09.609Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e5126c5-9ede-4b22-b208-3135343c5cb9 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-27T04:10:09.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "aai-ml", "timestamp": 1648354118549, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:10:09.624Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.624Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.624Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "ves-openapi-manager", "timestamp": 1648354119036, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T04:10:09.625Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "policy-id", "timestamp": 1648354114144, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "dcae-sch", "timestamp": 1648354112784, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "multicloud-k8s-id", "timestamp": 1648354099266, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.625Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.625Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.625Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "ves-openapi-manager", "timestamp": 1648354120076, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-27T04:10:09.626Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "policy-id", "timestamp": 1648354114144, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.626Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "dcae-sch", "timestamp": 1648354112784, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.626Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.626Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.626Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "multicloud-k8s-id", "timestamp": 1648354099266, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.627Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.627Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.627Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "ves-openapi-manager", "timestamp": 1648354121079, "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-27T04:10:09.634Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 8e5126c5-9ede-4b22-b208-3135343c5cb9 2022-03-27T04:10:09.634Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e5126c5-9ede-4b22-b208-3135343c5cb9 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-27T04:10:09.643Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "policy-id", "timestamp": 1648354114144, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.644Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.644Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "dcae-sch", "timestamp": 1648354112784, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.644Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "multicloud-k8s-id", "timestamp": 1648354099266, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.645Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.645Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.645Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "clamp", "timestamp": 1648354122031, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:10:09.646Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.646Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "policy-id", "timestamp": 1648354114144, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.646Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.646Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.647Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "multicloud-k8s-id", "timestamp": 1648354099266, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.647Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.647Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "policy-id", "timestamp": 1648354114144, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:10:09.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "multicloud-k8s-id", "timestamp": 1648354099266, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.648Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "clamp", "timestamp": 1648354124041, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:10:09.648Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.648Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.648Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "policy-id", "timestamp": 1648354124126, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:10:09.649Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "multicloud-k8s-id", "timestamp": 1648354099266, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:10:09.649Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.649Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.649Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "clamp", "timestamp": 1648354125046, "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-27T04:10:09.655Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 79cd15d2-c8f4-4f7d-8623-0e2152da6402 2022-03-27T04:10:09.655Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79cd15d2-c8f4-4f7d-8623-0e2152da6402 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-27T04:10:09.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.664Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "policy-id", "timestamp": 1648354125133, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:10:09.664Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.664Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.665Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "clamp", "timestamp": 1648354104497, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.665Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.665Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354125140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.666Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.666Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.666Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "policy-id", "timestamp": 1648354126137, "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-27T04:10:09.673Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 8e5126c5-9ede-4b22-b208-3135343c5cb9 2022-03-27T04:10:09.674Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e5126c5-9ede-4b22-b208-3135343c5cb9 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-27T04:10:09.682Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "clamp", "timestamp": 1648354104497, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.683Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.683Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.683Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354125140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.684Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.684Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "clamp", "timestamp": 1648354104497, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.684Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354125140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.685Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.685Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.685Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "clamp", "timestamp": 1648354104497, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.686Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.686Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354125140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.687Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.687Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.687Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "clamp", "timestamp": 1648354104497, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.688Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354125140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.688Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.688Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.689Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "clamp", "timestamp": 1648354104497, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.690Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.691Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.691Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354125140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.691Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.692Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.692Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "clamp", "timestamp": 1648354104497, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.693Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.693Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354125140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.693Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.694Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.694Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "aai-ml", "timestamp": 1648354132176, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:10:09.694Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.695Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.695Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "clamp", "timestamp": 1648354104497, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.695Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.696Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.696Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "aai-ml", "timestamp": 1648354133180, "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-27T04:10:09.703Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 79cd15d2-c8f4-4f7d-8623-0e2152da6402 2022-03-27T04:10:09.703Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 79cd15d2-c8f4-4f7d-8623-0e2152da6402 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-27T04:10:09.713Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.713Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354125140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.713Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.714Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "clamp", "timestamp": 1648354104497, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:10:09.714Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.714Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "aai-ml", "timestamp": 1648354108541, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.715Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.715Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.715Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354125140, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:10:09.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.716Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "aai-ml", "timestamp": 1648354108541, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.716Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.716Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354135457, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:10:09.717Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.717Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.717Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "aai-ml", "timestamp": 1648354108541, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.718Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.718Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.718Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "aai-ml", "timestamp": 1648354108541, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354137534, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:10:09.719Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.719Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.719Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "aai-ml", "timestamp": 1648354108541, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.719Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.720Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.720Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648354138539, "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-27T04:10:09.726Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 8e5126c5-9ede-4b22-b208-3135343c5cb9 2022-03-27T04:10:09.726Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e5126c5-9ede-4b22-b208-3135343c5cb9 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-27T04:10:09.736Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "aai-ml", "timestamp": 1648354108541, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.737Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.737Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.737Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "aai-ml", "timestamp": 1648354108541, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "aai-ml", "timestamp": 1648354108541, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.738Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "aai-ml", "timestamp": 1648354108541, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:10:09.738Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.738Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "aai-ml", "timestamp": 1648354143357, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:10:09.739Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.739Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "clamp", "timestamp": 1648354145040, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:10:09.739Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.739Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "29629baf-7c87-4638-9a88-84a9719b081c", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354146204, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-27T04:10:09.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "clamp", "timestamp": 1648354147057, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:10:09.740Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.740Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.740Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:09.740Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.741Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.741Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "clamp", "timestamp": 1648354148062, "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-27T04:10:09.746Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 8e5126c5-9ede-4b22-b208-3135343c5cb9 2022-03-27T04:10:09.747Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e5126c5-9ede-4b22-b208-3135343c5cb9 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-27T04:10:09.755Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.755Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-27T04:10:09.755Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "aai-ml", "timestamp": 1648354149457, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:10:09.756Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:10:09.756Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:10:09.756Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-27T04:10:09.756Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:10:09.917Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-27T04:10:09.918Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 5e67b7ea-60ae-44c4-8391-ebbd62337aaf 5033 2022-03-27T04:10:09.918Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-27T04:10:09.918Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-27T04:10:09.918Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T04:10:09.919Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:09.921Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:09.921Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354209918, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T04:10:10.046Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-03-27T04:10:10.048Z||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-27T04:10:10.048Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:10.061Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:10.062Z||pool-93-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:10:10.942Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7ab8352d-4b0d-47a3-a179-fa920e40f26f from URL: /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-27T04:10:10.942Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-27T04:10:10.943Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-27T04:10:11.330Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-27T04:10:11.331Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 7ab8352d-4b0d-47a3-a179-fa920e40f26f 909 2022-03-27T04:10:11.332Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-27T04:10:11.332Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-27T04:10:11.332Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T04:10:11.332Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:11.335Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:11.335Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354211332, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-27T04:10:11.435Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:10:11.437Z||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-27T04:10:11.437Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:11.450Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:11.451Z||pool-94-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:10:12.336Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: deae3f06-b8bb-49bf-89fb-9f7a89f36bfe 2022-03-27T04:10:12.337Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basicclamp 0 b7b5148d-41bb-4a5b-9f01-164fe195b7ca 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-27T04:10:12.350Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@159fd10, org.onap.sdc.toscaparser.api.parameters.Input@2996354c, org.onap.sdc.toscaparser.api.parameters.Input@13d51772, org.onap.sdc.toscaparser.api.parameters.Input@76dc009a, org.onap.sdc.toscaparser.api.parameters.Input@38a3d22c] 2022-03-27T04:10:12.351Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:12.352Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:10:12.352Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-03-27T04:10:12.352Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= da6b4b1f-03ff-4577-9692-fc14c0dd8816 2022-03-27T04:10:12.352Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: da6b4b1f-03ff-4577-9692-fc14c0dd8816 matches Tosca VF Customization UUID: da6b4b1f-03ff-4577-9692-fc14c0dd8816 2022-03-27T04:10:12.352Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: da6b4b1f-03ff-4577-9692-fc14c0dd8816 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-27T04:10:12.355Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:12.355Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:10:12.356Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id da6b4b1f-03ff-4577-9692-fc14c0dd8816: {\"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-27T04:10:12.356Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@d1c5af4 2022-03-27T04:10:12.356Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:12.356Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-27T04:10:12.357Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 89804ea1-7aef-4242-95fe-274317b16c0f 2022-03-27T04:10:12.357Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 89804ea1-7aef-4242-95fe-274317b16c0f 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-27T04:10:12.359Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:12.359Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-27T04:10:12.360Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:10:12.360Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:12.360Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-27T04:10:12.360Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:10:12.361Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:12.361Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is not matching search criteria 2022-03-27T04:10:12.361Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-27T04:10:12.361Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-27T04:10:12.362Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=20e6a007-6a4b-46c4-b991-7ce45662ccec 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-27T04:10:12.364Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:12.364Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-27T04:10:12.364Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:10:12.364Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:12.364Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Node template basicclamp 0 is matching search criteria 2022-03-27T04:10:12.365Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Found topology templates [basicclamp 0] matching following query criteria: sdcType=VF, customizationUUID=da6b4b1f-03ff-4577-9692-fc14c0dd8816 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-27T04:10:12.366Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:12.366Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:10:12.367Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid deae3f06-b8bb-49bf-89fb-9f7a89f36bfe: basicclamp 2022-03-27T04:10:12.367Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:12.367Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:10:12.367Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:12.367Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:10:12.368Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:12.368Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:10:12.368Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:12.368Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:10:12.368Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:10:12.368Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Service basicclamp is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:10:12.368Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||Saving Service: basicclamp 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-27T04:10:12.471Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basicclamp b7b5148d-41bb-4a5b-9f01-164fe195b7ca 1 ASDC deployResourceStructure 2022-03-27T04:10:12.472Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json ASDC sendASDCNotification 2022-03-27T04:10:12.472Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json 2022-03-27T04:10:12.472Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T04:10:12.472Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:12.474Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:12.474Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354212472, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-27T04:10:12.575Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:10:12.576Z||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-27T04:10:12.577Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:12.592Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:12.593Z||pool-95-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:10:13.476Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-27T04:10:13.477Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml 2022-03-27T04:10:13.477Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T04:10:13.477Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:13.480Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:13.481Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354213476, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-27T04:10:13.581Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:10:13.582Z||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-27T04:10:13.583Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:13.599Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:13.600Z||pool-96-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-27T04:10:14.482Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-27T04:10:14.482Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env 2022-03-27T04:10:14.483Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T04:10:14.483Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:14.485Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:14.486Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354214481, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-27T04:10:14.586Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:10:14.587Z||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-27T04:10:14.587Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:14.604Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:14.604Z||pool-97-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:10:15.487Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar ASDC sendASDCNotification 2022-03-27T04:10:15.488Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar 2022-03-27T04:10:15.488Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T04:10:15.488Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:15.490Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:15.490Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354215487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:10:15.591Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:10:15.592Z||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-27T04:10:15.592Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:15.613Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:15.614Z||pool-98-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:10:16.491Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 621fa5a1-ae7f-4af4-85ad-5c5c51f5f213 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:10:16.509Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 621fa5a1-ae7f-4af4-85ad-5c5c51f5f213 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:10:16.514Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T04:10:16.515Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-27T04:10:16.515Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-27T04:10:16.515Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-27T04:10:16.516Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:10:16.516Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:10:16.516Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:10:16.516Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:10:16.517Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:10:16.517Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:10:16.517Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:10:16.518Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-27T04:10:16.526Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-27T04:10:46.526Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 621fa5a1-ae7f-4af4-85ad-5c5c51f5f213 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-27T04:10:46.540Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 621fa5a1-ae7f-4af4-85ad-5c5c51f5f213 and serviceModelVersionId: deae3f06-b8bb-49bf-89fb-9f7a89f36bfe 2022-03-27T04:10:46.541Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 93e70954-c9f4-423c-8d9f-1672a3d91c67 2022-03-27T04:10:46.542Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/93e70954-c9f4-423c-8d9f-1672a3d91c67/model-vers/model-ver/deae3f06-b8bb-49bf-89fb-9f7a89f36bfe?depth=0 2022-03-27T04:10:46.548Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-27T04:10:46.600Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93e70954-c9f4-423c-8d9f-1672a3d91c67/model-vers/model-ver/deae3f06-b8bb-49bf-89fb-9f7a89f36bfe?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-27T04:10:46.601Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93e70954-c9f4-423c-8d9f-1672a3d91c67/model-vers/model-ver/deae3f06-b8bb-49bf-89fb-9f7a89f36bfe?depth=0|INFO|500||Invoke 2022-03-27T04:10:46.626Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93e70954-c9f4-423c-8d9f-1672a3d91c67/model-vers/model-ver/deae3f06-b8bb-49bf-89fb-9f7a89f36bfe?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-27T04:10:47.224Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93e70954-c9f4-423c-8d9f-1672a3d91c67/model-vers/model-ver/deae3f06-b8bb-49bf-89fb-9f7a89f36bfe?depth=0|INFO|500||InvokeReturn 2022-03-27T04:10:47.232Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/93e70954-c9f4-423c-8d9f-1672a3d91c67/model-vers/model-ver/deae3f06-b8bb-49bf-89fb-9f7a89f36bfe?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220327-04:10:45:548-93130], vertex-id=[495776], Content-Length=[0], Date=[Sun, 27 Mar 2022 04:10:45 GMT], Content-Type=[application/json]} 2022-03-27T04:10:47.233Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-03-27T04:10:47.234Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-27T04:10:47.234Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-27T04:10:47.251Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-27T04:10:47.252Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 621fa5a1-ae7f-4af4-85ad-5c5c51f5f213 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-27T04:10:47.252Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-27T04:10:47.253Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:47.263Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:47.263Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354247252, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-27T04:10:47.363Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T04:10:47.364Z||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-27T04:10:47.364Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:47.385Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:47.386Z||pool-99-thread-1|||||INFO|500||cambria reply ok (23 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-27T04:10:48.288Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-27T04:10:48.289Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"1e501ffc-cefa-4a0a-b94b-1339b4e525f0","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c8555c65-5dc1-48fb-9946-7c4d5bdbd04e","serviceDescription":"service","serviceInvariantUUID":"14883fd1-156c-43ad-a8b1-f76fcbae5473","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"44495362-9247-4eb9-9e17-0cca18bebe52","resourceInvariantUUID":"26627456-e3f3-40b9-909d-ee0041cd64e8","resourceCustomizationUUID":"ed33bc0a-665c-427b-9339-0424583e79a0","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":"NmNiMGMxZTcwMDYyNDJlZTA5MzU3OWI1MjZkNzUyMjY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d756eeba-4976-4d3a-903b-b39c2b259bb2","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":"ZmU2YzhkNTk3MzlhM2Y4NWE0N2YxMzJlNmQwZTFlN2I\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7bea1b65-b111-46c6-b7dc-7f150cef715c","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":"ac2b4759-a5da-46d7-9667-2dd7a54eb2b0","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":"ef233d4a-1893-40b5-aff1-982cac6d0055","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":"531c7bea-8256-4bb3-acc6-7a7d7c98036a","artifactVersion":"2","generatedFromUUID":"ac2b4759-a5da-46d7-9667-2dd7a54eb2b0"},{"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":"ZWQ5NTRmYWFiMThhYTk3NzY2ODVkMjA5MDE5NzVlNDE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"1c2e5157-f877-4d8d-ae81-d29f0550126b","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":"NmMwMTFjZWM3NmFhOTMyZGVhYzU0Yzc1ZGFlZTNiMTM\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ba259f9a-b375-46ee-b840-2dd17f423a3c","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NDgyMGU5NDkwZjc4NWQxY2NiY2Q4ZGU3ZWEyY2VlYmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"3aa94bee-d3b6-44c2-a560-f5309632fcb0","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-27T04:10:48.289Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:10:48.290Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:48.292Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:48.292Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:48.392Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T04:10:48.393Z||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-27T04:10:48.394Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:48.473Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:48.474Z||pool-100-thread-1|||||INFO|500||cambria reply ok (81 ms):{"serverTimeMs":1,"count":1} 2022-03-27T04:10:49.294Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:10:49.295Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:49.298Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:49.298Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-27T04:10:49.400Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-27T04:10:49.401Z||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-27T04:10:49.401Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:49.456Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:49.457Z||pool-101-thread-1|||||INFO|500||cambria reply ok (57 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:10:50.305Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:10:50.305Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:50.331Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:50.332Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-27T04:10:50.410Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 78 ms 2022-03-27T04:10:50.411Z||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-27T04:10:50.411Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:50.469Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:50.470Z||pool-102-thread-1|||||INFO|500||cambria reply ok (60 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:10:51.333Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:10:51.333Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:51.341Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:51.342Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:51.443Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-27T04:10:51.444Z||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-27T04:10:51.445Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:51.477Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:51.478Z||pool-103-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:10:52.343Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:10:52.344Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:52.346Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:52.346Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-27T04:10:52.446Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:10:52.447Z||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-27T04:10:52.447Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:52.482Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:52.483Z||pool-104-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":1,"count":1} 2022-03-27T04:10:53.347Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:10:53.348Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:53.353Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:53.354Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:53.454Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:10:53.455Z||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-27T04:10:53.456Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:53.490Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:53.491Z||pool-105-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:10:54.355Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:10:54.356Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:54.370Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:54.370Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:10:54.459Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-03-27T04:10:54.460Z||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-27T04:10:54.460Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:54.495Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:54.496Z||pool-106-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:10:55.371Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:10:55.372Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:55.389Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:55.389Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:10:55.488Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T04:10:55.489Z||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-27T04:10:55.489Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:55.529Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:55.530Z||pool-107-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:10:56.390Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "c8555c65-5dc1-48fb-9946-7c4d5bdbd04e", "serviceDescription": "service", "serviceInvariantUUID": "14883fd1-156c-43ad-a8b1-f76fcbae5473", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "ed33bc0a-665c-427b-9339-0424583e79a0", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "44495362-9247-4eb9-9e17-0cca18bebe52", "resourceInvariantUUID": "26627456-e3f3-40b9-909d-ee0041cd64e8", "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": "ZmU2YzhkNTk3MzlhM2Y4NWE0N2YxMzJlNmQwZTFlN2I\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7bea1b65-b111-46c6-b7dc-7f150cef715c", "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": "ac2b4759-a5da-46d7-9667-2dd7a54eb2b0", "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": "531c7bea-8256-4bb3-acc6-7a7d7c98036a", "generatedFromUUID": "ac2b4759-a5da-46d7-9667-2dd7a54eb2b0" }, "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": "531c7bea-8256-4bb3-acc6-7a7d7c98036a", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NDgyMGU5NDkwZjc4NWQxY2NiY2Q4ZGU3ZWEyY2VlYmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "3aa94bee-d3b6-44c2-a560-f5309632fcb0" } ], "workloadContext": "Production" } 2022-03-27T04:10:56.390Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-27T04:10:56.390Z|621fa5a1-ae7f-4af4-85ad-5c5c51f5f213|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c8555c65-5dc1-48fb-9946-7c4d5bdbd04e ASDC 2022-03-27T04:10:56.391Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:1e501ffc-cefa-4a0a-b94b-1339b4e525f0 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:c8555c65-5dc1-48fb-9946-7c4d5bdbd04e ServiceInvariantUUID:14883fd1-156c-43ad-a8b1-f76fcbae5473 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:3aa94bee-d3b6-44c2-a560-f5309632fcb0 ArtifactChecksum:NDgyMGU5NDkwZjc4NWQxY2NiY2Q4ZGU3ZWEyY2VlYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:ed33bc0a-665c-427b-9339-0424583e79a0 ResourceInvariantUUID:26627456-e3f3-40b9-909d-ee0041cd64e8 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:44495362-9247-4eb9-9e17-0cca18bebe52 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:7bea1b65-b111-46c6-b7dc-7f150cef715c ArtifactChecksum:ZmU2YzhkNTk3MzlhM2Y4NWE0N2YxMzJlNmQwZTFlN2I= 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:ac2b4759-a5da-46d7-9667-2dd7a54eb2b0 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:531c7bea-8256-4bb3-acc6-7a7d7c98036a 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:531c7bea-8256-4bb3-acc6-7a7d7c98036a ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-27T04:10:56.391Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c8555c65-5dc1-48fb-9946-7c4d5bdbd04e 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-27T04:10:56.458Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-27T04:10:56.459Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-27T04:10:56.459Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-27T04:10:56.459Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 3aa94bee-d3b6-44c2-a560-f5309632fcb0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-27T04:10:56.460Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-27T04:10:56.460Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-27T04:10:57.242Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-27T04:10:57.250Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 3aa94bee-d3b6-44c2-a560-f5309632fcb0 78779 2022-03-27T04:10:57.251Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:10:57.251Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:10:57.251Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T04:10:57.251Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:10:57.256Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:10:57.256Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354257251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:10:57.357Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-27T04:10:57.359Z||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-27T04:10:57.359Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:10:57.388Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:10:57.389Z||pool-108-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:10:58.257Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-27T04:10:58.259Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-27T04:10:58.260Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 3aa94bee-d3b6-44c2-a560-f5309632fcb0, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-27T04:10:58.260Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-03-27T04:10:58.261Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-27T04:10:58.261Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-27T04:10:58.462Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5639549077099045105/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-27T04:11:00.276Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-27T04:11:00.277Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-27T04:11:00.277Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-27T04:11:00.277Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-27T04:11:00.277Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:00.278Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:00.278Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-27T04:11:00.278Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:00.278Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-27T04:11:00.278Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:00.278Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-27T04:11:00.278Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:00.278Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:00.278Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-27T04:11:00.279Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:00.279Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:11:00.279Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-27T04:11:00.279Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-27T04:11:00.279Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-27T04:11:00.280Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:00.280Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:11:00.280Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-27T04:11:00.280Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-27T04:11:00.280Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-27T04:11:00.280Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:00.281Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:11:00.281Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:00.281Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-27T04:11:00.281Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-27T04:11:00.281Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-27T04:11:00.281Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-27T04:11:00.282Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-27T04:11:00.282Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-27T04:11:00.282Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:00.282Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-27T04:11:00.282Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:00.282Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-27T04:11:00.282Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:11:00.283Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:00.283Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-27T04:11:00.283Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:11:00.283Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:00.283Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-27T04:11:00.284Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:11:00.284Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:00.284Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-27T04:11:00.284Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-27T04:11:00.284Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-27T04:11:00.284Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b86ad43d-07c5-49bc-af82-9c0400a58225 2022-03-27T04:11:00.284Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:00.285Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:11:00.285Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:00.285Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:11:00.285Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:00.285Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:11:00.285Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:00.286Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:11:00.286Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:c8555c65-5dc1-48fb-9946-7c4d5bdbd04e Model Version:NULL Model InvariantUuid:14883fd1-156c-43ad-a8b1-f76fcbae5473 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:9c06bab0-6379-499b-a50d-e55182ae09f4 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:26627456-e3f3-40b9-909d-ee0041cd64e8 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ed33bc0a-665c-427b-9339-0424583e79a0 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b4c3aa1d-377c-4fb5-aff5-b86b240b628a ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:dcf546f6-1c08-4557-a495-a66cdd8f5eaf ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:b86ad43d-07c5-49bc-af82-9c0400a58225 ModelInvariantUuid:e455562a-9833-4dff-a4e7-2d70cceb17e0 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:78f78405-e9bf-4be7-ac37-e30ae89ca3bd ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:956bc5cb-bd52-4c67-8430-79af24927eaa ModelInvariantUuid:423b2663-e55f-4a75-b04c-af301b45d179 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:f81f7ca1-908e-48c8-8a01-deed7fb20501 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-27T04:11:00.294Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 44495362-9247-4eb9-9e17-0cca18bebe52 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-27T04:11:00.298Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||basic_vm_macro 0 2022-03-27T04:11:00.298Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 44495362-9247-4eb9-9e17-0cca18bebe52 2022-03-27T04:11:00.298Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 7bea1b65-b111-46c6-b7dc-7f150cef715c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-27T04:11:00.298Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-27T04:11:00.298Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:00.451Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-27T04:11:00.452Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 7bea1b65-b111-46c6-b7dc-7f150cef715c 792 2022-03-27T04:11:00.452Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:00.452Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:00.453Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T04:11:00.453Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:11:00.457Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:11:00.458Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354260452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-27T04:11:00.556Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-27T04:11:00.557Z||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-27T04:11:00.557Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:00.613Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:00.614Z||pool-109-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:11:01.461Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b4c3aa1d-377c-4fb5-aff5-b86b240b628a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dcf546f6-1c08-4557-a495-a66cdd8f5eaf", "vfModuleModelCustomizationUUID": "06d30df8-b2c0-48fe-9b7d-b20cfa8025c2", "isBase": true, "artifacts": [ "ac2b4759-a5da-46d7-9667-2dd7a54eb2b0", "531c7bea-8256-4bb3-acc6-7a7d7c98036a" ], "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-27T04:11:01.467Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dcf546f6-1c08-4557-a495-a66cdd8f5eaf VfModuleModelInvariantUUID:b4c3aa1d-377c-4fb5-aff5-b86b240b628a VfModuleModelDescription:NULL Artifacts UUID List:{ ac2b4759-a5da-46d7-9667-2dd7a54eb2b0 , 531c7bea-8256-4bb3-acc6-7a7d7c98036a } 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-27T04:11:01.470Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "b4c3aa1d-377c-4fb5-aff5-b86b240b628a", "vfModuleModelVersion": "1", "vfModuleModelUUID": "dcf546f6-1c08-4557-a495-a66cdd8f5eaf", "vfModuleModelCustomizationUUID": "06d30df8-b2c0-48fe-9b7d-b20cfa8025c2", "isBase": true, "artifacts": [ "ac2b4759-a5da-46d7-9667-2dd7a54eb2b0", "531c7bea-8256-4bb3-acc6-7a7d7c98036a" ], "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-27T04:11:01.470Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:dcf546f6-1c08-4557-a495-a66cdd8f5eaf VfModuleModelInvariantUUID:b4c3aa1d-377c-4fb5-aff5-b86b240b628a VfModuleModelDescription:NULL Artifacts UUID List:{ ac2b4759-a5da-46d7-9667-2dd7a54eb2b0 , 531c7bea-8256-4bb3-acc6-7a7d7c98036a } 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-27T04:11:01.470Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: ac2b4759-a5da-46d7-9667-2dd7a54eb2b0 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-27T04:11:01.471Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-27T04:11:01.471Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:01.541Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-27T04:11:01.542Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ac2b4759-a5da-46d7-9667-2dd7a54eb2b0 5033 2022-03-27T04:11:01.542Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:01.542Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:01.542Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T04:11:01.543Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:11:01.546Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:11:01.546Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354261542, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T04:11:01.645Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T04:11:01.646Z||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-27T04:11:01.647Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:01.677Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:01.678Z||pool-110-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-03-27T04:11:02.547Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 531c7bea-8256-4bb3-acc6-7a7d7c98036a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-27T04:11:02.547Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-27T04:11:02.547Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:02.596Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-27T04:11:02.596Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 531c7bea-8256-4bb3-acc6-7a7d7c98036a 903 2022-03-27T04:11:02.597Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:02.597Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:02.597Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T04:11:02.598Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:11:02.600Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:11:02.600Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354262597, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-27T04:11:02.701Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:11:02.702Z||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-27T04:11:02.703Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:02.721Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:02.722Z||pool-111-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:11:03.601Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: c8555c65-5dc1-48fb-9946-7c4d5bdbd04e 2022-03-27T04:11:03.601Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 44495362-9247-4eb9-9e17-0cca18bebe52 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-27T04:11:03.615Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7790827e, org.onap.sdc.toscaparser.api.parameters.Input@3b81f0d2, org.onap.sdc.toscaparser.api.parameters.Input@4352bb94, org.onap.sdc.toscaparser.api.parameters.Input@54bc8b8b, org.onap.sdc.toscaparser.api.parameters.Input@27cc7010] 2022-03-27T04:11:03.617Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:03.617Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:11:03.617Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-03-27T04:11:03.617Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= ed33bc0a-665c-427b-9339-0424583e79a0 2022-03-27T04:11:03.617Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: ed33bc0a-665c-427b-9339-0424583e79a0 matches Tosca VF Customization UUID: ed33bc0a-665c-427b-9339-0424583e79a0 2022-03-27T04:11:03.617Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: ed33bc0a-665c-427b-9339-0424583e79a0 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-27T04:11:03.620Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:03.621Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:11:03.622Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id ed33bc0a-665c-427b-9339-0424583e79a0: {\"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-27T04:11:03.622Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@75f7af57 2022-03-27T04:11:03.622Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:03.622Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-27T04:11:03.622Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 06d30df8-b2c0-48fe-9b7d-b20cfa8025c2 2022-03-27T04:11:03.622Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 06d30df8-b2c0-48fe-9b7d-b20cfa8025c2 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-27T04:11:03.625Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:03.626Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-27T04:11:03.626Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:11:03.626Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:03.627Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-27T04:11:03.627Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:11:03.627Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:03.627Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-27T04:11:03.627Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-27T04:11:03.627Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-27T04:11:03.628Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=b86ad43d-07c5-49bc-af82-9c0400a58225 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-27T04:11:03.630Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:03.630Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-27T04:11:03.630Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:11:03.630Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:03.630Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-27T04:11:03.631Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=ed33bc0a-665c-427b-9339-0424583e79a0 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-27T04:11:03.632Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:03.632Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:11:03.633Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid c8555c65-5dc1-48fb-9946-7c4d5bdbd04e: basic_vm_macro 2022-03-27T04:11:03.633Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:03.633Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:11:03.633Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:03.633Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:11:03.634Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:03.634Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:11:03.634Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:03.634Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:11:03.634Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:03.634Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:11:03.634Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:03.716Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 44495362-9247-4eb9-9e17-0cca18bebe52 1 ASDC deployResourceStructure 2022-03-27T04:11:03.717Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:03.717Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:03.717Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T04:11:03.717Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:11:03.719Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:11:03.719Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354263717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-27T04:11:03.820Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:11:03.821Z||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-27T04:11:03.821Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:03.835Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:03.835Z||pool-112-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:11:04.721Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:04.721Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:04.721Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T04:11:04.721Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:11:04.723Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:11:04.724Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354264721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-27T04:11:04.824Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:11:04.825Z||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-27T04:11:04.825Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:04.841Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:04.842Z||pool-113-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:11:05.724Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:05.725Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:05.725Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T04:11:05.725Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:11:05.727Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:11:05.727Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354265724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-27T04:11:05.829Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-27T04:11:05.830Z||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-27T04:11:05.830Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:05.842Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:05.843Z||pool-114-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:11:06.729Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:06.729Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||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-27T04:11:06.729Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T04:11:06.729Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:11:06.731Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:11:06.731Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354266728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:11:06.831Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:11:06.832Z||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-27T04:11:06.833Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:06.853Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:06.853Z||pool-115-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:11:07.732Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 1e501ffc-cefa-4a0a-b94b-1339b4e525f0 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:11:07.746Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 1e501ffc-cefa-4a0a-b94b-1339b4e525f0 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:11:07.751Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T04:11:07.751Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-27T04:11:07.751Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-27T04:11:07.752Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-27T04:11:07.752Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:11:07.752Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:11:07.752Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:11:07.752Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:11:07.753Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:11:07.753Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:11:07.753Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-27T04:11:07.759Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-27T04:11:09.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:11:09.345Z||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-27T04:11:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:09.392Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:09.393Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.393Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "aai-ml", "timestamp": 1648354150462, "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-27T04:11:09.404Z||pool-2-thread-6|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 8e5126c5-9ede-4b22-b208-3135343c5cb9 2022-03-27T04:11:09.404Z||pool-2-thread-6|||||DEBUG|500||Entering installTheComponentStatus for distributionId 8e5126c5-9ede-4b22-b208-3135343c5cb9 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-27T04:11:09.415Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.415Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:11:09.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:11:09.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-27T04:11:09.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:11:09.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.416Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:11:09.416Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:11:09.416Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.417Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:11:09.417Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:11:09.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354154622, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:11:09.418Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:11:09.418Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.418Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354157715, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-27T04:11:09.419Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:11:09.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354159240, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T04:11:09.419Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:11:09.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.419Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354160644, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-27T04:11:09.419Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:11:09.419Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354161772, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-27T04:11:09.420Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:11:09.420Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.420Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354162776, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-27T04:11:09.420Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:11:09.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354163783, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-27T04:11:09.421Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:11:09.421Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.421Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354164789, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:11:09.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:11:09.422Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.422Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "a89e3381-ecd8-40c6-9710-3ed289ba0569", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354196436, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-27T04:11:09.422Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:11:09.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/tca-microservice.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:11:09.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:11:09.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.423Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:11:09.423Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:11:09.423Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "NOTIFIED" } 2022-03-27T04:11:09.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:11:09.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-27T04:11:09.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:11:09.424Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.424Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:11:09.424Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:11:09.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-27T04:11:09.425Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:11:09.425Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.425Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:11:09.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:11:09.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:11:09.426Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-03-27T04:11:09.426Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.426Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354205661, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:11:09.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:11:09.427Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-03-27T04:11:09.427Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354208418, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-27T04:11:09.427Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:11:37.761Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 1e501ffc-cefa-4a0a-b94b-1339b4e525f0 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-27T04:11:37.772Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 1e501ffc-cefa-4a0a-b94b-1339b4e525f0 and serviceModelVersionId: c8555c65-5dc1-48fb-9946-7c4d5bdbd04e 2022-03-27T04:11:37.772Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 14883fd1-156c-43ad-a8b1-f76fcbae5473 2022-03-27T04:11:37.774Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/14883fd1-156c-43ad-a8b1-f76fcbae5473/model-vers/model-ver/c8555c65-5dc1-48fb-9946-7c4d5bdbd04e?depth=0 2022-03-27T04:11:37.785Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-27T04:11:37.862Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14883fd1-156c-43ad-a8b1-f76fcbae5473/model-vers/model-ver/c8555c65-5dc1-48fb-9946-7c4d5bdbd04e?depth=0|INFO|500||Invoke 2022-03-27T04:11:37.862Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14883fd1-156c-43ad-a8b1-f76fcbae5473/model-vers/model-ver/c8555c65-5dc1-48fb-9946-7c4d5bdbd04e?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14883fd1-156c-43ad-a8b1-f76fcbae5473/model-vers/model-ver/c8555c65-5dc1-48fb-9946-7c4d5bdbd04e?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[1e501ffc-cefa-4a0a-b94b-1339b4e525f0], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[a650f75c-33a0-4379-8e52-32124557244b], X-ECOMP-RequestID=[1e501ffc-cefa-4a0a-b94b-1339b4e525f0], X-TransactionId=[], X-ONAP-RequestID=[1e501ffc-cefa-4a0a-b94b-1339b4e525f0], Content-Type=[application/merge-patch+json]} 2022-03-27T04:11:37.895Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14883fd1-156c-43ad-a8b1-f76fcbae5473/model-vers/model-ver/c8555c65-5dc1-48fb-9946-7c4d5bdbd04e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-27T04:11:38.217Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14883fd1-156c-43ad-a8b1-f76fcbae5473/model-vers/model-ver/c8555c65-5dc1-48fb-9946-7c4d5bdbd04e?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/14883fd1-156c-43ad-a8b1-f76fcbae5473/model-vers/model-ver/c8555c65-5dc1-48fb-9946-7c4d5bdbd04e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220327-04:11:36:809-82588], vertex-id=[479352], Content-Length=[0], Date=[Sun, 27 Mar 2022 04:11:36 GMT], Content-Type=[application/json]} 2022-03-27T04:11:38.218Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14883fd1-156c-43ad-a8b1-f76fcbae5473/model-vers/model-ver/c8555c65-5dc1-48fb-9946-7c4d5bdbd04e?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-27T04:11:38.218Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/14883fd1-156c-43ad-a8b1-f76fcbae5473/model-vers/model-ver/c8555c65-5dc1-48fb-9946-7c4d5bdbd04e?depth=0|INFO|500||InvokeReturn 2022-03-27T04:11:38.219Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-27T04:11:38.219Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-27T04:11:38.224Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-27T04:11:38.225Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 1e501ffc-cefa-4a0a-b94b-1339b4e525f0 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-27T04:11:38.225Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-27T04:11:38.225Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:11:38.229Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:11:38.229Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354298225, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-27T04:11:38.329Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:11:38.330Z||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-27T04:11:38.330Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:38.347Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:38.347Z||pool-116-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-27T04:11:39.257Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:11:39.259Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|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-27T04:11:39.259Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:43.669Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:43.671Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-27T04:11:43.671Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"79cd15d2-c8f4-4f7d-8623-0e2152da6402","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"514073f0-8115-4976-8e64-e3845152d31d","serviceDescription":"service","serviceInvariantUUID":"ebf6c7ab-e9e2-4fa9-a5df-2fcef73c8225","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"812884b3-3893-44a4-9e74-d97157848c9d","resourceInvariantUUID":"1567de63-f9c1-46fe-8c20-2c6e189d5fba","resourceCustomizationUUID":"629612e4-5e1c-4945-bcef-245a59861c8f","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":"OWZmZGJiZTU2ZDcwZDQ4ZjRhYWFmODBmNWUxMmZkZTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d5fcfc3c-c6d7-46af-8b41-42e40a94ccf0","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":"179158d4-0341-4f4b-b907-1c59ed293f74","artifactVersion":"2","generatedFromUUID":"54a29a48-f023-4772-a7b2-d9a90e86db28"},{"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":"54a29a48-f023-4772-a7b2-d9a90e86db28","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":"MjY1MGJjMzJmYmE5MWU5MDk3NTc1Y2E3MzNlMTZjYTc\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"e78f5678-02e7-4e13-9422-b9b31126b39a","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":"6991cd55-a054-4469-9bba-ea936b977a3b","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":"81dd2f6e-9643-42ad-abb5-125e6b2e6952","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":"d7a1e25f-8453-4525-b82c-bb90127d2695","artifactVersion":"2","generatedFromUUID":"6991cd55-a054-4469-9bba-ea936b977a3b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"Mzc2NDg0NjlmOGQwODk2YjE3OTU2Y2I0MjNiODE3Njk\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"63536fb7-8006-4ba8-9baa-2bdf1c86bf3e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"MjQ3YzM1NmMxZDNkZDM0M2ExNDAwYzlhM2JhZDdmYTM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"5893fcd0-eaf8-49fd-90d7-9966a0f17508","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-27T04:11:43.673Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:11:43.673Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:11:43.676Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:11:43.676Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:11:43.776Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:11:43.777Z||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-27T04:11:43.778Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:43.792Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:43.793Z||pool-117-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:11:44.677Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:11:44.678Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:11:44.680Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:11:44.680Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-27T04:11:44.780Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:11:44.782Z||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-27T04:11:44.782Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:44.794Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:44.795Z||pool-118-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:11:45.681Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:11:45.682Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:11:45.684Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:11:45.685Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-27T04:11:45.785Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:11:45.786Z||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-27T04:11:45.786Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:45.804Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:45.805Z||pool-119-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:11:46.685Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:11:46.686Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:11:46.689Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:11:46.689Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-27T04:11:46.789Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:11:46.791Z||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-27T04:11:46.791Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:46.803Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:46.804Z||pool-120-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:11:47.690Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:11:47.691Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:11:47.694Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:11:47.694Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-27T04:11:47.794Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:11:47.795Z||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-27T04:11:47.795Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:47.812Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:47.813Z||pool-121-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:11:48.695Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:11:48.695Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:11:48.699Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:11:48.699Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:11:48.799Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:11:48.800Z||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-27T04:11:48.801Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:48.817Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:48.818Z||pool-122-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:11:49.699Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:11:49.700Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:11:49.703Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:11:49.703Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-27T04:11:49.803Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:11:49.804Z||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-27T04:11:49.804Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:49.819Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:49.820Z||pool-123-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:11:50.704Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:11:50.705Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:11:50.709Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:11:50.709Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:11:50.809Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:11:50.811Z||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-27T04:11:50.811Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:50.852Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:50.853Z||pool-124-thread-1|||||INFO|500||cambria reply ok (44 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:11:51.710Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:11:51.711Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:11:51.713Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:11:51.713Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:11:51.813Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:11:51.814Z||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-27T04:11:51.814Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:51.854Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:51.854Z||pool-125-thread-1|||||INFO|500||cambria reply ok (40 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:11:52.714Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "514073f0-8115-4976-8e64-e3845152d31d", "serviceDescription": "service", "serviceInvariantUUID": "ebf6c7ab-e9e2-4fa9-a5df-2fcef73c8225", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "629612e4-5e1c-4945-bcef-245a59861c8f", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "812884b3-3893-44a4-9e74-d97157848c9d", "resourceInvariantUUID": "1567de63-f9c1-46fe-8c20-2c6e189d5fba", "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": "179158d4-0341-4f4b-b907-1c59ed293f74", "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": "54a29a48-f023-4772-a7b2-d9a90e86db28", "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": "MjY1MGJjMzJmYmE5MWU5MDk3NTc1Y2E3MzNlMTZjYTc\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "e78f5678-02e7-4e13-9422-b9b31126b39a", "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": "6991cd55-a054-4469-9bba-ea936b977a3b", "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": "d7a1e25f-8453-4525-b82c-bb90127d2695", "generatedFromUUID": "6991cd55-a054-4469-9bba-ea936b977a3b" }, "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": "d7a1e25f-8453-4525-b82c-bb90127d2695", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "MjQ3YzM1NmMxZDNkZDM0M2ExNDAwYzlhM2JhZDdmYTM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "5893fcd0-eaf8-49fd-90d7-9966a0f17508" } ], "workloadContext": "Production" } 2022-03-27T04:11:52.714Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-27T04:11:52.715Z|1e501ffc-cefa-4a0a-b94b-1339b4e525f0|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 514073f0-8115-4976-8e64-e3845152d31d ASDC 2022-03-27T04:11:52.715Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:79cd15d2-c8f4-4f7d-8623-0e2152da6402 ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:514073f0-8115-4976-8e64-e3845152d31d ServiceInvariantUUID:ebf6c7ab-e9e2-4fa9-a5df-2fcef73c8225 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:5893fcd0-eaf8-49fd-90d7-9966a0f17508 ArtifactChecksum:MjQ3YzM1NmMxZDNkZDM0M2ExNDAwYzlhM2JhZDdmYTM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:629612e4-5e1c-4945-bcef-245a59861c8f ResourceInvariantUUID:1567de63-f9c1-46fe-8c20-2c6e189d5fba ResourceName:basic_cnf ResourceType:VF ResourceUUID:812884b3-3893-44a4-9e74-d97157848c9d 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:179158d4-0341-4f4b-b907-1c59ed293f74 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:54a29a48-f023-4772-a7b2-d9a90e86db28 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:e78f5678-02e7-4e13-9422-b9b31126b39a ArtifactChecksum:MjY1MGJjMzJmYmE5MWU5MDk3NTc1Y2E3MzNlMTZjYTc= 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:6991cd55-a054-4469-9bba-ea936b977a3b 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:d7a1e25f-8453-4525-b82c-bb90127d2695 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:d7a1e25f-8453-4525-b82c-bb90127d2695 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-27T04:11:52.715Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 514073f0-8115-4976-8e64-e3845152d31d 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-27T04:11:52.768Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-27T04:11:52.769Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-27T04:11:52.769Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-27T04:11:52.770Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 5893fcd0-eaf8-49fd-90d7-9966a0f17508 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-27T04:11:52.770Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-27T04:11:52.770Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-03-27T04:11:53.838Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-27T04:11:53.851Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 5893fcd0-eaf8-49fd-90d7-9966a0f17508 68935 2022-03-27T04:11:53.851Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:11:53.852Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:11:53.852Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T04:11:53.852Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:11:53.855Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:11:53.855Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354313851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:11:53.956Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:11:53.957Z||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-27T04:11:53.957Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:53.980Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:53.981Z||pool-126-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:11:54.856Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-27T04:11:54.858Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-27T04:11:54.858Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 5893fcd0-eaf8-49fd-90d7-9966a0f17508, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-27T04:11:54.858Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-03-27T04:11:54.858Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-27T04:11:54.859Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-27T04:11:55.018Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14678893991871438006/Definitions/service-BasicCnf-template.yml 2022-03-27T04:11:56.399Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-27T04:11:56.400Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-27T04:11:56.400Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-27T04:11:56.400Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-03-27T04:11:56.401Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:11:56.401Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:11:56.401Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-03-27T04:11:56.401Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:11:56.401Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-27T04:11:56.402Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:56.402Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:11:56.402Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-27T04:11:56.402Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-27T04:11:56.403Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-27T04:11:56.403Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:56.403Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:11:56.403Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-27T04:11:56.404Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-27T04:11:56.404Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-27T04:11:56.404Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:56.404Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:11:56.405Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:56.405Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-27T04:11:56.405Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-03-27T04:11:56.405Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Node template dummy is not matching search criteria 2022-03-27T04:11:56.405Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-27T04:11:56.406Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:56.406Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-27T04:11:56.406Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:56.406Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-27T04:11:56.407Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:11:56.407Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:56.407Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-27T04:11:56.407Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:11:56.408Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:56.408Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-27T04:11:56.408Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:11:56.408Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:56.408Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-27T04:11:56.409Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-27T04:11:56.409Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e65ec21e-a6df-479f-a27a-c90922b2f0c3 2022-03-27T04:11:56.409Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:56.409Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:11:56.410Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:56.410Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:11:56.410Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:56.410Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:11:56.411Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:11:56.411Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:11:56.411Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:514073f0-8115-4976-8e64-e3845152d31d Model Version:NULL Model InvariantUuid:ebf6c7ab-e9e2-4fa9-a5df-2fcef73c8225 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:874eeb39-e6b0-41b6-a1ac-651b612c65ce Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1567de63-f9c1-46fe-8c20-2c6e189d5fba Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:629612e4-5e1c-4945-bcef-245a59861c8f NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:4e4b1028-d3d9-412d-a27b-f28093c42511 ModelName:BasicCnf..base_dummy..module-0 ModelUuid:3ebe6203-779f-473e-81dd-08d198920723 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:e65ec21e-a6df-479f-a27a-c90922b2f0c3 ModelInvariantUuid:bd43e92c-3881-4c8f-9253-9f97ef2d098d ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:52c50221-b925-454a-94f2-f7e047d20487 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:203ad8a2-2924-4d0b-b456-f3ba15c7a5f7 ModelInvariantUuid:a16d3214-99fb-4b8f-a01e-43d70542ca80 ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:aa5c8585-57e7-4f32-be73-c2eff26d13cc 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-27T04:11:56.437Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 812884b3-3893-44a4-9e74-d97157848c9d 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-27T04:11:56.441Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||basic_cnf 0 2022-03-27T04:11:56.441Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 812884b3-3893-44a4-9e74-d97157848c9d 2022-03-27T04:11:56.441Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 179158d4-0341-4f4b-b907-1c59ed293f74 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-03-27T04:11:56.441Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-27T04:11:56.441Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:11:56.644Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-27T04:11:56.644Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 179158d4-0341-4f4b-b907-1c59ed293f74 12 2022-03-27T04:11:56.645Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:11:56.645Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:11:56.645Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T04:11:56.646Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:11:56.653Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:11:56.653Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354316645, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-27T04:11:56.749Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-03-27T04:11:56.750Z||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-27T04:11:56.750Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:56.763Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:56.764Z||pool-127-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-27T04:11:57.654Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 54a29a48-f023-4772-a7b2-d9a90e86db28 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-03-27T04:11:57.655Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-27T04:11:57.655Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:11:57.941Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-27T04:11:57.942Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 54a29a48-f023-4772-a7b2-d9a90e86db28 2688 2022-03-27T04:11:57.942Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:11:57.942Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:11:57.943Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T04:11:57.943Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:11:57.945Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:11:57.945Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354317942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-27T04:11:58.047Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-27T04:11:58.048Z||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-27T04:11:58.048Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:58.062Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:58.062Z||pool-128-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:11:58.947Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: e78f5678-02e7-4e13-9422-b9b31126b39a from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-03-27T04:11:58.947Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-27T04:11:58.948Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:11:59.139Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-27T04:11:59.140Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json e78f5678-02e7-4e13-9422-b9b31126b39a 828 2022-03-27T04:11:59.141Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:11:59.141Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:11:59.141Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T04:11:59.141Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:11:59.143Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:11:59.144Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354319140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-27T04:11:59.245Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-27T04:11:59.247Z||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-27T04:11:59.247Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:11:59.261Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:11:59.262Z||pool-129-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:12:00.145Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "4e4b1028-d3d9-412d-a27b-f28093c42511", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3ebe6203-779f-473e-81dd-08d198920723", "vfModuleModelCustomizationUUID": "fb794bc0-5f55-477f-b228-a75b338165c5", "isBase": true, "artifacts": [ "54a29a48-f023-4772-a7b2-d9a90e86db28", "6991cd55-a054-4469-9bba-ea936b977a3b", "d7a1e25f-8453-4525-b82c-bb90127d2695" ], "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-27T04:12:00.152Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3ebe6203-779f-473e-81dd-08d198920723 VfModuleModelInvariantUUID:4e4b1028-d3d9-412d-a27b-f28093c42511 VfModuleModelDescription:NULL Artifacts UUID List:{ 54a29a48-f023-4772-a7b2-d9a90e86db28 , 6991cd55-a054-4469-9bba-ea936b977a3b , d7a1e25f-8453-4525-b82c-bb90127d2695 } 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-27T04:12:00.155Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "4e4b1028-d3d9-412d-a27b-f28093c42511", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3ebe6203-779f-473e-81dd-08d198920723", "vfModuleModelCustomizationUUID": "fb794bc0-5f55-477f-b228-a75b338165c5", "isBase": true, "artifacts": [ "54a29a48-f023-4772-a7b2-d9a90e86db28", "6991cd55-a054-4469-9bba-ea936b977a3b", "d7a1e25f-8453-4525-b82c-bb90127d2695" ], "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-27T04:12:00.156Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3ebe6203-779f-473e-81dd-08d198920723 VfModuleModelInvariantUUID:4e4b1028-d3d9-412d-a27b-f28093c42511 VfModuleModelDescription:NULL Artifacts UUID List:{ 54a29a48-f023-4772-a7b2-d9a90e86db28 , 6991cd55-a054-4469-9bba-ea936b977a3b , d7a1e25f-8453-4525-b82c-bb90127d2695 } 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-27T04:12:00.156Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 6991cd55-a054-4469-9bba-ea936b977a3b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-03-27T04:12:00.156Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-27T04:12:00.157Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:12:00.223Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-27T04:12:00.224Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 6991cd55-a054-4469-9bba-ea936b977a3b 1164 2022-03-27T04:12:00.225Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:12:00.225Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:12:00.225Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T04:12:00.226Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:12:00.228Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:12:00.229Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354320225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T04:12:00.330Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:12:00.330Z||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-27T04:12:00.331Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:12:00.344Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:12:00.345Z||pool-130-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-27T04:12:01.230Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d7a1e25f-8453-4525-b82c-bb90127d2695 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-03-27T04:12:01.230Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-27T04:12:01.231Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:12:01.276Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-27T04:12:01.276Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env d7a1e25f-8453-4525-b82c-bb90127d2695 200 2022-03-27T04:12:01.277Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:12:01.277Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:12:01.277Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T04:12:01.277Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:12:01.279Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:12:01.279Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354321277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-27T04:12:01.381Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-27T04:12:01.382Z||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-27T04:12:01.382Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:12:01.394Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:12:01.395Z||pool-131-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:12:02.280Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 514073f0-8115-4976-8e64-e3845152d31d 2022-03-27T04:12:02.280Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 812884b3-3893-44a4-9e74-d97157848c9d ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-03-27T04:12:02.297Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-27T04:12:02.301Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@6a51554a, org.onap.sdc.toscaparser.api.parameters.Input@698141d6, org.onap.sdc.toscaparser.api.parameters.Input@5f562b68, org.onap.sdc.toscaparser.api.parameters.Input@58e91a6c, org.onap.sdc.toscaparser.api.parameters.Input@38f2ff3e] 2022-03-27T04:12:02.303Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:02.303Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:12:02.303Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-03-27T04:12:02.303Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= 629612e4-5e1c-4945-bcef-245a59861c8f 2022-03-27T04:12:02.304Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 629612e4-5e1c-4945-bcef-245a59861c8f matches Tosca VF Customization UUID: 629612e4-5e1c-4945-bcef-245a59861c8f 2022-03-27T04:12:02.304Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: 629612e4-5e1c-4945-bcef-245a59861c8f 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-27T04:12:02.305Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:02.306Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:12:02.306Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id 629612e4-5e1c-4945-bcef-245a59861c8f: {\"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-27T04:12:02.306Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@2557adde 2022-03-27T04:12:02.307Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:02.307Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-27T04:12:02.307Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : fb794bc0-5f55-477f-b228-a75b338165c5 2022-03-27T04:12:02.307Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID fb794bc0-5f55-477f-b228-a75b338165c5 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-27T04:12:02.310Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:02.311Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-27T04:12:02.311Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:12:02.311Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:02.312Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-27T04:12:02.312Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:12:02.314Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:02.314Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-03-27T04:12:02.314Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-03-27T04:12:02.314Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=e65ec21e-a6df-479f-a27a-c90922b2f0c3 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-27T04:12:02.318Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:02.318Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-27T04:12:02.318Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-27T04:12:02.319Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:02.319Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-03-27T04:12:02.319Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=629612e4-5e1c-4945-bcef-245a59861c8f 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-27T04:12:02.321Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:02.322Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:12:02.322Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 514073f0-8115-4976-8e64-e3845152d31d: basic_cnf 2022-03-27T04:12:02.322Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:02.323Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:12:02.323Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:02.323Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:12:02.324Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:02.324Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:12:02.325Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:02.325Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:12:02.325Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:02.325Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:12:02.326Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:12:02.401Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf 812884b3-3893-44a4-9e74-d97157848c9d 1 ASDC deployResourceStructure 2022-03-27T04:12:02.402Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:12:02.402Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:12:02.402Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-27T04:12:02.403Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:12:02.405Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:12:02.405Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354322402, "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-27T04:12:02.505Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:12:02.506Z||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-27T04:12:02.506Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:12:02.518Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:12:02.518Z||pool-132-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:12:03.407Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:12:03.407Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:12:03.407Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-03-27T04:12:03.407Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:12:03.409Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:12:03.410Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354323406, "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-27T04:12:03.510Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-27T04:12:03.511Z||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-27T04:12:03.511Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:12:03.526Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:12:03.527Z||pool-133-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:12:04.411Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:12:04.411Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:12:04.411Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T04:12:04.411Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:12:04.414Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:12:04.414Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354324410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-27T04:12:04.515Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:12:04.516Z||pool-134-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-27T04:12:04.516Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:12:04.527Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:12:04.528Z||pool-134-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:12:05.416Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:12:05.416Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:12:05.416Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T04:12:05.417Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:12:05.419Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:12:05.419Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354325416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-27T04:12:05.520Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-27T04:12:05.521Z||pool-135-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-27T04:12:05.521Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:12:05.533Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:12:05.533Z||pool-135-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:12:06.420Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:12:06.421Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:12:06.421Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T04:12:06.421Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:12:06.423Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:12:06.423Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354326420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-27T04:12:06.524Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-27T04:12:06.526Z||pool-136-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-27T04:12:06.526Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:12:06.548Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:12:06.549Z||pool-136-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:12:07.424Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:12:07.425Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||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-27T04:12:07.425Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T04:12:07.425Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:12:07.427Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:12:07.427Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354327424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:12:07.527Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:12:07.528Z||pool-137-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-27T04:12:07.529Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:12:07.542Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:12:07.543Z||pool-137-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:12:08.428Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 79cd15d2-c8f4-4f7d-8623-0e2152da6402 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:12:08.441Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 79cd15d2-c8f4-4f7d-8623-0e2152da6402 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:12:08.444Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T04:12:08.444Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-27T04:12:08.444Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-27T04:12:08.444Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-27T04:12:08.444Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:12:08.445Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:12:08.445Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:12:08.445Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:12:08.445Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:12:08.445Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:12:08.445Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-27T04:12:08.450Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-27T04:12:09.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:12:09.345Z||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-27T04:12:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:12:09.386Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:12:09.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354209918, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T04:12:09.387Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:12:09.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354211332, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-27T04:12:09.388Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:12:09.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354212472, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/basicclamp0_modules.json", "status": "DEPLOY_OK" } 2022-03-27T04:12:09.388Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:12:09.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354213476, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-27T04:12:09.388Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:12:09.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354214481, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/resourceInstances/basicclamp0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-27T04:12:09.389Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:12:09.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354215487, "artifactURL": "/sdc/v1/catalog/services/Basicclamp/1.0/artifacts/service-Basicclamp-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:12:09.389Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:12:09.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "621fa5a1-ae7f-4af4-85ad-5c5c51f5f213", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354247252, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-27T04:12:09.389Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:12:09.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:12:09.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:12:09.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-27T04:12:09.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:12:09.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-27T04:12:09.390Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:12:09.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:12:09.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:12:09.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-27T04:12:09.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:12:09.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-27T04:12:09.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:12:09.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:12:09.391Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:12:09.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354070279, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:12:09.392Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:12:09.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354257251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:12:09.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:12:09.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354260452, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-27T04:12:09.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:12:09.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354261542, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T04:12:09.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:12:09.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354262597, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-27T04:12:09.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:12:09.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354263717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-27T04:12:09.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:12:09.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354264721, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-27T04:12:09.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:12:09.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354265724, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-27T04:12:09.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:12:09.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:12:09.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354266728, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:12:09.394Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:12:38.451Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 79cd15d2-c8f4-4f7d-8623-0e2152da6402 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-27T04:12:38.459Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 79cd15d2-c8f4-4f7d-8623-0e2152da6402 and serviceModelVersionId: 514073f0-8115-4976-8e64-e3845152d31d 2022-03-27T04:12:38.459Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : ebf6c7ab-e9e2-4fa9-a5df-2fcef73c8225 2022-03-27T04:12:38.461Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/ebf6c7ab-e9e2-4fa9-a5df-2fcef73c8225/model-vers/model-ver/514073f0-8115-4976-8e64-e3845152d31d?depth=0 2022-03-27T04:12:38.467Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-27T04:12:38.520Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebf6c7ab-e9e2-4fa9-a5df-2fcef73c8225/model-vers/model-ver/514073f0-8115-4976-8e64-e3845152d31d?depth=0|INFO|500||Invoke 2022-03-27T04:12:38.520Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebf6c7ab-e9e2-4fa9-a5df-2fcef73c8225/model-vers/model-ver/514073f0-8115-4976-8e64-e3845152d31d?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebf6c7ab-e9e2-4fa9-a5df-2fcef73c8225/model-vers/model-ver/514073f0-8115-4976-8e64-e3845152d31d?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[79cd15d2-c8f4-4f7d-8623-0e2152da6402], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[f87e5c62-6d41-4e4a-b5f4-4023b19540a7], X-ECOMP-RequestID=[79cd15d2-c8f4-4f7d-8623-0e2152da6402], X-TransactionId=[], X-ONAP-RequestID=[79cd15d2-c8f4-4f7d-8623-0e2152da6402], Content-Type=[application/merge-patch+json]} 2022-03-27T04:12:38.547Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebf6c7ab-e9e2-4fa9-a5df-2fcef73c8225/model-vers/model-ver/514073f0-8115-4976-8e64-e3845152d31d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-27T04:12:38.951Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebf6c7ab-e9e2-4fa9-a5df-2fcef73c8225/model-vers/model-ver/514073f0-8115-4976-8e64-e3845152d31d?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/ebf6c7ab-e9e2-4fa9-a5df-2fcef73c8225/model-vers/model-ver/514073f0-8115-4976-8e64-e3845152d31d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220327-04:12:37:460-60], vertex-id=[200888], Content-Length=[0], Date=[Sun, 27 Mar 2022 04:12:37 GMT], Content-Type=[application/json]} 2022-03-27T04:12:38.951Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebf6c7ab-e9e2-4fa9-a5df-2fcef73c8225/model-vers/model-ver/514073f0-8115-4976-8e64-e3845152d31d?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-27T04:12:38.952Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/ebf6c7ab-e9e2-4fa9-a5df-2fcef73c8225/model-vers/model-ver/514073f0-8115-4976-8e64-e3845152d31d?depth=0|INFO|500||InvokeReturn 2022-03-27T04:12:38.952Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-27T04:12:38.952Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-27T04:12:38.959Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-27T04:12:38.960Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 79cd15d2-c8f4-4f7d-8623-0e2152da6402 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-27T04:12:38.960Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-27T04:12:38.961Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:12:38.963Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:12:38.963Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354358960, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-27T04:12:39.063Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:12:39.064Z||pool-138-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-27T04:12:39.064Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:12:39.077Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:12:39.077Z||pool-138-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-27T04:12:39.975Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-27T04:12:39.976Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"8e5126c5-9ede-4b22-b208-3135343c5cb9","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"fde42d74-06e4-4306-a695-7f2578d45ded","serviceDescription":"service","serviceInvariantUUID":"75908cb0-c841-4363-8308-2f149b2862c4","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"266cb1d3-d92d-4639-8b7b-79b690152e1f","resourceInvariantUUID":"f29f11e9-bc77-4758-8226-ba798040ff9e","resourceCustomizationUUID":"e950f1e1-9c04-48d0-a661-3487bf3607eb","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":"YTE1NDI1YzYxMmFhMTkyYTMxMDRlZjY1M2MyZTA0Y2M\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"2c3f8bf3-df2d-44ff-9ab7-4a1cb65f57f9","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":"407082e2-2b16-49ca-ade2-d6d52ec8217a","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":"638240e7-d220-4c2b-a870-d62c1efd0830","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":"MDQxZTU1YTIyNjhlOTU2ZTI0YWY3MzhiYTBlNmJjNDM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"bea290cd-5a69-4007-98e6-e824ee41314b","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":"c3bc83ac-4f20-47a8-b40a-ad68a2a68996","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":"398ee055-db18-4bdc-97ed-c0a79bd7088d","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":"6c1289b9-b027-436e-aa15-f3c724ed57bc","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":"MzNjYjc5Y2MwZGU3YjY4NDNkZTI1NzRhMjA2Mjc3Y2E\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7ba14455-e343-49b6-9eff-dc4498a87b08","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZTliMmIwYTAzZWE1MWFlM2U5YjE0MDYxMjkzOWRjYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"783df875-17a4-4113-8604-883eff30998a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-27T04:12:39.976Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:12:39.977Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:12:39.979Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:12:39.979Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:12:40.079Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:12:40.081Z||pool-139-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-27T04:12:40.081Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:12:40.098Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:12:40.099Z||pool-139-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:12:40.979Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:12:40.980Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:12:40.982Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:12:40.983Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:12:41.083Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:12:41.084Z||pool-140-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-27T04:12:41.084Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:12:41.097Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:12:41.098Z||pool-140-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-27T04:12:41.983Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:12:41.984Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:12:41.986Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:12:41.986Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-27T04:12:42.086Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:12:42.087Z||pool-141-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-27T04:12:42.087Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:12:42.100Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:12:42.101Z||pool-141-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-27T04:12:42.987Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:12:42.988Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:12:42.991Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:12:42.991Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-27T04:12:43.091Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:12:43.092Z||pool-142-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-27T04:12:43.092Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:12:43.105Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:12:43.106Z||pool-142-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:12:43.992Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:12:43.992Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:12:43.995Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:12:43.995Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:12:44.095Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:12:44.096Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-27T04:12:44.096Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:12:44.112Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:12:44.112Z||pool-143-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:12:44.995Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:12:44.996Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:12:44.998Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:12:44.998Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:12:45.098Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:12:45.099Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-27T04:12:45.099Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:12:45.111Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:12:45.112Z||pool-144-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:12:45.999Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:12:46.000Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:12:46.002Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:12:46.002Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:12:46.102Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:12:46.103Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-27T04:12:46.103Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:12:46.119Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:12:46.121Z||pool-145-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:12:47.003Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:12:47.004Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:12:47.007Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:12:47.007Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:12:47.107Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:12:47.108Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-27T04:12:47.108Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:12:47.135Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:12:47.136Z||pool-146-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:12:48.008Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-27T04:12:48.009Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:12:48.011Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:12:48.011Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:12:48.112Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:12:48.112Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-27T04:12:48.113Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:12:48.131Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:12:48.132Z||pool-147-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-03-27T04:12:49.012Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "fde42d74-06e4-4306-a695-7f2578d45ded", "serviceDescription": "service", "serviceInvariantUUID": "75908cb0-c841-4363-8308-2f149b2862c4", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "e950f1e1-9c04-48d0-a661-3487bf3607eb", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "266cb1d3-d92d-4639-8b7b-79b690152e1f", "resourceInvariantUUID": "f29f11e9-bc77-4758-8226-ba798040ff9e", "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": "ZTliMmIwYTAzZWE1MWFlM2U5YjE0MDYxMjkzOWRjYWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "783df875-17a4-4113-8604-883eff30998a" } ], "workloadContext": "Production" } 2022-03-27T04:12:49.013Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-27T04:12:49.013Z|79cd15d2-c8f4-4f7d-8623-0e2152da6402|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 fde42d74-06e4-4306-a695-7f2578d45ded ASDC 2022-03-27T04:12:49.014Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:8e5126c5-9ede-4b22-b208-3135343c5cb9 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:fde42d74-06e4-4306-a695-7f2578d45ded ServiceInvariantUUID:75908cb0-c841-4363-8308-2f149b2862c4 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:783df875-17a4-4113-8604-883eff30998a ArtifactChecksum:ZTliMmIwYTAzZWE1MWFlM2U5YjE0MDYxMjkzOWRjYWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:e950f1e1-9c04-48d0-a661-3487bf3607eb ResourceInvariantUUID:f29f11e9-bc77-4758-8226-ba798040ff9e ResourceName:test-pnf ResourceType:PNF ResourceUUID:266cb1d3-d92d-4639-8b7b-79b690152e1f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-27T04:12:49.014Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fde42d74-06e4-4306-a695-7f2578d45ded 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-27T04:12:49.044Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-27T04:12:49.045Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-27T04:12:49.045Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-27T04:12:49.046Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 783df875-17a4-4113-8604-883eff30998a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-27T04:12:49.046Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-27T04:12:49.046Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-27T04:12:50.026Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-27T04:12:50.031Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 783df875-17a4-4113-8604-883eff30998a 105643 2022-03-27T04:12:50.031Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||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-27T04:12:50.032Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||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-27T04:12:50.032Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-27T04:12:50.032Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:12:50.040Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:12:50.040Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354370031, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:12:50.140Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:12:50.142Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-27T04:12:50.142Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:12:50.156Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:12:50.157Z||pool-148-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:12:51.041Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-27T04:12:51.043Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-27T04:12:51.043Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 783df875-17a4-4113-8604-883eff30998a, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-27T04:12:51.043Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-27T04:12:51.044Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-27T04:12:51.044Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-27T04:12:51.153Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP11308031390413219943/Definitions/service-TestPnfMacro-template.yml 2022-03-27T04:12:52.174Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-27T04:12:52.175Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-27T04:12:52.175Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-27T04:12:52.175Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-27T04:12:52.175Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-27T04:12:52.175Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-27T04:12:52.175Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||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-27T04:12:52.175Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-27T04:12:52.175Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-27T04:12:52.175Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-27T04:12:52.175Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-27T04:12:52.176Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-27T04:12:52.176Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:52.176Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:12:52.176Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-27T04:12:52.176Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-27T04:12:52.176Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-27T04:12:52.176Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:52.177Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:12:52.177Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-27T04:12:52.181Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-27T04:12:52.181Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-27T04:12:52.181Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:52.181Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:12:52.181Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:52.181Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:12:52.182Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:52.182Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:12:52.182Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:52.182Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:12:52.182Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:52.182Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:12:52.182Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:fde42d74-06e4-4306-a695-7f2578d45ded Model Version:NULL Model InvariantUuid:75908cb0-c841-4363-8308-2f149b2862c4 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-27T04:12:52.190Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 266cb1d3-d92d-4639-8b7b-79b690152e1f 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-27T04:12:52.192Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||test-pnf 0 2022-03-27T04:12:52.192Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 266cb1d3-d92d-4639-8b7b-79b690152e1f 2022-03-27T04:12:52.193Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||No resources found for Service: fde42d74-06e4-4306-a695-7f2578d45ded 2022-03-27T04:12:52.193Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: fde42d74-06e4-4306-a695-7f2578d45ded 2022-03-27T04:12:52.193Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 266cb1d3-d92d-4639-8b7b-79b690152e1f 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-27T04:12:52.196Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@a785ae3, org.onap.sdc.toscaparser.api.parameters.Input@658e741, org.onap.sdc.toscaparser.api.parameters.Input@60b19394, org.onap.sdc.toscaparser.api.parameters.Input@565e15ec, org.onap.sdc.toscaparser.api.parameters.Input@1eb9f286] 2022-03-27T04:12:52.197Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:52.197Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:12:52.197Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid fde42d74-06e4-4306-a695-7f2578d45ded: test-pnf 2022-03-27T04:12:52.197Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||Processing PNF resource: 266cb1d3-d92d-4639-8b7b-79b690152e1f 2022-03-27T04:12:52.197Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-27T04:12:52.198Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-27T04:12:52.198Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||Resource customization UUID: e950f1e1-9c04-48d0-a661-3487bf3607eb is the same as notified resource customizationUUID: e950f1e1-9c04-48d0-a661-3487bf3607eb 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-27T04:12:52.231Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 266cb1d3-d92d-4639-8b7b-79b690152e1f 0 ASDC deployResourceStructure 2022-03-27T04:12:52.236Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||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-27T04:12:52.238Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||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-27T04:12:52.241Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-27T04:12:52.241Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:12:52.249Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:12:52.249Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354372236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:12:52.347Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-27T04:12:52.348Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-27T04:12:52.348Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:12:52.361Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:12:52.362Z||pool-149-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-27T04:12:53.250Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 8e5126c5-9ede-4b22-b208-3135343c5cb9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-27T04:12:53.262Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 8e5126c5-9ede-4b22-b208-3135343c5cb9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-27T04:12:53.265Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-27T04:12:53.265Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-27T04:12:53.265Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-27T04:12:53.265Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-27T04:12:53.265Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:12:53.266Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:12:53.266Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:12:53.266Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:12:53.266Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:12:53.266Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:12:53.267Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-27T04:12:53.267Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-27T04:12:53.273Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-27T04:13:09.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:13:09.345Z||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-27T04:13:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:13:09.382Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:13:09.383Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:13:09.383Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "1e501ffc-cefa-4a0a-b94b-1339b4e525f0", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354298225, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-27T04:13:09.384Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:13:09.384Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:13:09.384Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:13:09.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:13:09.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:13:09.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-03-27T04:13:09.385Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:13:09.385Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:13:09.385Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-03-27T04:13:09.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:13:09.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:13:09.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-03-27T04:13:09.386Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:13:09.386Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:13:09.386Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-03-27T04:13:09.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:13:09.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:13:09.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:13:09.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:13:09.387Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:13:09.387Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-03-27T04:13:09.387Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:13:09.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:13:09.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:13:09.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:13:09.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:13:09.388Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:13:09.388Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:13:09.388Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:13:09.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354313851, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:13:09.389Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:13:09.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:13:09.389Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354316645, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-03-27T04:13:09.389Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:13:09.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:13:09.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354317942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-03-27T04:13:09.390Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:13:09.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:13:09.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354319140, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-27T04:13:09.390Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:13:09.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:13:09.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354320225, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-03-27T04:13:09.391Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:13:09.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:13:09.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354321277, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-03-27T04:13:09.391Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:13:09.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:13:09.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354322402, "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-27T04:13:09.391Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:13:09.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:13:09.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354323406, "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-27T04:13:09.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:13:09.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:13:09.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354324410, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-03-27T04:13:09.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:13:09.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:13:09.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354325416, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-03-27T04:13:09.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:13:09.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:13:09.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354326420, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-03-27T04:13:09.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:13:09.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:13:09.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354327424, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:13:09.394Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:13:23.274Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 8e5126c5-9ede-4b22-b208-3135343c5cb9 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-27T04:13:23.279Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 8e5126c5-9ede-4b22-b208-3135343c5cb9 and serviceModelVersionId: fde42d74-06e4-4306-a695-7f2578d45ded 2022-03-27T04:13:23.279Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 75908cb0-c841-4363-8308-2f149b2862c4 2022-03-27T04:13:23.279Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/75908cb0-c841-4363-8308-2f149b2862c4/model-vers/model-ver/fde42d74-06e4-4306-a695-7f2578d45ded?depth=0 2022-03-27T04:13:23.284Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-27T04:13:23.329Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75908cb0-c841-4363-8308-2f149b2862c4/model-vers/model-ver/fde42d74-06e4-4306-a695-7f2578d45ded?depth=0|INFO|500||Invoke 2022-03-27T04:13:23.329Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75908cb0-c841-4363-8308-2f149b2862c4/model-vers/model-ver/fde42d74-06e4-4306-a695-7f2578d45ded?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75908cb0-c841-4363-8308-2f149b2862c4/model-vers/model-ver/fde42d74-06e4-4306-a695-7f2578d45ded?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[8e5126c5-9ede-4b22-b208-3135343c5cb9], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[35da7a8e-53c6-4541-aad7-59ca3d010bd9], X-ECOMP-RequestID=[8e5126c5-9ede-4b22-b208-3135343c5cb9], X-TransactionId=[], X-ONAP-RequestID=[8e5126c5-9ede-4b22-b208-3135343c5cb9], Content-Type=[application/merge-patch+json]} 2022-03-27T04:13:23.377Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75908cb0-c841-4363-8308-2f149b2862c4/model-vers/model-ver/fde42d74-06e4-4306-a695-7f2578d45ded?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-27T04:13:24.054Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75908cb0-c841-4363-8308-2f149b2862c4/model-vers/model-ver/fde42d74-06e4-4306-a695-7f2578d45ded?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/75908cb0-c841-4363-8308-2f149b2862c4/model-vers/model-ver/fde42d74-06e4-4306-a695-7f2578d45ded?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220327-04:13:22:289-72085], vertex-id=[250104], Content-Length=[0], Date=[Sun, 27 Mar 2022 04:13:22 GMT], Content-Type=[application/json]} 2022-03-27T04:13:24.054Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75908cb0-c841-4363-8308-2f149b2862c4/model-vers/model-ver/fde42d74-06e4-4306-a695-7f2578d45ded?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-27T04:13:24.055Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/75908cb0-c841-4363-8308-2f149b2862c4/model-vers/model-ver/fde42d74-06e4-4306-a695-7f2578d45ded?depth=0|INFO|500||InvokeReturn 2022-03-27T04:13:24.056Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-27T04:13:24.056Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-27T04:13:24.064Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-27T04:13:24.065Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 8e5126c5-9ede-4b22-b208-3135343c5cb9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-27T04:13:24.065Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-27T04:13:24.066Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-27T04:13:24.068Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-27T04:13:24.068Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354404065, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-27T04:13:24.168Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-27T04:13:24.169Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-27T04:13:24.169Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:13:24.185Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:13:24.186Z||pool-150-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-27T04:13:25.086Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:13:25.087Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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-27T04:13:25.087Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:13:34.632Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:13:34.632Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:13:34.633Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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-27T04:13:34.633Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:13:44.214Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:13:44.215Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:13:44.216Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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-27T04:13:44.217Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:13:53.766Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:13:53.767Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:13:53.769Z||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-27T04:13:53.769Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:14:03.314Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:14:03.315Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:14:03.315Z||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-27T04:14:03.315Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:14:09.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:14:09.345Z||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-27T04:14:09.346Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:14:09.391Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:14:09.392Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:14:09.392Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "79cd15d2-c8f4-4f7d-8623-0e2152da6402", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354358960, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-27T04:14:09.393Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:14:09.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:14:09.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:14:09.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:14:09.393Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:14:09.393Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-27T04:14:09.393Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:14:09.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:14:09.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-27T04:14:09.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:14:09.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:14:09.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-27T04:14:09.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:14:09.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:14:09.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-27T04:14:09.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:14:09.394Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:14:09.394Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:14:09.394Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:14:09.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:14:09.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-27T04:14:09.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:14:09.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:14:09.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-27T04:14:09.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:14:09.395Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:14:09.395Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354299257, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-27T04:14:09.395Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-27T04:14:09.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:14:09.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354370031, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-27T04:14:09.396Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:14:09.396Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-27T04:14:09.396Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354372236, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-27T04:14:09.396Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:14:12.882Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:14:12.883Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:14:12.883Z||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-27T04:14:12.883Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:14:22.429Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:14:22.442Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:14:22.443Z||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-27T04:14:22.443Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:14:32.014Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:15:09.341Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:15:09.343Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-27T04:15:09.343Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:15:09.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:15:09.345Z||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-27T04:15:09.348Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:15:09.877Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:15:09.878Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-27T04:15:09.878Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "8e5126c5-9ede-4b22-b208-3135343c5cb9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648354404065, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-27T04:15:09.878Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-27T04:15:18.903Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:16:09.341Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:16:09.342Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-27T04:16:09.342Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:16:09.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:16:09.345Z||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-27T04:16:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:16:18.918Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:16:18.920Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:17:09.341Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:17:09.343Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-27T04:17:09.343Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as K4y7CfroZqXq8qX2) ... 2022-03-27T04:17:09.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:17:09.345Z||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-27T04:17:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:17:18.927Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:17:18.933Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:18:09.341Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:18:09.342Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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-27T04:18:09.343Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:18:09.345Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:18:09.345Z||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-27T04:18:09.346Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:18:18.904Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:18:18.908Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:19:09.341Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:19:09.342Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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-27T04:19:09.342Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:19:09.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:19:09.345Z||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-27T04:19:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:19:18.910Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:19:18.917Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:20:09.341Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:20:09.342Z||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-27T04:20:09.342Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:20:09.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:20:09.345Z||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-27T04:20:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:20:18.931Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:20:18.933Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:21:09.341Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:21:09.342Z||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-27T04:21:09.342Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:21:09.344Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:21:09.344Z||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-27T04:21:09.344Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:21:18.917Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:21:18.918Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:22:09.341Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:22:09.343Z||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-27T04:22:09.343Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:22:09.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:22:09.345Z||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-27T04:22:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:22:18.919Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:22:18.923Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:23:09.342Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:23:09.343Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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-27T04:23:09.343Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:23:09.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:23:09.345Z||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-27T04:23:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:23:18.892Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:23:18.906Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:24:09.341Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:24:09.342Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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-27T04:24:09.342Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:24:09.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:24:09.344Z||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-27T04:24:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:24:18.938Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:24:18.946Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:25:09.341Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:25:09.343Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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-27T04:25:09.343Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:25:09.344Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:25:09.345Z||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-27T04:25:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:25:18.905Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:25:18.907Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:26:09.342Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:26:09.343Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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-27T04:26:09.343Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:26:09.345Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:26:09.345Z||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-27T04:26:09.346Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:26:18.897Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:26:18.897Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:27:09.341Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:27:09.343Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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-27T04:27:09.343Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:27:09.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:27:09.344Z||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-27T04:27:09.344Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:27:18.904Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:27:18.923Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:28:09.341Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:28:09.343Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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-27T04:28:09.343Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:28:09.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:28:09.345Z||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-27T04:28:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:28:18.900Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:28:18.935Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:29:09.342Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:29:09.343Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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-27T04:29:09.344Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:29:09.344Z|41a58683-6899-4850-b5f2-907f154ecd83|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-27T04:29:09.345Z|41a58683-6899-4850-b5f2-907f154ecd83|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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:29:09.344Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:29:18.893Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:29:18.908Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:30:09.342Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:30:09.343Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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-27T04:30:09.344Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:30:09.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:30:09.345Z||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-27T04:30:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:30:18.919Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:30:18.919Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:31:09.341Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:31:09.343Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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-27T04:31:09.343Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:31:09.344Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:31:09.345Z||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-27T04:31:09.346Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:31:18.908Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:31:18.909Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:32:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:32:09.343Z||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-27T04:32:09.343Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:32:09.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:32:09.345Z||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-27T04:32:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:32:18.906Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:32:18.909Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:33:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:33:09.342Z||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-27T04:33:09.343Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:33:09.344Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:33:09.345Z||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-27T04:33:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:33:18.928Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:33:18.929Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:34:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:34:09.343Z||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-27T04:34:09.344Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:34:09.344Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:34:09.344Z||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-27T04:34:09.344Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:34:18.923Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:34:18.981Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:35:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:35:09.342Z||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-27T04:35:09.342Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:35:09.344Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:35:09.344Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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-27T04:35:09.344Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:35:18.920Z|8e5126c5-9ede-4b22-b208-3135343c5cb9|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:35:18.925Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:36:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:36:09.342Z||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-27T04:36:09.342Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:36:09.344Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:36:09.344Z||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-27T04:36:09.344Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:36:18.918Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:36:18.965Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:37:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:37:09.342Z||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-27T04:37:09.342Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:37:09.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:37:09.345Z||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-27T04:37:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:37:18.896Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:37:18.934Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:38:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:38:09.342Z||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-27T04:38:09.343Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:38:09.344Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:38:09.345Z||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-27T04:38:09.345Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:38:18.987Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:38:18.994Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:39:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:39:09.342Z||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-27T04:39:09.342Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:39:09.344Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:39:09.345Z|41a58683-6899-4850-b5f2-907f154ecd83|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-27T04:39:09.345Z|41a58683-6899-4850-b5f2-907f154ecd83|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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:39:18.990Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:39:19.000Z|41a58683-6899-4850-b5f2-907f154ecd83|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:40:09.345Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:40:09.346Z||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-27T04:40:09.346Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:40:09.345Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:40:09.348Z||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-27T04:40:09.348Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:40:18.927Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:40:18.927Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:41:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:41:09.342Z||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-27T04:41:09.342Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:41:09.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:41:09.344Z||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-27T04:41:09.344Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:41:18.931Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:41:18.932Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:42:08.693Z||http-nio-8085-exec-3|||||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-27T04:42:09.341Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:42:09.342Z||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-27T04:42:09.342Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:42:09.344Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-27T04:42:09.344Z||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-27T04:42:09.344Z||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 K4y7CfroZqXq8qX2) ... 2022-03-27T04:42:18.957Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-27T04:42:18.959Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK