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-28T05:29:34.061Z||main|||||INFO|500||The following profiles are active: basic 2022-03-28T05:29:50.300Z||main|||||INFO|500||Starting service [Tomcat] 2022-03-28T05:29:50.302Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-03-28T05:29:50.520Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-03-28T05:29:55.672Z||main|||||INFO|500||catdb-pool - Starting... 2022-03-28T05:29:56.220Z||main|||||INFO|500||catdb-pool - Start completed. 2022-03-28T05:29:56.819Z||main|||||INFO|500||reqdb-pool - Starting... 2022-03-28T05:29:56.827Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-03-28T05:29:56.968Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-03-28T05:29:57.274Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-03-28T05:29:57.943Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-03-28T05:30:00.029Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-28T05:30:03.007Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-28T05:30:03.102Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-03-28T05:30:03.871Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-03-28T05:30:04.116Z||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-28T05:30:05.695Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-03-28T05:30:07.073Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-03-28T05:30:07.099Z||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$$2538ded1.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-28T05:30:07.100Z||main|||||WARN|500||The sdc end point is not alive 2022-03-28T05:30:11.680Z||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-28T05:30:15.472Z||main|||||WARN|500||--- 2022-03-28T05:30:15.473Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-03-28T05:30:15.473Z||main|||||WARN|500||--- 2022-03-28T05:30:15.961Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-03-28T05:30:21.963Z||main|||||INFO|500||Started Application in 53.667 seconds (JVM running for 56.892) 2022-03-28T05:30:21.979Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-03-28T05:30:21.981Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-03-28T05:30:21.994Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-03-28T05:30:22.022Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-03-28T05:30:22.071Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= 18230bb9-1a3c-4c63-9bec-07e39cfb9850 url= /sdc/v1/artifactTypes 2022-03-28T05:30:22.072Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-03-28T05:30:22.398Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-03-28T05:30:22.424Z||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-28T05:30:22.479Z||scheduling-1|||||DEBUG|500||create keys 2022-03-28T05:30:22.487Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-03-28T05:30:22.548Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:30:22.568Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 2b11f60e-7d30-4f7f-ad80-c74ff1a9357b url= /sdc/v1/registerForDistribution 2022-03-28T05:30:22.789Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 2b11f60e-7d30-4f7f-ad80-c74ff1a9357b url= /sdc/v1/registerForDistribution 2022-03-28T05:30:22.790Z||scheduling-1|||||INFO|500||start DistributionClient 2022-03-28T05:30:22.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:30:22.799Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:30:22.806Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-03-28T05:30:22.808Z||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-28T05:30:22.808Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:30:22.809Z||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-28T05:30:22.809Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:30:33.344Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:30:33.462Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:31:22.797Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:31:22.798Z||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-28T05:31:22.798Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:31:22.799Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:31:22.799Z||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-28T05:31:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:31:32.410Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:31:32.514Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:32:22.798Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:32:22.799Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:32:22.801Z||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-28T05:32:22.801Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:32:22.805Z||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-28T05:32:22.806Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:32:32.367Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:32:32.386Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:33:22.797Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:33:22.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:33:22.799Z||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-28T05:33:22.799Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:33:22.800Z||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-28T05:33:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:33:32.369Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:33:32.369Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:34:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:34:22.798Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T05:34:22.798Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bs4QWdgaHex0rpWY) ... 2022-03-28T05:34:22.799Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:34:22.800Z||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-28T05:34:22.801Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:34:32.351Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:34:32.368Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:35:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:35:22.798Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T05:35:22.798Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bs4QWdgaHex0rpWY) ... 2022-03-28T05:35:22.799Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:35:22.800Z||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-28T05:35:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:35:32.395Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:35:32.399Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:36:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:36:22.798Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T05:36:22.798Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bs4QWdgaHex0rpWY) ... 2022-03-28T05:36:22.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:36:22.799Z||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-28T05:36:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:36:32.351Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:36:32.355Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:37:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:37:22.798Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T05:37:22.799Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bs4QWdgaHex0rpWY) ... 2022-03-28T05:37:22.799Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:37:22.801Z||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-28T05:37:22.801Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:37:32.362Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:37:32.363Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:38:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:38:22.798Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T05:38:22.798Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bs4QWdgaHex0rpWY) ... 2022-03-28T05:38:22.799Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:38:22.801Z||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-28T05:38:22.801Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:38:32.357Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:38:32.365Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:39:22.798Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:39:22.799Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:39:22.802Z||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-28T05:39:22.802Z||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-28T05:39:22.802Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:39:22.802Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:39:29.215Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-03-28T05:39:32.368Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:39:32.370Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:40:22.797Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:40:22.798Z||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-28T05:40:22.798Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:40:22.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:40:22.799Z||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-28T05:40:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:40:32.365Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:40:32.368Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:41:22.797Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:41:22.798Z||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-28T05:41:22.798Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:41:22.799Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:41:22.799Z||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-28T05:41:22.799Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:41:32.351Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:41:32.356Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:42:22.797Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:42:22.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:42:22.799Z||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-28T05:42:22.799Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:42:22.799Z||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-28T05:42:22.799Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:42:32.357Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:42:32.358Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:43:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:43:22.798Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T05:43:22.798Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bs4QWdgaHex0rpWY) ... 2022-03-28T05:43:22.800Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:43:22.802Z||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-28T05:43:22.802Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:43:32.358Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:43:32.395Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:44:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:44:22.798Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T05:44:22.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:44:22.799Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bs4QWdgaHex0rpWY) ... 2022-03-28T05:44:22.800Z||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-28T05:44:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:44:32.356Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:44:32.364Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:45:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:45:22.798Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T05:45:22.798Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bs4QWdgaHex0rpWY) ... 2022-03-28T05:45:22.799Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:45:22.800Z||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-28T05:45:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:45:32.362Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:45:32.364Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:46:22.799Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:46:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:46:22.801Z||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-28T05:46:22.801Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T05:46:22.802Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:46:22.802Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bs4QWdgaHex0rpWY) ... 2022-03-28T05:46:32.356Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:46:32.368Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:47:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:47:22.798Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T05:47:22.799Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bs4QWdgaHex0rpWY) ... 2022-03-28T05:47:22.799Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:47:22.799Z||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-28T05:47:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:47:32.352Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:47:32.359Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:48:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:48:22.798Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T05:48:22.798Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bs4QWdgaHex0rpWY) ... 2022-03-28T05:48:22.799Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:48:22.799Z||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-28T05:48:22.799Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:48:32.357Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:48:32.357Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:49:22.797Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:49:22.798Z||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-28T05:49:22.798Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:49:22.799Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:49:22.800Z||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-28T05:49:22.801Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:49:32.350Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:49:32.351Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:50:22.797Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:50:22.797Z||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-28T05:50:22.798Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:50:22.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:50:22.800Z||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-28T05:50:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:50:32.358Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:50:32.358Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:51:22.797Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:51:22.798Z||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-28T05:51:22.798Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:51:22.799Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:51:22.799Z||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-28T05:51:22.799Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:51:32.369Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:51:32.369Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:52:22.797Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:52:22.798Z||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-28T05:52:22.798Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:52:22.799Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:52:22.799Z||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-28T05:52:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:52:32.356Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:52:32.364Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:53:22.797Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:53:22.798Z||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-28T05:53:22.798Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:53:22.799Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:53:22.799Z||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-28T05:53:22.799Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:53:32.356Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:53:32.357Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:54:22.797Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:54:22.799Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:54:22.800Z||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-28T05:54:22.801Z||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-28T05:54:22.801Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:54:22.801Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:54:32.368Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:54:32.368Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:55:22.797Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:55:22.798Z||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-28T05:55:22.798Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:55:22.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:55:22.799Z||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-28T05:55:22.799Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:55:32.355Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:55:32.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:56:22.797Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:56:22.798Z||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-28T05:56:22.798Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:56:22.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:56:22.799Z||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-28T05:56:22.799Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:56:32.353Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:56:32.354Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:57:22.797Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:57:22.798Z||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-28T05:57:22.798Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:57:22.799Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:57:22.800Z||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-28T05:57:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:57:32.362Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:57:32.431Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:58:22.797Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:58:22.798Z||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-28T05:58:22.798Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:58:22.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:58:22.800Z||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-28T05:58:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:58:32.358Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:58:32.433Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:59:22.797Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:59:22.798Z||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-28T05:59:22.798Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:59:22.800Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T05:59:22.801Z||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-28T05:59:22.801Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T05:59:32.359Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T05:59:32.360Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:00:22.797Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:00:22.798Z||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-28T06:00:22.798Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:00:22.799Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:00:22.800Z||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-28T06:00:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:00:22.944Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:00:22.954Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:22.955Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "cds", "timestamp": 1648447196822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:22.989Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:22.990Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:22.990Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "multicloud-k8s-id", "timestamp": 1648447200958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:22.990Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:22.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:22.991Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "clamp", "timestamp": 1648447204666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:22.991Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:22.991Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:22.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "policy-id", "timestamp": 1648447202586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:22.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:22.992Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:22.992Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "cds", "timestamp": 1648447196822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vfwf2e56ab60c8b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:22.992Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:22.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:22.993Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "policy-id", "timestamp": 1648447202586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vfwf2e56ab60c8b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:22.993Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:22.993Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:22.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "clamp", "timestamp": 1648447204666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vfwf2e56ab60c8b0_modules.json", "status": "NOTIFIED" } 2022-03-28T06:00:22.994Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:22.994Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:22.994Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "multicloud-k8s-id", "timestamp": 1648447200958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vfwf2e56ab60c8b0_modules.json", "status": "NOTIFIED" } 2022-03-28T06:00:22.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:22.995Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:22.995Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "ves-openapi-manager", "timestamp": 1648447206512, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:22.995Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:22.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:22.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "cds", "timestamp": 1648447196822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:22.996Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:22.996Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:22.996Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "policy-id", "timestamp": 1648447202586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-28T06:00:22.997Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:22.997Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:22.997Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "clamp", "timestamp": 1648447204666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:22.997Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:22.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:22.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "multicloud-k8s-id", "timestamp": 1648447200958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-28T06:00:22.998Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:22.998Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:22.998Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "ves-openapi-manager", "timestamp": 1648447206512, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vfwf2e56ab60c8b0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:22.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:22.999Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:22.999Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "cds", "timestamp": 1648447196822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:22.999Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:23.000Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.000Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "clamp", "timestamp": 1648447204666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:23.001Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:23.001Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.001Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "multicloud-k8s-id", "timestamp": 1648447200958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:23.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:23.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.002Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "policy-id", "timestamp": 1648447202586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:23.002Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:23.002Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "ves-openapi-manager", "timestamp": 1648447206512, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:23.003Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:23.003Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.003Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "cds", "timestamp": 1648447196822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:23.004Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:23.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "policy-id", "timestamp": 1648447202586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:23.004Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:23.004Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.004Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "clamp", "timestamp": 1648447204666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:23.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:23.005Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.005Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "multicloud-k8s-id", "timestamp": 1648447200958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-28T06:00:23.005Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:23.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "ves-openapi-manager", "timestamp": 1648447206512, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:23.006Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:23.006Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.006Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "cds", "timestamp": 1648447196822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:23.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:23.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.007Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "policy-id", "timestamp": 1648447202586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:23.007Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:23.007Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "clamp", "timestamp": 1648447204666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:23.008Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:23.008Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.008Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "multicloud-k8s-id", "timestamp": 1648447200958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:23.009Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:23.009Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.009Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "ves-openapi-manager", "timestamp": 1648447206512, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:23.010Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:23.010Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.010Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "cds", "timestamp": 1648447196822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:00:23.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:23.011Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.011Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "clamp", "timestamp": 1648447204666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:00:23.011Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:23.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.012Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "policy-id", "timestamp": 1648447202586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:00:23.012Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:23.012Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "multicloud-k8s-id", "timestamp": 1648447200958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:00:23.013Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:23.013Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.013Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "ves-openapi-manager", "timestamp": 1648447206512, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:23.014Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:23.014Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.014Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "cds", "timestamp": 1648447213221, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:00:23.015Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:00:23.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.015Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "multicloud-k8s-id", "timestamp": 1648447213345, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vfwf2e56ab60c8b0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T06:00:23.015Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:00:23.015Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "ves-openapi-manager", "timestamp": 1648447206512, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:23.016Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:00:23.016Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.016Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "policy-id", "timestamp": 1648447213255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:00:23.016Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:00:23.017Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.017Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "cds", "timestamp": 1648447214245, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-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-28T06:00:23.167Z||pool-2-thread-7|||||WARN|500||reqdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@2cc523a5 marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=1917) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 67 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 68 common frames omitted 2022-03-28T06:00:23.172Z||pool-2-thread-7|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-28T06:00:23.173Z||pool-2-thread-7|||||ERROR|500||(conn=1917) WSREP has not yet prepared node for application use 2022-03-28T06:00:23.175Z||pool-2-thread-7|||||INFO|500||HHH000327: Error performing load command org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: java.sql.SQLNonTransientConnectionException: (conn=1917) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 62 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 67 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 68 common frames omitted 2022-03-28T06:00:23.179Z||pool-2-thread-7|||||ERROR|500||Application exception overridden by rollback exception javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) ... 41 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=1917) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 62 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 67 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 68 common frames omitted 2022-03-28T06:00:23.190Z||pool-2-thread-7|||||ERROR|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection 2022-03-28T06:00:23.191Z||pool-2-thread-7|||||DEBUG|500||Error exception occured when fetching with Cambria Client:Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy218.findById(Unknown Source) at org.onap.so.asdc.client.ASDCStatusCallBack.activateCallback(ASDCStatusCallBack.java:67) at org.onap.sdc.impl.StatusConsumer.run(StatusConsumer.java:53) 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) Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561) ... 22 common frames omitted Caused by: java.sql.SQLException: Connection is closed at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) at com.sun.proxy.$Proxy141.rollback(Unknown Source) at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ... 25 common frames omitted 2022-03-28T06:00:23.432Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:00:23.435Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-28T06:00:23.435Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"5c2dcc0a-ccff-4f26-af0c-03980a1a17e3","serviceName":"vFW 2022-03-28 05-57-16","serviceVersion":"1.0","serviceUUID":"63542898-7f41-43e4-b687-9036853a2db6","serviceDescription":"catalog service description","serviceInvariantUUID":"54aedb4d-bc8f-48a3-ac64-d6b64e42dd71","resources":[{"resourceInstanceName":"vFW f2e56ab6-0c8b 0","resourceName":"vFW f2e56ab6-0c8b","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"59bdab71-e6a7-4497-8c1e-5baf0438191d","resourceInvariantUUID":"92c9f44c-de9a-4ecb-b4c0-802394001cbe","resourceCustomizationUUID":"ea209d9e-185f-46fc-bbab-6c967c9cb13a","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vf-license-model.xml","artifactChecksum":"ZmQwZDY0NmZiYTMxODcyZDU5OTYyM2QyOTk4ODVkNDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f2f37dae-bf2a-4b6e-bb4d-20c720ed3948","artifactVersion":"1"},{"artifactName":"vfwf2e56ab60c8b0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vfwf2e56ab60c8b0_modules.json","artifactChecksum":"MDA5MDc0Yjg1N2U2MDAzMTFmZDc0MzI2MGQ0MjZhNzg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"eece0d0e-35b7-4329-9f27-5ff378799e64","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"cb627894-9735-4683-a520-e940d381b29c","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vendor-license-model.xml","artifactChecksum":"NmFiNjRjOGQzYjlkMDYzNDYyZDg2MmNjMWRmNzk5NTM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"c2e569a5-5e58-484f-a03f-94d1d942fcec","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d8bdf1e6-393c-4e7c-b1bc-ddd3000a1cf4","artifactVersion":"2","generatedFromUUID":"cb627894-9735-4683-a520-e940d381b29c"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220328055716-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-template.yml","artifactChecksum":"MjI5MGM4YWY5ZTc2YmVkNDQ2ZmMzODE4NDZiZWZiYTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8baaf2a1-09f1-4abc-b1d2-e0bf6b5a7c97","artifactVersion":"1"},{"artifactName":"service-Vfw20220328055716-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar","artifactChecksum":"NmY1NTY5ZGFlYmYxZmM0YTUxNDc1MDliNzM3NTJhMzM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a5be03a6-92d0-4841-a26f-11b5e2869abe","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-28T06:00:23.448Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:00:23.458Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:00:23.473Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:00:23.473Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:23.573Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-03-28T06:00:23.579Z||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-28T06:00:23.579Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:00:23.595Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:00:23.597Z||pool-3-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:00:24.482Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:00:24.482Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:00:24.485Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:00:24.485Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vfwf2e56ab60c8b0_modules.json", "status": "NOTIFIED" } 2022-03-28T06:00:24.585Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:00:24.587Z||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-28T06:00:24.587Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:00:24.601Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:00:24.603Z||pool-4-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:00:25.486Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:00:25.487Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:00:25.489Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:00:25.489Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-28T06:00:25.590Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T06:00:25.591Z||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-28T06:00:25.591Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:00:25.608Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:00:25.609Z||pool-5-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:00:26.491Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:00:26.492Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:00:26.495Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:00:26.495Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:26.595Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:00:26.598Z||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-28T06:00:26.598Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:00:26.612Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:00:26.613Z||pool-6-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:00:27.495Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:00:27.497Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:00:27.499Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:00:27.500Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-28T06:00:27.600Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:00:27.602Z||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-28T06:00:27.602Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:00:27.620Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:00:27.621Z||pool-7-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:00:28.500Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:00:28.501Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:00:28.504Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:00:28.504Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:28.604Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:00:28.605Z||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-28T06:00:28.605Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:00:28.628Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:00:28.629Z||pool-8-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:00:29.505Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:00:29.506Z||pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:00:29.508Z||pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:00:29.509Z||pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:00:29.609Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:00:29.611Z||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-28T06:00:29.611Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:00:29.648Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:00:29.649Z||pool-9-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:00:30.511Z||pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "serviceName": "vFW 2022-03-28 05-57-16", "serviceVersion": "1.0", "serviceUUID": "63542898-7f41-43e4-b687-9036853a2db6", "serviceDescription": "catalog service description", "serviceInvariantUUID": "54aedb4d-bc8f-48a3-ac64-d6b64e42dd71", "resources": [ { "resourceInstanceName": "vFW f2e56ab6-0c8b 0", "resourceCustomizationUUID": "ea209d9e-185f-46fc-bbab-6c967c9cb13a", "resourceName": "vFW f2e56ab6-0c8b", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "59bdab71-e6a7-4497-8c1e-5baf0438191d", "resourceInvariantUUID": "92c9f44c-de9a-4ecb-b4c0-802394001cbe", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfwf2e56ab60c8b0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vfwf2e56ab60c8b0_modules.json", "artifactChecksum": "MDA5MDc0Yjg1N2U2MDAzMTFmZDc0MzI2MGQ0MjZhNzg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "eece0d0e-35b7-4329-9f27-5ff378799e64", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "cb627894-9735-4683-a520-e940d381b29c", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d8bdf1e6-393c-4e7c-b1bc-ddd3000a1cf4", "generatedFromUUID": "cb627894-9735-4683-a520-e940d381b29c" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d8bdf1e6-393c-4e7c-b1bc-ddd3000a1cf4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220328055716-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar", "artifactChecksum": "NmY1NTY5ZGFlYmYxZmM0YTUxNDc1MDliNzM3NTJhMzM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a5be03a6-92d0-4841-a26f-11b5e2869abe" } ], "workloadContext": "Production" } 2022-03-28T06:00:30.513Z||pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-28T06:00:30.514Z||pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 63542898-7f41-43e4-b687-9036853a2db6 ASDC 2022-03-28T06:00:30.653Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:5c2dcc0a-ccff-4f26-af0c-03980a1a17e3 ServiceName:vFW 2022-03-28 05-57-16 ServiceVersion:1.0 ServiceUUID:63542898-7f41-43e4-b687-9036853a2db6 ServiceInvariantUUID:54aedb4d-bc8f-48a3-ac64-d6b64e42dd71 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220328055716-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar ArtifactUUID:a5be03a6-92d0-4841-a26f-11b5e2869abe ArtifactChecksum:NmY1NTY5ZGFlYmYxZmM0YTUxNDc1MDliNzM3NTJhMzM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW f2e56ab6-0c8b 0 ResourceCustomizationUUID:ea209d9e-185f-46fc-bbab-6c967c9cb13a ResourceInvariantUUID:92c9f44c-de9a-4ecb-b4c0-802394001cbe ResourceName:vFW f2e56ab6-0c8b ResourceType:VF ResourceUUID:59bdab71-e6a7-4497-8c1e-5baf0438191d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfwf2e56ab60c8b0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vfwf2e56ab60c8b0_modules.json ArtifactUUID:eece0d0e-35b7-4329-9f27-5ff378799e64 ArtifactChecksum:MDA5MDc0Yjg1N2U2MDAzMTFmZDc0MzI2MGQ0MjZhNzg= 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/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.yaml ArtifactUUID:cb627894-9735-4683-a520-e940d381b29c 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/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env ArtifactUUID:d8bdf1e6-393c-4e7c-b1bc-ddd3000a1cf4 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/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env ArtifactUUID:d8bdf1e6-393c-4e7c-b1bc-ddd3000a1cf4 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-28T06:00:30.655Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 63542898-7f41-43e4-b687-9036853a2db6 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-28T06:00:30.851Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T06:00:30.853Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-28T06:00:30.855Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-28T06:00:30.855Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: a5be03a6-92d0-4841-a26f-11b5e2869abe from URL: /sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar 2022-03-28T06:00:30.855Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-28T06:00:30.857Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar 2022-03-28T06:00:31.086Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-28T06:00:31.110Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar a5be03a6-92d0-4841-a26f-11b5e2869abe 99026 2022-03-28T06:00:31.112Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar ASDC sendASDCNotification 2022-03-28T06:00:31.113Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar 2022-03-28T06:00:31.114Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:00:31.115Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:00:31.117Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:00:31.117Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447231111, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:00:31.217Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:00:31.219Z||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-28T06:00:31.219Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:00:31.244Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:00:31.245Z||pool-10-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:00:32.118Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T06:00:32.119Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-28T06:00:32.120Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: a5be03a6-92d0-4841-a26f-11b5e2869abe, URL: /sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar to file: /app/ASDC/1/service-Vfw20220328055716-csar.csar 2022-03-28T06:00:32.121Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220328055716-csar.csar 2022-03-28T06:00:32.257Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220328055716-csar.csar 2022-03-28T06:00:32.257Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220328055716-csar.csar 2022-03-28T06:00:32.969Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6719071424200397303/Definitions/service-Vfw20220328055716-template.yml Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-03-28T06:00:35.990Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-28T06:00:35.996Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-28T06:00:35.996Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar 2022-03-28T06:00:35.996Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-28T06:00:35.997Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||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-Vfw20220328055716-csar.csar 2022-03-28T06:00:35.997Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||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-Vfw20220328055716-csar.csar 2022-03-28T06:00:35.997Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar 2022-03-28T06:00:35.998Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar 2022-03-28T06:00:35.998Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar 2022-03-28T06:00:35.998Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||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-Vfw20220328055716-csar.csar 2022-03-28T06:00:35.998Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW f2e56ab6-0c8b 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-Vfw20220328055716-csar.csar 2022-03-28T06:00:35.998Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar 2022-03-28T06:00:35.999Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar 2022-03-28T06:00:35.999Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar 2022-03-28T06:00:35.999Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar 2022-03-28T06:00:35.999Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar 2022-03-28T06:00:36.000Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220328055716-csar.csar 2022-03-28T06:00:36.000Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-28T06:00:36.009Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:00:36.011Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-28 05-57-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:00:36.016Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vFW f2e56ab6-0c8b 0 is matching search criteria 2022-03-28T06:00:36.017Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-28T06:00:36.020Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f2e56ab6-0c8b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T06:00:36.023Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:00:36.023Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-28 05-57-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:00:36.024Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vFW f2e56ab6-0c8b 0 is matching search criteria 2022-03-28T06:00:36.024Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-28T06:00:36.024Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f2e56ab6-0c8b 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T06:00:36.025Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:00:36.025Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-28 05-57-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:00:36.029Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:00:36.030Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vFW f2e56ab6-0c8b 0 is not matching search criteria 2022-03-28T06:00:36.030Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T06:00:36.030Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T06:00:36.031Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-28T06:00:36.031Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:00:36.031Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-28T06:00:36.031Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-28T06:00:36.032Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:00:36.032Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-28T06:00:36.032Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-28T06:00:36.032Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:00:36.033Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-28T06:00:36.033Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-28T06:00:36.033Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-28T06:00:36.033Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-28T06:00:36.034Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:00:36.034Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-28T06:00:36.034Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:00:36.035Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-28 05-57-16 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-28T06:00:36.037Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:00:36.037Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vFW f2e56ab6-0c8b 0 is matching search criteria 2022-03-28T06:00:36.037Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f2e56ab6-0c8b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:00:36.038Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:00:36.038Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vFW f2e56ab6-0c8b 0 is matching search criteria 2022-03-28T06:00:36.039Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f2e56ab6-0c8b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:00:36.039Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:00:36.039Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vFW f2e56ab6-0c8b 0 is matching search criteria 2022-03-28T06:00:36.040Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [vFW f2e56ab6-0c8b 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:00:36.040Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:00:36.041Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vFW f2e56ab6-0c8b 0 is not matching search criteria 2022-03-28T06:00:36.041Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T06:00:36.041Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T06:00:36.041Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-28T06:00:36.042Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-28T06:00:36.042Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-28T06:00:36.042Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:00:36.042Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-28T06:00:36.043Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-28T06:00:36.043Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-28T06:00:36.043Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-28T06:00:36.044Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:00:36.044Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=20b65745-4d31-4e52-b226-7748dcb88e89 2022-03-28T06:00:36.044Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:00:36.045Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vFW f2e56ab6-0c8b 0 is not matching search criteria 2022-03-28T06:00:36.045Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T06:00:36.045Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T06:00:36.045Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-28T06:00:36.046Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:00:36.046Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-28T06:00:36.046Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-28T06:00:36.047Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:00:36.047Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-28T06:00:36.047Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-28T06:00:36.047Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-28T06:00:36.048Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-28T06:00:36.048Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:00:36.048Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=c4af41c3-1ba7-439e-965b-57e6a349cf8b 2022-03-28T06:00:36.049Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:00:36.049Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vFW f2e56ab6-0c8b 0 is not matching search criteria 2022-03-28T06:00:36.049Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T06:00:36.050Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T06:00:36.050Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-28T06:00:36.050Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:00:36.051Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-28T06:00:36.051Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-28T06:00:36.051Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:00:36.051Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-28T06:00:36.052Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-28T06:00:36.052Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:00:36.052Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-28T06:00:36.052Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-28T06:00:36.053Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=29a3f4d0-d58d-4918-a12f-b5eee796de57 2022-03-28T06:00:36.053Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:00:36.054Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-28 05-57-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:00:36.054Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:00:36.054Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-28 05-57-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:00:36.054Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:00:36.055Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-28 05-57-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:00:36.055Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:00:36.055Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Service vFW 2022-03-28 05-57-16 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:00:36.055Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-28 05-57-16 Description:catalog service description Model UUID:63542898-7f41-43e4-b687-9036853a2db6 Model Version:NULL Model InvariantUuid:54aedb4d-bc8f-48a3-ac64-d6b64e42dd71 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW f2e56ab6-0c8b Model UUID:34553c16-cfd3-4d23-b050-d986a52bc279 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:92c9f44c-de9a-4ecb-b4c0-802394001cbe Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:ea209d9e-185f-46fc-bbab-6c967c9cb13a NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:dc319532-5481-49e8-abc8-8e81bdb2386d ModelName:VfwF2e56ab60c8b..base_vfw..module-0 ModelUuid:cf9240f9-4774-4e79-8989-1a4dbec0b777 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:20b65745-4d31-4e52-b226-7748dcb88e89 ModelInvariantUuid:b2016021-59a9-4b1c-95f6-6f2bb0e189fb ModelName:vFW f2e56ab6-0c8b-nodes.vfwCvfc ModelUuid:4b8c7db1-33b2-4c3f-890b-b3e349d75989 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:64cae215-352e-41bf-837f-b899d3d43814 ModelInvariantUuid:3feef607-0971-44a7-99c1-d7e8ff9b5095 ModelName:VfwF2e56ab60c8b.compute.nodes.heat.vfw ModelUuid:b6e1ce15-de04-4e24-8721-7773a509cd2d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:c4af41c3-1ba7-439e-965b-57e6a349cf8b ModelInvariantUuid:26da1995-139e-49c1-978f-b845220d1476 ModelName:vFW f2e56ab6-0c8b-nodes.vsnCvfc ModelUuid:3554fb4f-290c-4df3-b340-b55f0b620e31 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:3f12adbf-ffb7-4376-8250-c2f94fe8139d ModelInvariantUuid:ecc79941-2fa0-4f41-aeea-a4d0c8657309 ModelName:VfwF2e56ab60c8b.compute.nodes.heat.vsn ModelUuid:6aa517ea-f8ca-4e1d-9d68-8da592c8e93d ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:29a3f4d0-d58d-4918-a12f-b5eee796de57 ModelInvariantUuid:686198a9-7576-4b76-8d62-c5f34583036a ModelName:vFW f2e56ab6-0c8b-nodes.vpgCvfc ModelUuid:fdb36a43-a2d8-4df6-9a8e-f7169da2d3a7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:7fbbbc94-93c4-4649-b296-7f008b1a7d47 ModelInvariantUuid:75f1c6f8-a5c5-4ab1-80be-46ecb1b193f6 ModelName:VfwF2e56ab60c8b.compute.nodes.heat.vpg ModelUuid:86fac30d-0530-4227-9fcb-b8962de47ef2 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-28T06:00:36.064Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@6122b73e marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=1916) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$873c9ed6.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 75 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 76 common frames omitted 2022-03-28T06:00:36.066Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-28T06:00:36.066Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||ERROR|500||(conn=1916) WSREP has not yet prepared node for application use 2022-03-28T06:00:36.067Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||HHH000327: Error performing load command org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$873c9ed6.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) Caused by: java.sql.SQLNonTransientConnectionException: (conn=1916) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 70 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 75 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 76 common frames omitted 2022-03-28T06:00:36.071Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||ERROR|500||Application exception overridden by rollback exception javax.persistence.PersistenceException: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.internal.ExceptionConverterImpl.convert(ExceptionConverterImpl.java:154) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3357) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3289) 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.orm.jpa.SharedEntityManagerCreator$SharedEntityManagerInvocationHandler.invoke(SharedEntityManagerCreator.java:314) at com.sun.proxy.$Proxy188.find(Unknown Source) at org.springframework.data.jpa.repository.support.SimpleJpaRepository.findById(SimpleJpaRepository.java:281) 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.data.repository.core.support.ImplementationInvocationMetadata.invoke(ImplementationInvocationMetadata.java:72) at org.springframework.data.repository.core.support.RepositoryComposition$RepositoryFragments.invoke(RepositoryComposition.java:382) at org.springframework.data.repository.core.support.RepositoryComposition.invoke(RepositoryComposition.java:205) at org.springframework.data.repository.core.support.RepositoryFactorySupport$ImplementationMethodExecutionInterceptor.invoke(RepositoryFactorySupport.java:550) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:155) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$873c9ed6.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.getResultSet(AbstractLoadPlanBasedLoader.java:390) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeQueryStatement(AbstractLoadPlanBasedLoader.java:163) at org.hibernate.loader.plan.exec.internal.AbstractLoadPlanBasedLoader.executeLoad(AbstractLoadPlanBasedLoader.java:104) at org.hibernate.loader.entity.plan.AbstractLoadPlanBasedEntityLoader.load(AbstractLoadPlanBasedEntityLoader.java:285) at org.hibernate.persister.entity.AbstractEntityPersister.doLoad(AbstractEntityPersister.java:4441) at org.hibernate.persister.entity.AbstractEntityPersister.load(AbstractEntityPersister.java:4431) at org.hibernate.event.internal.DefaultLoadEventListener.loadFromDatasource(DefaultLoadEventListener.java:569) at org.hibernate.event.internal.DefaultLoadEventListener.doLoad(DefaultLoadEventListener.java:537) at org.hibernate.event.internal.DefaultLoadEventListener.load(DefaultLoadEventListener.java:208) at org.hibernate.event.internal.DefaultLoadEventListener.proxyOrLoad(DefaultLoadEventListener.java:332) at org.hibernate.event.internal.DefaultLoadEventListener.doOnLoad(DefaultLoadEventListener.java:108) at org.hibernate.event.internal.DefaultLoadEventListener.onLoad(DefaultLoadEventListener.java:74) at org.hibernate.event.service.internal.EventListenerGroupImpl.fireEventOnEachListener(EventListenerGroupImpl.java:113) at org.hibernate.internal.SessionImpl.fireLoadNoChecks(SessionImpl.java:1186) at org.hibernate.internal.SessionImpl.fireLoad(SessionImpl.java:1175) at org.hibernate.internal.SessionImpl.access$2100(SessionImpl.java:193) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.doLoad(SessionImpl.java:2786) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.lambda$load$1(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.perform(SessionImpl.java:2723) at org.hibernate.internal.SessionImpl$IdentifierLoadAccessImpl.load(SessionImpl.java:2767) at org.hibernate.internal.SessionImpl.find(SessionImpl.java:3322) ... 49 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=1916) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 70 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 75 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 76 common frames omitted 2022-03-28T06:00:36.078Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||ERROR|500|| org.springframework.transaction.TransactionSystemException: Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:565) at org.springframework.transaction.support.AbstractPlatformTransactionManager.processRollback(AbstractPlatformTransactionManager.java:835) at org.springframework.transaction.support.AbstractPlatformTransactionManager.rollback(AbstractPlatformTransactionManager.java:809) at org.springframework.transaction.interceptor.TransactionAspectSupport.completeTransactionAfterThrowing(TransactionAspectSupport.java:651) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:371) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:178) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy222.findById(Unknown Source) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller.isCsarAlreadyDeployed(ToscaResourceInstaller.java:293) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$FastClassBySpringCGLIB$$7d8bd8fb.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:687) at org.onap.so.asdc.installer.heat.ToscaResourceInstaller$$EnhancerBySpringCGLIB$$873c9ed6.isCsarAlreadyDeployed() at org.onap.so.asdc.client.ASDCController.isCsarAlreadyDeployed(ASDCController.java:330) at org.onap.so.asdc.client.ASDCController.processResourceNotification(ASDCController.java:756) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:630) 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) Caused by: org.hibernate.TransactionException: Unable to rollback against JDBC Connection at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:127) at org.hibernate.resource.transaction.backend.jdbc.internal.JdbcResourceLocalTransactionCoordinatorImpl$TransactionDriverControlImpl.rollback(JdbcResourceLocalTransactionCoordinatorImpl.java:304) at org.hibernate.engine.transaction.internal.TransactionImpl.rollback(TransactionImpl.java:142) at org.springframework.orm.jpa.JpaTransactionManager.doRollback(JpaTransactionManager.java:561) ... 30 common frames omitted Caused by: java.sql.SQLException: Connection is closed at com.zaxxer.hikari.pool.ProxyConnection$ClosedConnection.lambda$getClosedConnection$0(ProxyConnection.java:515) at com.sun.proxy.$Proxy141.rollback(Unknown Source) at com.zaxxer.hikari.pool.ProxyConnection.rollback(ProxyConnection.java:396) at com.zaxxer.hikari.pool.HikariProxyConnection.rollback(HikariProxyConnection.java) at org.hibernate.resource.jdbc.internal.AbstractLogicalConnectionImplementor.rollback(AbstractLogicalConnectionImplementor.java:121) ... 33 common frames omitted 2022-03-28T06:00:36.078Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 5c2dcc0a-ccff-4f26-af0c-03980a1a17e3 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-28T06:00:36.174Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 5c2dcc0a-ccff-4f26-af0c-03980a1a17e3 and serviceModelVersionId: 63542898-7f41-43e4-b687-9036853a2db6 2022-03-28T06:00:36.175Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 54aedb4d-bc8f-48a3-ac64-d6b64e42dd71 2022-03-28T06:00:53.045Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/54aedb4d-bc8f-48a3-ac64-d6b64e42dd71/model-vers/model-ver/63542898-7f41-43e4-b687-9036853a2db6?depth=0 2022-03-28T06:00:53.187Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-28T06:00:53.793Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54aedb4d-bc8f-48a3-ac64-d6b64e42dd71/model-vers/model-ver/63542898-7f41-43e4-b687-9036853a2db6?depth=0|INFO|500||Invoke 2022-03-28T06:00:53.803Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54aedb4d-bc8f-48a3-ac64-d6b64e42dd71/model-vers/model-ver/63542898-7f41-43e4-b687-9036853a2db6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54aedb4d-bc8f-48a3-ac64-d6b64e42dd71/model-vers/model-ver/63542898-7f41-43e4-b687-9036853a2db6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[5c2dcc0a-ccff-4f26-af0c-03980a1a17e3], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[78316bca-1f4c-477e-a0f6-2af14b155acf], X-ECOMP-RequestID=[5c2dcc0a-ccff-4f26-af0c-03980a1a17e3], X-TransactionId=[], X-ONAP-RequestID=[5c2dcc0a-ccff-4f26-af0c-03980a1a17e3], Content-Type=[application/merge-patch+json]} 2022-03-28T06:00:53.962Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54aedb4d-bc8f-48a3-ac64-d6b64e42dd71/model-vers/model-ver/63542898-7f41-43e4-b687-9036853a2db6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_ERROR"} 2022-03-28T06:00:55.156Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54aedb4d-bc8f-48a3-ac64-d6b64e42dd71/model-vers/model-ver/63542898-7f41-43e4-b687-9036853a2db6?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/54aedb4d-bc8f-48a3-ac64-d6b64e42dd71/model-vers/model-ver/63542898-7f41-43e4-b687-9036853a2db6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220328-06:00:53:632-67427], vertex-id=[421976], Content-Length=[0], Date=[Mon, 28 Mar 2022 06:00:53 GMT], Content-Type=[application/json]} 2022-03-28T06:00:55.158Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54aedb4d-bc8f-48a3-ac64-d6b64e42dd71/model-vers/model-ver/63542898-7f41-43e4-b687-9036853a2db6?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-28T06:00:55.160Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/54aedb4d-bc8f-48a3-ac64-d6b64e42dd71/model-vers/model-ver/63542898-7f41-43e4-b687-9036853a2db6?depth=0|INFO|500||InvokeReturn 2022-03-28T06:00:55.163Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-28T06:00:55.164Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status of DISTRIBUTION_COMPLETE_ERROR 2022-03-28T06:00:55.165Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 5c2dcc0a-ccff-4f26-af0c-03980a1a17e3 and Status of DISTRIBUTION_COMPLETE_ERROR and ErrorReason Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection 2022-03-28T06:00:55.166Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status with errorReason 2022-03-28T06:00:55.166Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:00:55.170Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:00:55.170Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447255165, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection" } 2022-03-28T06:00:55.270Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:00:55.271Z||pool-11-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T06:00:55.272Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:00:55.288Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:00:55.289Z||pool-11-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-03-28T06:00:56.196Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||received message from topic 2022-03-28T06:00:56.197Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||recieved notification from broker: {"distributionID":"f16726bc-4ce3-4891-a9dc-762ac1fef220","serviceName":"basic_onboard_NYUwmM","serviceVersion":"1.0","serviceUUID":"fcbea566-9693-404c-afcf-b6471bdb4c31","serviceDescription":"service","serviceInvariantUUID":"a6538067-e639-4194-bba3-916f14396821","resources":[{"resourceInstanceName":"basic_onboard_NYUwmM 0","resourceName":"basic_onboard_NYUwmM","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"e3ff4a3e-f35b-4079-be92-354de44e2e60","resourceInvariantUUID":"1d9f604e-92d7-49fd-9f2b-33a6f1a193ec","resourceCustomizationUUID":"008b8702-cd2f-4a01-a28f-80e19201ba70","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vf-license-model.xml","artifactChecksum":"MTY4ZjQxYzg3Y2JhNTRhNjEyNTViZjJjMjNiM2ZhNDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"d6ee2cf2-5905-4746-a4c4-39e3e3200228","artifactVersion":"1"},{"artifactName":"basic_onboard_nyuwmm0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json","artifactChecksum":"NmFhZDUwNjhkYjQxMWFlZGU3ODU0YmI5YTA5NGFjM2Q\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"2bcdf577-45f5-4081-83dc-2a6b0232a544","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"e8a8835c-b4ad-42ee-b4d8-7874f5c7c103","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"9a5dfeb1-2075-47a1-8be7-6379ceb1e4d6","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"ee1bc19c-edcf-4a27-b42a-a8a1cf28e2de","artifactVersion":"2","generatedFromUUID":"e8a8835c-b4ad-42ee-b4d8-7874f5c7c103"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardNyuwmm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-template.yml","artifactChecksum":"M2ZiMTYzNTgxMmE3ZjM4MWU3MjQ0YWNjZTRiOTJjNzU\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"54000e30-6958-4c54-aba2-a47ed68287be","artifactVersion":"1"},{"artifactName":"service-BasicOnboardNyuwmm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar","artifactChecksum":"OWY1YmJkODAwMjI0OWQ3NzYyNWFlZDczYzVkN2U1YjM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"b1506b26-9d73-438f-b763-a6b0d8a40f6a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-28T06:00:56.197Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:00:56.198Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:00:56.201Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:00:56.201Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:56.301Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:00:56.303Z||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-28T06:00:56.304Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:00:56.317Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:00:56.319Z||pool-12-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:00:57.202Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:00:57.203Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:00:57.207Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:00:57.207Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json", "status": "NOTIFIED" } 2022-03-28T06:00:57.307Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:00:57.308Z||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-28T06:00:57.309Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:00:57.327Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:00:57.328Z||pool-13-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:00:58.208Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:00:58.209Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:00:58.211Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:00:58.211Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-28T06:00:58.312Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-28T06:00:58.313Z||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-28T06:00:58.313Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:00:58.331Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:00:58.332Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:00:59.212Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:00:59.213Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:00:59.216Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:00:59.216Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:00:59.316Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T06:00:59.318Z||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-28T06:00:59.319Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:00:59.338Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:00:59.339Z||pool-15-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:01:00.217Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:01:00.219Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:01:00.223Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:01:00.223Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-28T06:01:00.323Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:01:00.328Z||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-28T06:01:00.328Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:01:00.342Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:01:00.344Z||pool-16-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:01:01.223Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:01:01.225Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:01:01.227Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:01:01.227Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:01:01.328Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:01:01.329Z||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-28T06:01:01.329Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:01:01.356Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:01:01.356Z||pool-17-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:01:02.228Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:01:02.232Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:01:02.236Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:01:02.236Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:01:02.336Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:01:02.339Z||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-28T06:01:02.339Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:01:02.357Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:01:02.357Z||pool-18-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:01:03.238Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||sending notification to client: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "serviceName": "basic_onboard_NYUwmM", "serviceVersion": "1.0", "serviceUUID": "fcbea566-9693-404c-afcf-b6471bdb4c31", "serviceDescription": "service", "serviceInvariantUUID": "a6538067-e639-4194-bba3-916f14396821", "resources": [ { "resourceInstanceName": "basic_onboard_NYUwmM 0", "resourceCustomizationUUID": "008b8702-cd2f-4a01-a28f-80e19201ba70", "resourceName": "basic_onboard_NYUwmM", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "e3ff4a3e-f35b-4079-be92-354de44e2e60", "resourceInvariantUUID": "1d9f604e-92d7-49fd-9f2b-33a6f1a193ec", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_nyuwmm0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json", "artifactChecksum": "NmFhZDUwNjhkYjQxMWFlZGU3ODU0YmI5YTA5NGFjM2Q\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2bcdf577-45f5-4081-83dc-2a6b0232a544", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "e8a8835c-b4ad-42ee-b4d8-7874f5c7c103", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ee1bc19c-edcf-4a27-b42a-a8a1cf28e2de", "generatedFromUUID": "e8a8835c-b4ad-42ee-b4d8-7874f5c7c103" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "ee1bc19c-edcf-4a27-b42a-a8a1cf28e2de", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardNyuwmm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "artifactChecksum": "OWY1YmJkODAwMjI0OWQ3NzYyNWFlZDczYzVkN2U1YjM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b1506b26-9d73-438f-b763-a6b0d8a40f6a" } ], "workloadContext": "Production" } 2022-03-28T06:01:03.239Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-28T06:01:03.239Z|5c2dcc0a-ccff-4f26-af0c-03980a1a17e3|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 fcbea566-9693-404c-afcf-b6471bdb4c31 ASDC 2022-03-28T06:01:03.240Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||ASDC Notification: DistributionID:f16726bc-4ce3-4891-a9dc-762ac1fef220 ServiceName:basic_onboard_NYUwmM ServiceVersion:1.0 ServiceUUID:fcbea566-9693-404c-afcf-b6471bdb4c31 ServiceInvariantUUID:a6538067-e639-4194-bba3-916f14396821 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardNyuwmm-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar ArtifactUUID:b1506b26-9d73-438f-b763-a6b0d8a40f6a ArtifactChecksum:OWY1YmJkODAwMjI0OWQ3NzYyNWFlZDczYzVkN2U1YjM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_NYUwmM 0 ResourceCustomizationUUID:008b8702-cd2f-4a01-a28f-80e19201ba70 ResourceInvariantUUID:1d9f604e-92d7-49fd-9f2b-33a6f1a193ec ResourceName:basic_onboard_NYUwmM ResourceType:VF ResourceUUID:e3ff4a3e-f35b-4079-be92-354de44e2e60 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_nyuwmm0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json ArtifactUUID:2bcdf577-45f5-4081-83dc-2a6b0232a544 ArtifactChecksum:NmFhZDUwNjhkYjQxMWFlZGU3ODU0YmI5YTA5NGFjM2Q= 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/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml ArtifactUUID:e8a8835c-b4ad-42ee-b4d8-7874f5c7c103 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/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env ArtifactUUID:ee1bc19c-edcf-4a27-b42a-a8a1cf28e2de 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/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env ArtifactUUID:ee1bc19c-edcf-4a27-b42a-a8a1cf28e2de ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-28T06:01:03.240Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF fcbea566-9693-404c-afcf-b6471bdb4c31 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-28T06:01:03.281Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T06:01:03.282Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-28T06:01:03.282Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-28T06:01:03.283Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: b1506b26-9d73-438f-b763-a6b0d8a40f6a from URL: /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar 2022-03-28T06:01:03.283Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-28T06:01:03.283Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar 2022-03-28T06:01:03.391Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-28T06:01:03.395Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar b1506b26-9d73-438f-b763-a6b0d8a40f6a 71588 2022-03-28T06:01:03.395Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar ASDC sendASDCNotification 2022-03-28T06:01:03.396Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar 2022-03-28T06:01:03.396Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:01:03.396Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:01:03.398Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:01:03.398Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447263395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:01:03.499Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:01:03.500Z||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-28T06:01:03.501Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:01:03.515Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:01:03.517Z||pool-19-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:01:04.399Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T06:01:04.401Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||MSO config path is: /app 2022-03-28T06:01:04.401Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||Trying to write artifact UUID: b1506b26-9d73-438f-b763-a6b0d8a40f6a, URL: /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar to file: /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar 2022-03-28T06:01:04.402Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardNyuwmm-csar.csar 2022-03-28T06:01:04.402Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar 2022-03-28T06:01:04.403Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar 2022-03-28T06:01:04.549Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14069182831846240616/Definitions/service-BasicOnboardNyuwmm-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-28T06:01:05.856Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-28T06:01:05.857Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-28T06:01:05.857Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar 2022-03-28T06:01:05.857Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-28T06:01:05.857Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||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-BasicOnboardNyuwmm-csar.csar 2022-03-28T06:01:05.857Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar 2022-03-28T06:01:05.858Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar 2022-03-28T06:01:05.858Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar 2022-03-28T06:01:05.858Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar 2022-03-28T06:01:05.858Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar 2022-03-28T06:01:05.858Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar 2022-03-28T06:01:05.858Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_NYUwmM 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-BasicOnboardNyuwmm-csar.csar 2022-03-28T06:01:05.858Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardNyuwmm-csar.csar 2022-03-28T06:01:05.858Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||WARN|500||#################################################################################################### 2022-03-28T06:01:05.859Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:05.859Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:01:05.859Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is matching search criteria 2022-03-28T06:01:05.859Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-28T06:01:05.860Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NYUwmM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T06:01:05.860Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:05.860Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:01:05.860Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is matching search criteria 2022-03-28T06:01:05.860Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Search for entities recursively 2022-03-28T06:01:05.860Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NYUwmM 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T06:01:05.861Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:05.861Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:01:05.861Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:05.861Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is not matching search criteria 2022-03-28T06:01:05.861Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-03-28T06:01:05.862Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-03-28T06:01:05.862Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-03-28T06:01:05.862Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-28T06:01:05.862Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-28T06:01:05.862Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:05.863Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-28T06:01:05.863Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:05.863Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is matching search criteria 2022-03-28T06:01:05.863Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NYUwmM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:01:05.863Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:05.864Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is matching search criteria 2022-03-28T06:01:05.864Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NYUwmM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:01:05.864Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:05.864Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is matching search criteria 2022-03-28T06:01:05.864Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NYUwmM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:01:05.864Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:05.865Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is not matching search criteria 2022-03-28T06:01:05.865Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-28T06:01:05.865Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-28T06:01:05.865Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9c1541a1-b66a-4c71-b4cd-05a64c1a6f4a 2022-03-28T06:01:05.865Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:05.865Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:01:05.866Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:05.866Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:01:05.866Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:05.866Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:01:05.866Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:05.867Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:01:05.867Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_NYUwmM Description:service Model UUID:fcbea566-9693-404c-afcf-b6471bdb4c31 Model Version:NULL Model InvariantUuid:a6538067-e639-4194-bba3-916f14396821 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_NYUwmM Model UUID:128845c0-ec17-4b2b-bd04-93c35ab60df8 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:1d9f604e-92d7-49fd-9f2b-33a6f1a193ec Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:008b8702-cd2f-4a01-a28f-80e19201ba70 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:9455d7e9-cd66-4eca-8ae6-9e2490e91b43 ModelName:BasicOnboardNyuwmm..base_ubuntu18..module-0 ModelUuid:a10726c4-c1b8-4911-a201-5381332c6be3 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9c1541a1-b66a-4c71-b4cd-05a64c1a6f4a ModelInvariantUuid:53ee8910-e17c-46e2-a378-7bae5ca97679 ModelName:basic_onboard_NYUwmM-nodes.ubuntu18Cvfc ModelUuid:9628d574-b402-4dc1-b42d-0f674d11e22f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:a4150c34-941e-4be6-a290-b8fe5b549c36 ModelInvariantUuid:67074926-9ceb-4bae-b821-77658e76c8d2 ModelName:BasicOnboardNyuwmm.compute.nodes.heat.ubuntu18 ModelUuid:2245aed5-8fca-4466-a42a-82823e138f2a 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-28T06:01:05.888Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||Processing Resource Type: VF, Model UUID: e3ff4a3e-f35b-4079-be92-354de44e2e60 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-28T06:01:05.909Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||basic_onboard_NYUwmM 0 2022-03-28T06:01:05.917Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Processing Resource Type: VF and Model UUID: e3ff4a3e-f35b-4079-be92-354de44e2e60 2022-03-28T06:01:05.917Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: 2bcdf577-45f5-4081-83dc-2a6b0232a544 from URL: /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json 2022-03-28T06:01:05.917Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-28T06:01:05.918Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json 2022-03-28T06:01:05.974Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-28T06:01:05.974Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json 2bcdf577-45f5-4081-83dc-2a6b0232a544 798 2022-03-28T06:01:05.975Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json ASDC sendASDCNotification 2022-03-28T06:01:05.975Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json 2022-03-28T06:01:05.975Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:01:05.975Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:01:05.978Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:01:05.978Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447265975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T06:01:06.078Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:01:06.079Z||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-28T06:01:06.079Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:01:06.108Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:01:06.109Z||pool-20-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:01:06.979Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNyuwmm..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9455d7e9-cd66-4eca-8ae6-9e2490e91b43", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a10726c4-c1b8-4911-a201-5381332c6be3", "vfModuleModelCustomizationUUID": "7045e246-6e47-442a-90cd-88628b6a6237", "isBase": true, "artifacts": [ "e8a8835c-b4ad-42ee-b4d8-7874f5c7c103", "ee1bc19c-edcf-4a27-b42a-a8a1cf28e2de" ], "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-28T06:01:06.997Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNyuwmm..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a10726c4-c1b8-4911-a201-5381332c6be3 VfModuleModelInvariantUUID:9455d7e9-cd66-4eca-8ae6-9e2490e91b43 VfModuleModelDescription:NULL Artifacts UUID List:{ e8a8835c-b4ad-42ee-b4d8-7874f5c7c103 , ee1bc19c-edcf-4a27-b42a-a8a1cf28e2de } 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-28T06:01:07.000Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardNyuwmm..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "9455d7e9-cd66-4eca-8ae6-9e2490e91b43", "vfModuleModelVersion": "1", "vfModuleModelUUID": "a10726c4-c1b8-4911-a201-5381332c6be3", "vfModuleModelCustomizationUUID": "7045e246-6e47-442a-90cd-88628b6a6237", "isBase": true, "artifacts": [ "e8a8835c-b4ad-42ee-b4d8-7874f5c7c103", "ee1bc19c-edcf-4a27-b42a-a8a1cf28e2de" ], "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-28T06:01:07.000Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardNyuwmm..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:a10726c4-c1b8-4911-a201-5381332c6be3 VfModuleModelInvariantUUID:9455d7e9-cd66-4eca-8ae6-9e2490e91b43 VfModuleModelDescription:NULL Artifacts UUID List:{ e8a8835c-b4ad-42ee-b4d8-7874f5c7c103 , ee1bc19c-edcf-4a27-b42a-a8a1cf28e2de } 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-28T06:01:07.000Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: e8a8835c-b4ad-42ee-b4d8-7874f5c7c103 from URL: /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml 2022-03-28T06:01:07.001Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-28T06:01:07.001Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml 2022-03-28T06:01:07.053Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-28T06:01:07.054Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml e8a8835c-b4ad-42ee-b4d8-7874f5c7c103 5033 2022-03-28T06:01:07.054Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-28T06:01:07.054Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml 2022-03-28T06:01:07.055Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:01:07.055Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:01:07.057Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:01:07.057Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447267054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T06:01:07.158Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:01:07.159Z||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-28T06:01:07.159Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:01:07.173Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:01:07.174Z||pool-21-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:01:08.059Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||Trying to download the artifact UUID: ee1bc19c-edcf-4a27-b42a-a8a1cf28e2de from URL: /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env 2022-03-28T06:01:08.059Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - download 2022-03-28T06:01:08.060Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env 2022-03-28T06:01:08.110Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||GET Response Status 200 2022-03-28T06:01:08.110Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env ee1bc19c-edcf-4a27-b42a-a8a1cf28e2de 909 2022-03-28T06:01:08.111Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-28T06:01:08.111Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env 2022-03-28T06:01:08.111Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:01:08.111Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:01:08.113Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:01:08.113Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447268110, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-28T06:01:08.214Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-28T06:01:08.215Z||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-28T06:01:08.215Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:01:08.232Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:01:08.233Z||pool-22-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:01:09.115Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Preparing to deploy Service: fcbea566-9693-404c-afcf-b6471bdb4c31 2022-03-28T06:01:09.116Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_NYUwmM 0 e3ff4a3e-f35b-4079-be92-354de44e2e60 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-28T06:01:09.158Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d373328, org.onap.sdc.toscaparser.api.parameters.Input@6b3ef82d, org.onap.sdc.toscaparser.api.parameters.Input@17578d00, org.onap.sdc.toscaparser.api.parameters.Input@5364b965, org.onap.sdc.toscaparser.api.parameters.Input@47de7e52] 2022-03-28T06:01:09.164Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:09.164Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:01:09.165Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||VF Category is: Generic 2022-03-28T06:01:09.165Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||VFCustomizationUUID= 008b8702-cd2f-4a01-a28f-80e19201ba70 2022-03-28T06:01:09.165Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 008b8702-cd2f-4a01-a28f-80e19201ba70 matches Tosca VF Customization UUID: 008b8702-cd2f-4a01-a28f-80e19201ba70 2022-03-28T06:01:09.165Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||vfCustomizationUUID: 008b8702-cd2f-4a01-a28f-80e19201ba70 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-28T06:01:09.175Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:09.176Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:01:09.177Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||resource request for resource customization id 008b8702-cd2f-4a01-a28f-80e19201ba70: {\"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-28T06:01:09.178Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@4383760e 2022-03-28T06:01:09.178Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:09.178Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-28T06:01:09.179Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7045e246-6e47-442a-90cd-88628b6a6237 2022-03-28T06:01:09.180Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7045e246-6e47-442a-90cd-88628b6a6237 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-28T06:01:09.190Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:09.191Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is matching search criteria 2022-03-28T06:01:09.191Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NYUwmM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:01:09.192Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:09.193Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is matching search criteria 2022-03-28T06:01:09.193Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NYUwmM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:01:09.193Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:09.194Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is not matching search criteria 2022-03-28T06:01:09.194Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-03-28T06:01:09.194Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-03-28T06:01:09.195Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=9c1541a1-b66a-4c71-b4cd-05a64c1a6f4a 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-28T06:01:09.204Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:09.204Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is matching search criteria 2022-03-28T06:01:09.205Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NYUwmM 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:01:09.205Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:09.206Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Node template basic_onboard_NYUwmM 0 is matching search criteria 2022-03-28T06:01:09.206Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found topology templates [basic_onboard_NYUwmM 0] matching following query criteria: sdcType=VF, customizationUUID=008b8702-cd2f-4a01-a28f-80e19201ba70 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-28T06:01:09.209Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:09.209Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:01:09.210Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500|| resourceSeq for service uuid fcbea566-9693-404c-afcf-b6471bdb4c31: basic_onboard_NYUwmM 2022-03-28T06:01:09.210Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:09.210Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:01:09.211Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:09.211Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:01:09.212Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:09.212Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:01:09.212Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:09.213Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:01:09.213Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:01:09.213Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Service basic_onboard_NYUwmM is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:01:09.213Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||Saving Service: basic_onboard_NYUwmM 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-28T06:01:09.437Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_NYUwmM e3ff4a3e-f35b-4079-be92-354de44e2e60 1 ASDC deployResourceStructure 2022-03-28T06:01:09.438Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json ASDC sendASDCNotification 2022-03-28T06:01:09.438Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json 2022-03-28T06:01:09.438Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:01:09.439Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:01:09.442Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:01:09.442Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447269438, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json", "status": "DEPLOY_OK" } 2022-03-28T06:01:09.542Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:01:09.543Z||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-28T06:01:09.543Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:01:09.571Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:01:09.572Z||pool-23-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:01:10.443Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-03-28T06:01:10.443Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml 2022-03-28T06:01:10.443Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:01:10.443Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:01:10.446Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:01:10.446Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447270443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-28T06:01:10.546Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:01:10.548Z||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-28T06:01:10.548Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:01:10.561Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:01:10.562Z||pool-24-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:01:11.448Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-03-28T06:01:11.448Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env 2022-03-28T06:01:11.448Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:01:11.449Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:01:11.451Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:01:11.451Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447271448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-28T06:01:11.552Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:01:11.553Z||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-28T06:01:11.553Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:01:11.565Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:01:11.566Z||pool-25-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:01:12.453Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar ASDC sendASDCNotification 2022-03-28T06:01:12.453Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar 2022-03-28T06:01:12.454Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:01:12.454Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:01:12.457Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:01:12.457Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447272453, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:01:12.557Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T06:01:12.559Z||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-28T06:01:12.559Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:01:12.573Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:01:12.573Z||pool-26-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:01:13.459Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:01:13.481Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:01:13.484Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:01:13.485Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:01:13.485Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:01:22.799Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:01:22.800Z||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-28T06:01:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:01:22.823Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:01:22.824Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:01:22.825Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447218137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:01:22.827Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:01:43.486Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:01:43.500Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:01:43.503Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:01:43.503Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:01:43.503Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:02:13.503Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:02:13.517Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:02:13.524Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:02:13.525Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:02:13.526Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:02:22.800Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:02:22.801Z||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-28T06:02:22.801Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:02:22.827Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:02:22.828Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:02:22.828Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "cds", "timestamp": 1648447215250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:02:22.829Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:02:43.529Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:02:43.545Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:02:43.548Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:02:43.548Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:02:43.548Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:03:13.549Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:03:13.568Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:03:13.572Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:03:13.572Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:03:13.572Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:03:22.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:03:22.800Z||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-28T06:03:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:03:23.334Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:03:23.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "policy-id", "timestamp": 1648447222586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.339Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.339Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.339Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "multicloud-k8s-id", "timestamp": 1648447220959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-28T06:03:23.340Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.340Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.340Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.341Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.341Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447218137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.342Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.342Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.342Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "cds", "timestamp": 1648447215250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.343Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.343Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.343Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "policy-id", "timestamp": 1648447222586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.344Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.344Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "multicloud-k8s-id", "timestamp": 1648447220959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.344Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.345Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.345Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vfwf2e56ab60c8b0_modules.json", "status": "NOTIFIED" } 2022-03-28T06:03:23.345Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447218137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:03:23.346Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.346Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.346Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "cds", "timestamp": 1648447215250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.347Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.347Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "policy-id", "timestamp": 1648447222586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-28T06:03:23.347Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "multicloud-k8s-id", "timestamp": 1648447220959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-28T06:03:23.348Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.348Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.348Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-28T06:03:23.349Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.349Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447226243, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:03:23.349Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.349Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.350Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "cds", "timestamp": 1648447215250, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:03:23.350Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.350Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "policy-id", "timestamp": 1648447222586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.351Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.351Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.351Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "clamp", "timestamp": 1648447225934, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:03:23.352Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "multicloud-k8s-id", "timestamp": 1648447220959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.352Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.352Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.352Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.353Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.353Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "ves-openapi-manager", "timestamp": 1648447226511, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.353Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "policy-id", "timestamp": 1648447222586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.354Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.354Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.354Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "multicloud-k8s-id", "timestamp": 1648447220959, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:03:23.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.355Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.355Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/resourceInstances/vfwf2e56ab60c8b0/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-28T06:03:23.355Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "cds", "timestamp": 1648447227713, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:03:23.356Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.356Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.356Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "ves-openapi-manager", "timestamp": 1648447226511, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.357Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.357Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "policy-id", "timestamp": 1648447222586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.357Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "clamp", "timestamp": 1648447227944, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:03:23.358Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.358Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.358Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.358Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.359Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.359Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "cds", "timestamp": 1648447228724, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-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-28T06:03:23.369Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f16726bc-4ce3-4891-a9dc-762ac1fef220 2022-03-28T06:03:23.371Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f16726bc-4ce3-4891-a9dc-762ac1fef220 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-28T06:03:23.382Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.383Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "multicloud-k8s-id", "timestamp": 1648447228904, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T06:03:23.383Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.384Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "ves-openapi-manager", "timestamp": 1648447226511, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.384Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.384Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.385Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "clamp", "timestamp": 1648447228950, "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-28T06:03:23.392Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 5c2dcc0a-ccff-4f26-af0c-03980a1a17e3 2022-03-28T06:03:23.393Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c2dcc0a-ccff-4f26-af0c-03980a1a17e3 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-28T06:03:23.402Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.402Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "policy-id", "timestamp": 1648447222586, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:03:23.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.403Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:03:23.403Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.403Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "multicloud-k8s-id", "timestamp": 1648447230217, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T06:03:23.404Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.404Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.404Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "ves-openapi-manager", "timestamp": 1648447226511, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.405Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.405Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "policy-id", "timestamp": 1648447230428, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:03:23.405Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.405Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447231111, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:03:23.406Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.406Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.406Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "ves-openapi-manager", "timestamp": 1648447226511, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.406Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "multicloud-k8s-id", "timestamp": 1648447231600, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-28T06:03:23.407Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.407Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.407Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "policy-id", "timestamp": 1648447231434, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:03:23.408Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.408Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.408Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "ves-openapi-manager", "timestamp": 1648447226511, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.409Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.409Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.409Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "multicloud-k8s-id", "timestamp": 1648447232657, "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-28T06:03:23.417Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f16726bc-4ce3-4891-a9dc-762ac1fef220 2022-03-28T06:03:23.417Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f16726bc-4ce3-4891-a9dc-762ac1fef220 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-28T06:03:23.429Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.429Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "policy-id", "timestamp": 1648447232437, "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-28T06:03:23.435Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f16726bc-4ce3-4891-a9dc-762ac1fef220 2022-03-28T06:03:23.436Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f16726bc-4ce3-4891-a9dc-762ac1fef220 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-28T06:03:23.444Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.445Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447232858, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:03:23.445Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.445Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.446Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "ves-openapi-manager", "timestamp": 1648447226511, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.446Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.446Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "multicloud-k8s-id", "timestamp": 1648447233664, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json", "status": "DEPLOY_OK" } 2022-03-28T06:03:23.447Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.447Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.447Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447233864, "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-28T06:03:23.453Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 5c2dcc0a-ccff-4f26-af0c-03980a1a17e3 2022-03-28T06:03:23.453Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c2dcc0a-ccff-4f26-af0c-03980a1a17e3 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-28T06:03:23.464Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.464Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "clamp", "timestamp": 1648447234666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.465Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.465Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.465Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "clamp", "timestamp": 1648447234666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json", "status": "NOTIFIED" } 2022-03-28T06:03:23.466Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.466Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.467Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "clamp", "timestamp": 1648447234666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.467Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.467Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "clamp", "timestamp": 1648447234666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.468Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.468Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.468Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "aai-ml", "timestamp": 1648447239453, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328055716/1.0/artifacts/service-Vfw20220328055716-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:03:23.469Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.469Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.469Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "clamp", "timestamp": 1648447234666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.469Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.470Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.470Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "aai-ml", "timestamp": 1648447240461, "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-28T06:03:23.477Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 5c2dcc0a-ccff-4f26-af0c-03980a1a17e3 2022-03-28T06:03:23.477Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId 5c2dcc0a-ccff-4f26-af0c-03980a1a17e3 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-28T06:03:23.487Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.488Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "clamp", "timestamp": 1648447234666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.488Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.489Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.489Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "clamp", "timestamp": 1648447234666, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:03:23.490Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.490Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.490Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "aai-ml", "timestamp": 1648447244291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.491Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.491Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.491Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "aai-ml", "timestamp": 1648447244291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.492Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.492Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.492Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "aai-ml", "timestamp": 1648447244291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.493Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.493Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.493Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "aai-ml", "timestamp": 1648447244291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.494Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.494Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.495Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "aai-ml", "timestamp": 1648447244291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.496Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.496Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.496Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447248139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.497Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.497Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "aai-ml", "timestamp": 1648447244291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.497Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.498Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447248139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.498Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.498Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "aai-ml", "timestamp": 1648447244291, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:03:23.499Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.499Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.499Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447248139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.500Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.500Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447248139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.500Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.501Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "aai-ml", "timestamp": 1648447252724, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:03:23.501Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.501Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447248139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.502Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.502Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "clamp", "timestamp": 1648447252934, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:03:23.502Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.502Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447248139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.503Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.503Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.503Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447248139, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:03:23.504Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "5c2dcc0a-ccff-4f26-af0c-03980a1a17e3", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447255165, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_ERROR", "errorReason": "Could not roll back JPA transaction; nested exception is org.hibernate.TransactionException: Unable to rollback against JDBC Connection" } 2022-03-28T06:03:23.504Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.504Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.504Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "clamp", "timestamp": 1648447254949, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:03:23.505Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.505Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447256189, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:03:23.505Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.505Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.506Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.506Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.506Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "clamp", "timestamp": 1648447255954, "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-28T06:03:23.516Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f16726bc-4ce3-4891-a9dc-762ac1fef220 2022-03-28T06:03:23.516Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f16726bc-4ce3-4891-a9dc-762ac1fef220 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-28T06:03:23.526Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.526Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json", "status": "NOTIFIED" } 2022-03-28T06:03:23.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.527Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.527Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-03-28T06:03:23.527Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.528Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447258801, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:03:23.528Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.528Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.529Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.529Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.529Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447259809, "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-28T06:03:23.537Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f16726bc-4ce3-4891-a9dc-762ac1fef220 2022-03-28T06:03:23.537Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f16726bc-4ce3-4891-a9dc-762ac1fef220 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-28T06:03:23.550Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.550Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-03-28T06:03:23.551Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.551Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.551Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:03:23.552Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.552Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.552Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "aai-ml", "timestamp": 1648447261908, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:03:23.552Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447222797, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:03:23.553Z||pool-2-thread-1|||||INFO|500||Missing status on Status Object. 2022-03-28T06:03:23.553Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.553Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "aai-ml", "timestamp": 1648447262915, "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-28T06:03:23.560Z||pool-2-thread-1|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f16726bc-4ce3-4891-a9dc-762ac1fef220 2022-03-28T06:03:23.560Z||pool-2-thread-1|||||DEBUG|500||Entering installTheComponentStatus for distributionId f16726bc-4ce3-4891-a9dc-762ac1fef220 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-28T06:03:23.571Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.571Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447263395, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:03:23.572Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.572Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.573Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447265975, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T06:03:23.573Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.573Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.574Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447267054, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T06:03:23.574Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.574Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447268110, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-03-28T06:03:23.575Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.575Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.575Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447269438, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/basic_onboard_nyuwmm0_modules.json", "status": "DEPLOY_OK" } 2022-03-28T06:03:23.576Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.576Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.576Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447270443, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-03-28T06:03:23.577Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.577Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.577Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447271448, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/resourceInstances/basic_onboard_nyuwmm0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-03-28T06:03:23.578Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:23.578Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:03:23.578Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447272453, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardNyuwmm/1.0/artifacts/service-BasicOnboardNyuwmm-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:03:23.579Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:03:43.573Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:03:43.588Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:03:43.593Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:03:43.593Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-28T06:03:43.593Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-28T06:03:43.593Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-28T06:03:43.593Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:03:43.593Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:03:43.593Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:03:43.594Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:03:43.594Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:03:43.594Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:03:43.594Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T06:03:43.600Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-28T06:04:13.600Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f16726bc-4ce3-4891-a9dc-762ac1fef220 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-28T06:04:13.609Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f16726bc-4ce3-4891-a9dc-762ac1fef220 and serviceModelVersionId: fcbea566-9693-404c-afcf-b6471bdb4c31 2022-03-28T06:04:13.610Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a6538067-e639-4194-bba3-916f14396821 2022-03-28T06:04:13.611Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a6538067-e639-4194-bba3-916f14396821/model-vers/model-ver/fcbea566-9693-404c-afcf-b6471bdb4c31?depth=0 2022-03-28T06:04:13.619Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||RestClientSSL using default SSL context! 2022-03-28T06:04:13.700Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6538067-e639-4194-bba3-916f14396821/model-vers/model-ver/fcbea566-9693-404c-afcf-b6471bdb4c31?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-28T06:04:13.702Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6538067-e639-4194-bba3-916f14396821/model-vers/model-ver/fcbea566-9693-404c-afcf-b6471bdb4c31?depth=0|INFO|500||Invoke 2022-03-28T06:04:13.731Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6538067-e639-4194-bba3-916f14396821/model-vers/model-ver/fcbea566-9693-404c-afcf-b6471bdb4c31?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-28T06:04:14.132Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6538067-e639-4194-bba3-916f14396821/model-vers/model-ver/fcbea566-9693-404c-afcf-b6471bdb4c31?depth=0|INFO|500||InvokeReturn 2022-03-28T06:04:14.132Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a6538067-e639-4194-bba3-916f14396821/model-vers/model-ver/fcbea566-9693-404c-afcf-b6471bdb4c31?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220328-06:04:13:394-62089], vertex-id=[184448], Content-Length=[0], Date=[Mon, 28 Mar 2022 06:04:13 GMT], Content-Type=[application/json]} 2022-03-28T06:04:14.132Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Response was returned with an empty entity. 2022-03-28T06:04:14.133Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-28T06:04:14.133Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T06:04:14.142Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-28T06:04:14.143Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f16726bc-4ce3-4891-a9dc-762ac1fef220 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-28T06:04:14.143Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-28T06:04:14.144Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:04:14.147Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:04:14.147Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||DEBUG|500||try to send status { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447454143, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T06:04:14.247Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T06:04:14.249Z||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-28T06:04:14.249Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:04:14.275Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:04:14.276Z||pool-27-thread-1|||||INFO|500||cambria reply ok (28 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-28T06:04:15.164Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:04:15.165Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|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-28T06:04:15.165Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:04:22.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:04:22.800Z||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-28T06:04:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:04:23.434Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:04:23.435Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-03-28T06:04:23.435Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: { "distributionID": "f16726bc-4ce3-4891-a9dc-762ac1fef220", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447454143, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T06:04:23.436Z||pool-2-thread-1|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:04:25.433Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:04:25.434Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:04:25.435Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|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-28T06:04:25.435Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:04:34.992Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:04:34.993Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:04:34.994Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|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-28T06:04:34.994Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:04:44.544Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:04:44.545Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:04:44.546Z||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-28T06:04:44.546Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:04:54.111Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:05:22.797Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:05:22.798Z||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-28T06:05:22.798Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:05:22.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:05:22.800Z||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-28T06:05:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:05:22.937Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:05:22.939Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.939Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "ves-openapi-manager", "timestamp": 1648447506511, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "aai-ml", "timestamp": 1648447514291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.940Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.940Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.940Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "cds", "timestamp": 1648447511826, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "ves-openapi-manager", "timestamp": 1648447506511, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "aai-ml", "timestamp": 1648447514291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.941Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.941Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.941Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "cds", "timestamp": 1648447511826, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "ves-openapi-manager", "timestamp": 1648447506511, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "aai-ml", "timestamp": 1648447514291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.942Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.942Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.942Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "cds", "timestamp": 1648447511826, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447518137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "ves-openapi-manager", "timestamp": 1648447506511, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.943Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.943Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.943Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "aai-ml", "timestamp": 1648447514291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "cds", "timestamp": 1648447511826, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447518137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.944Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.944Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.944Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "ves-openapi-manager", "timestamp": 1648447506511, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "aai-ml", "timestamp": 1648447514291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "cds", "timestamp": 1648447511826, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.945Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.945Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.945Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447518137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "aai-ml", "timestamp": 1648447514291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "ves-openapi-manager", "timestamp": 1648447506511, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.946Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.946Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.946Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "cds", "timestamp": 1648447511826, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "multicloud-k8s-id", "timestamp": 1648447520958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.947Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447518137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.947Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.947Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "ves-openapi-manager", "timestamp": 1648447506511, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:22.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "aai-ml", "timestamp": 1648447514291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:05:22.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.948Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "cds", "timestamp": 1648447511826, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:05:22.948Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:22.948Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:05:22.949Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "multicloud-k8s-id", "timestamp": 1648447520958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json", "status": "NOTIFIED" } 2022-03-28T06:05:22.949Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:05:23.431Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:05:23.432Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:05:23.432Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"82d9db8f-be17-4681-a23b-ec78ad8baf72","serviceName":"vFW 2022-03-28 06-03-06","serviceVersion":"1.0","serviceUUID":"26b0a7fb-d54c-443a-891a-6081f5331af3","serviceDescription":"catalog service description","serviceInvariantUUID":"9658a487-6b1c-407d-aff6-8e8850a32c5d","resources":[{"resourceInstanceName":"vFW 925279fa-f067 0","resourceName":"vFW 925279fa-f067","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"21b532a1-9223-42a8-bb70-66e50465b2a9","resourceInvariantUUID":"27a01fac-5eb2-4951-aa15-43b7a49e9aa5","resourceCustomizationUUID":"aea297be-29a9-4b2b-bfe6-139a37b5e67d","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vf-license-model.xml","artifactChecksum":"OTMwOTUwMGU0OTdmZmU3ZGQ1NzAzZjczZjViMjM1NGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a96ae0c0-e0e7-4256-856f-ff7ca2de9c6c","artifactVersion":"1"},{"artifactName":"vfw925279faf0670_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json","artifactChecksum":"M2U1NjBmZjJiYzZmNjY1ZTIyZjdjNWY4YThiZmI2NTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"d8ee9ce7-daae-4feb-9865-d058ada25680","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"57c8f323-7602-4f14-90bd-2a8d73c7e12e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vendor-license-model.xml","artifactChecksum":"MTMzZGMwODNkNjE0YjQ2N2I1OWIyMTAxZjJjN2RmYjM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"f78c0cef-163e-4736-8882-3c14bf44233b","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"c7321e93-3cfd-406c-a034-edffd0f08425","artifactVersion":"2","generatedFromUUID":"57c8f323-7602-4f14-90bd-2a8d73c7e12e"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220328060306-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-template.yml","artifactChecksum":"NTg0N2M4MDUzYzU4ODFkNGJmNDk5MTJjMjZiNTZmNWE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"dad544e0-8564-46f1-9354-c3db9ea2adaf","artifactVersion":"1"},{"artifactName":"service-Vfw20220328060306-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar","artifactChecksum":"YjE1MTk1M2UyNmJmZmVlMzU4ZWU1MmE5MzE3NjRlODI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"39628134-b861-44e7-aa5e-e0e65d34d72a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-28T06:05:23.436Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:05:23.437Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:05:23.440Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:05:23.440Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447522796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:23.540Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:05:23.541Z||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-28T06:05:23.542Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:05:23.561Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:05:23.561Z||pool-28-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:05:24.441Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:05:24.442Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:05:24.445Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:05:24.445Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447522796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json", "status": "NOTIFIED" } 2022-03-28T06:05:24.546Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:05:24.547Z||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-28T06:05:24.547Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:05:24.562Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:05:24.562Z||pool-29-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:05:25.446Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:05:25.447Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:05:25.450Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:05:25.450Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447522796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-28T06:05:25.551Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:05:25.552Z||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-28T06:05:25.552Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:05:25.567Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:05:25.568Z||pool-30-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:05:26.451Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:05:26.452Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:05:26.454Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:05:26.454Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447522796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:26.554Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:05:26.555Z||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-28T06:05:26.555Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:05:26.568Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:05:26.569Z||pool-31-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:05:27.455Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:05:27.456Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:05:27.458Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:05:27.458Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447522796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-28T06:05:27.558Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:05:27.559Z||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-28T06:05:27.560Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:05:27.575Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:05:27.576Z||pool-32-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:05:28.459Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:05:28.460Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:05:28.462Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:05:28.462Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447522796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:05:28.562Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:05:28.563Z||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-28T06:05:28.564Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:05:28.578Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:05:28.579Z||pool-33-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:05:29.463Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:05:29.464Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:05:29.468Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:05:29.468Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447522796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:05:29.568Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T06:05:29.570Z||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-28T06:05:29.570Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:05:29.586Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:05:29.587Z||pool-34-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:05:30.470Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "serviceName": "vFW 2022-03-28 06-03-06", "serviceVersion": "1.0", "serviceUUID": "26b0a7fb-d54c-443a-891a-6081f5331af3", "serviceDescription": "catalog service description", "serviceInvariantUUID": "9658a487-6b1c-407d-aff6-8e8850a32c5d", "resources": [ { "resourceInstanceName": "vFW 925279fa-f067 0", "resourceCustomizationUUID": "aea297be-29a9-4b2b-bfe6-139a37b5e67d", "resourceName": "vFW 925279fa-f067", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "21b532a1-9223-42a8-bb70-66e50465b2a9", "resourceInvariantUUID": "27a01fac-5eb2-4951-aa15-43b7a49e9aa5", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw925279faf0670_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json", "artifactChecksum": "M2U1NjBmZjJiYzZmNjY1ZTIyZjdjNWY4YThiZmI2NTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d8ee9ce7-daae-4feb-9865-d058ada25680", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "57c8f323-7602-4f14-90bd-2a8d73c7e12e", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c7321e93-3cfd-406c-a034-edffd0f08425", "generatedFromUUID": "57c8f323-7602-4f14-90bd-2a8d73c7e12e" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "c7321e93-3cfd-406c-a034-edffd0f08425", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220328060306-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "artifactChecksum": "YjE1MTk1M2UyNmJmZmVlMzU4ZWU1MmE5MzE3NjRlODI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "39628134-b861-44e7-aa5e-e0e65d34d72a" } ], "workloadContext": "Production" } 2022-03-28T06:05:30.471Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-28T06:05:30.471Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 26b0a7fb-d54c-443a-891a-6081f5331af3 ASDC 2022-03-28T06:05:30.471Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:82d9db8f-be17-4681-a23b-ec78ad8baf72 ServiceName:vFW 2022-03-28 06-03-06 ServiceVersion:1.0 ServiceUUID:26b0a7fb-d54c-443a-891a-6081f5331af3 ServiceInvariantUUID:9658a487-6b1c-407d-aff6-8e8850a32c5d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220328060306-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar ArtifactUUID:39628134-b861-44e7-aa5e-e0e65d34d72a ArtifactChecksum:YjE1MTk1M2UyNmJmZmVlMzU4ZWU1MmE5MzE3NjRlODI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 925279fa-f067 0 ResourceCustomizationUUID:aea297be-29a9-4b2b-bfe6-139a37b5e67d ResourceInvariantUUID:27a01fac-5eb2-4951-aa15-43b7a49e9aa5 ResourceName:vFW 925279fa-f067 ResourceType:VF ResourceUUID:21b532a1-9223-42a8-bb70-66e50465b2a9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw925279faf0670_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json ArtifactUUID:d8ee9ce7-daae-4feb-9865-d058ada25680 ArtifactChecksum:M2U1NjBmZjJiYzZmNjY1ZTIyZjdjNWY4YThiZmI2NTQ= 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/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml ArtifactUUID:57c8f323-7602-4f14-90bd-2a8d73c7e12e 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/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env ArtifactUUID:c7321e93-3cfd-406c-a034-edffd0f08425 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/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env ArtifactUUID:c7321e93-3cfd-406c-a034-edffd0f08425 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-28T06:05:30.472Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 26b0a7fb-d54c-443a-891a-6081f5331af3 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-28T06:05:30.510Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T06:05:30.511Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-28T06:05:30.511Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-28T06:05:30.511Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 39628134-b861-44e7-aa5e-e0e65d34d72a from URL: /sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar 2022-03-28T06:05:30.511Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-28T06:05:30.512Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar 2022-03-28T06:05:30.822Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-28T06:05:30.827Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar 39628134-b861-44e7-aa5e-e0e65d34d72a 98985 2022-03-28T06:05:30.827Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar ASDC sendASDCNotification 2022-03-28T06:05:30.828Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar 2022-03-28T06:05:30.828Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:05:30.828Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:05:30.830Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:05:30.830Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447530827, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:05:30.931Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T06:05:30.932Z||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-28T06:05:30.932Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:05:30.948Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:05:30.949Z||pool-35-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:05:31.831Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T06:05:31.833Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-03-28T06:05:31.833Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: 39628134-b861-44e7-aa5e-e0e65d34d72a, URL: /sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar to file: /app/ASDC/1/service-Vfw20220328060306-csar.csar 2022-03-28T06:05:31.834Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220328060306-csar.csar 2022-03-28T06:05:31.834Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220328060306-csar.csar 2022-03-28T06:05:31.834Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220328060306-csar.csar 2022-03-28T06:05:32.066Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17060449719436798614/Definitions/service-Vfw20220328060306-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_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_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided 2022-03-28T06:05:34.512Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-28T06:05:34.513Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-28T06:05:34.513Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220328060306-csar.csar 2022-03-28T06:05:34.513Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-28T06:05:34.513Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||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-Vfw20220328060306-csar.csar 2022-03-28T06:05:34.513Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||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-Vfw20220328060306-csar.csar 2022-03-28T06:05:34.513Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|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-Vfw20220328060306-csar.csar 2022-03-28T06:05:34.513Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328060306-csar.csar 2022-03-28T06:05:34.513Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328060306-csar.csar 2022-03-28T06:05:34.513Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||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-Vfw20220328060306-csar.csar 2022-03-28T06:05:34.514Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 925279fa-f067 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-Vfw20220328060306-csar.csar 2022-03-28T06:05:34.514Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|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-Vfw20220328060306-csar.csar 2022-03-28T06:05:34.514Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|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-Vfw20220328060306-csar.csar 2022-03-28T06:05:34.514Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220328060306-csar.csar 2022-03-28T06:05:34.514Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|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-Vfw20220328060306-csar.csar 2022-03-28T06:05:34.514Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328060306-csar.csar 2022-03-28T06:05:34.514Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|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-Vfw20220328060306-csar.csar 2022-03-28T06:05:34.514Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-03-28T06:05:34.514Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:34.515Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:05:34.515Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is matching search criteria 2022-03-28T06:05:34.515Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-28T06:05:34.515Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 925279fa-f067 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T06:05:34.515Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:34.515Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:05:34.516Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is matching search criteria 2022-03-28T06:05:34.516Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-03-28T06:05:34.516Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 925279fa-f067 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T06:05:34.516Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:34.516Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:05:34.517Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:34.517Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is not matching search criteria 2022-03-28T06:05:34.517Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T06:05:34.517Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T06:05:34.517Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-28T06:05:34.517Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-28T06:05:34.517Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:05:34.518Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-28T06:05:34.518Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:05:34.518Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-28T06:05:34.518Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-28T06:05:34.518Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:05:34.518Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-28T06:05:34.518Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-28T06:05:34.518Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-28T06:05:34.519Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-28T06:05:34.519Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:05:34.519Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-28T06:05:34.519Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:34.519Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-28T06:05:34.519Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:34.520Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is matching search criteria 2022-03-28T06:05:34.520Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 925279fa-f067 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:05:34.520Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:34.520Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is matching search criteria 2022-03-28T06:05:34.520Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 925279fa-f067 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:05:34.520Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:34.521Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is matching search criteria 2022-03-28T06:05:34.521Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 925279fa-f067 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:05:34.521Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:34.521Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is not matching search criteria 2022-03-28T06:05:34.521Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T06:05:34.521Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T06:05:34.521Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-28T06:05:34.522Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-28T06:05:34.522Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-28T06:05:34.522Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:05:34.522Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-28T06:05:34.522Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-28T06:05:34.522Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-28T06:05:34.522Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-28T06:05:34.522Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:05:34.523Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7aa14e97-9241-4354-95dc-f30def620978 2022-03-28T06:05:34.523Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:34.523Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is not matching search criteria 2022-03-28T06:05:34.523Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T06:05:34.523Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T06:05:34.523Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-28T06:05:34.523Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-28T06:05:34.524Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:05:34.524Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-28T06:05:34.524Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:05:34.524Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-28T06:05:34.524Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-28T06:05:34.524Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-28T06:05:34.525Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-28T06:05:34.525Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:05:34.525Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=14661d2b-a3cd-4bb9-b282-987f21b354ea 2022-03-28T06:05:34.525Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:34.525Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is not matching search criteria 2022-03-28T06:05:34.525Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T06:05:34.525Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T06:05:34.526Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-28T06:05:34.526Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-28T06:05:34.526Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:05:34.526Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-28T06:05:34.526Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:05:34.526Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-28T06:05:34.526Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-28T06:05:34.526Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:05:34.527Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-28T06:05:34.527Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-28T06:05:34.527Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=04f0cef2-05f8-48f7-bf0a-1e9f5a0e2ff0 2022-03-28T06:05:34.527Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:34.527Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:05:34.527Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:34.527Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:05:34.528Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:34.528Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:05:34.528Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:34.528Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:05:34.528Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-28 06-03-06 Description:catalog service description Model UUID:26b0a7fb-d54c-443a-891a-6081f5331af3 Model Version:NULL Model InvariantUuid:9658a487-6b1c-407d-aff6-8e8850a32c5d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 925279fa-f067 Model UUID:e1155767-413d-4724-a630-f4b081759ee3 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:27a01fac-5eb2-4951-aa15-43b7a49e9aa5 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:aea297be-29a9-4b2b-bfe6-139a37b5e67d NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f71ac3cf-0bfe-40ff-8985-986d51d5e8e1 ModelName:Vfw925279faF067..base_vfw..module-0 ModelUuid:e3f44406-718b-4db6-bf0a-3a66c6582003 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:7aa14e97-9241-4354-95dc-f30def620978 ModelInvariantUuid:a5d8637f-c667-4985-b1f0-59cf8b8a80ff ModelName:vFW 925279fa-f067-nodes.vfwCvfc ModelUuid:7aabc377-36e3-4ffa-b73b-9bd36f21516f ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:e55a9d06-fa47-44ba-9cf8-c97de590ac62 ModelInvariantUuid:f1d38916-efc4-486e-ae10-ea25027b39c3 ModelName:Vfw925279faF067.compute.nodes.heat.vfw ModelUuid:7d61523e-6ef8-40dc-8294-c625124ebe84 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:14661d2b-a3cd-4bb9-b282-987f21b354ea ModelInvariantUuid:3e9c2e5e-b00e-478a-9783-bd013f3a0bde ModelName:vFW 925279fa-f067-nodes.vsnCvfc ModelUuid:c8a42ce3-8c1e-4b20-ba89-6e00a547e144 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:c0d397ef-2c5c-4c1d-a76c-266d1c6a9e8a ModelInvariantUuid:80d14a70-3938-4f2b-a385-46f637d37a1c ModelName:Vfw925279faF067.compute.nodes.heat.vsn ModelUuid:630a3c98-e46b-4e71-84c9-d1b4c8340b88 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:04f0cef2-05f8-48f7-bf0a-1e9f5a0e2ff0 ModelInvariantUuid:a3650f07-db9d-421f-8856-0cc25cac8e69 ModelName:vFW 925279fa-f067-nodes.vpgCvfc ModelUuid:56f2f915-ea2c-455e-b307-44a06551daea ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:508899fe-15f2-41aa-8c81-7637aa774bcf ModelInvariantUuid:7662c8a6-3ba6-4683-96f2-6bb0ee72df4a ModelName:Vfw925279faF067.compute.nodes.heat.vpg ModelUuid:3f43eafe-5250-41b5-82e2-5559c5b0cfa8 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-28T06:05:34.537Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Processing Resource Type: VF, Model UUID: 21b532a1-9223-42a8-bb70-66e50465b2a9 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-28T06:05:34.541Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||vFW 925279fa-f067 0 2022-03-28T06:05:34.541Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 21b532a1-9223-42a8-bb70-66e50465b2a9 2022-03-28T06:05:34.541Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: d8ee9ce7-daae-4feb-9865-d058ada25680 from URL: /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json 2022-03-28T06:05:34.541Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-28T06:05:34.541Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json 2022-03-28T06:05:34.614Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-28T06:05:34.614Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json d8ee9ce7-daae-4feb-9865-d058ada25680 785 2022-03-28T06:05:34.614Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json ASDC sendASDCNotification 2022-03-28T06:05:34.614Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json 2022-03-28T06:05:34.615Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:05:34.615Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:05:34.617Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:05:34.617Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447534614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T06:05:34.721Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-03-28T06:05:34.722Z||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-28T06:05:34.723Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:05:34.743Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:05:34.743Z||pool-36-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:05:35.618Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw925279faF067..base_vfw..module-0", "vfModuleModelInvariantUUID": "f71ac3cf-0bfe-40ff-8985-986d51d5e8e1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e3f44406-718b-4db6-bf0a-3a66c6582003", "vfModuleModelCustomizationUUID": "25657b48-afca-4ba0-a5b4-bfbc1a8719b2", "isBase": true, "artifacts": [ "57c8f323-7602-4f14-90bd-2a8d73c7e12e", "c7321e93-3cfd-406c-a034-edffd0f08425" ], "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-28T06:05:35.623Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw925279faF067..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e3f44406-718b-4db6-bf0a-3a66c6582003 VfModuleModelInvariantUUID:f71ac3cf-0bfe-40ff-8985-986d51d5e8e1 VfModuleModelDescription:NULL Artifacts UUID List:{ 57c8f323-7602-4f14-90bd-2a8d73c7e12e , c7321e93-3cfd-406c-a034-edffd0f08425 } 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-28T06:05:35.625Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw925279faF067..base_vfw..module-0", "vfModuleModelInvariantUUID": "f71ac3cf-0bfe-40ff-8985-986d51d5e8e1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "e3f44406-718b-4db6-bf0a-3a66c6582003", "vfModuleModelCustomizationUUID": "25657b48-afca-4ba0-a5b4-bfbc1a8719b2", "isBase": true, "artifacts": [ "57c8f323-7602-4f14-90bd-2a8d73c7e12e", "c7321e93-3cfd-406c-a034-edffd0f08425" ], "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-28T06:05:35.625Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw925279faF067..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:e3f44406-718b-4db6-bf0a-3a66c6582003 VfModuleModelInvariantUUID:f71ac3cf-0bfe-40ff-8985-986d51d5e8e1 VfModuleModelDescription:NULL Artifacts UUID List:{ 57c8f323-7602-4f14-90bd-2a8d73c7e12e , c7321e93-3cfd-406c-a034-edffd0f08425 } 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-28T06:05:35.625Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: 57c8f323-7602-4f14-90bd-2a8d73c7e12e from URL: /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml 2022-03-28T06:05:35.625Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-28T06:05:35.626Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml 2022-03-28T06:05:35.726Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-28T06:05:35.727Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml 57c8f323-7602-4f14-90bd-2a8d73c7e12e 20368 2022-03-28T06:05:35.728Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-28T06:05:35.728Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml 2022-03-28T06:05:35.728Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:05:35.728Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:05:35.730Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:05:35.730Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447535728, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T06:05:35.830Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:05:35.831Z||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-28T06:05:35.832Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:05:35.850Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:05:35.851Z||pool-37-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:05:36.731Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: c7321e93-3cfd-406c-a034-edffd0f08425 from URL: /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env 2022-03-28T06:05:36.731Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-03-28T06:05:36.732Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env 2022-03-28T06:05:36.802Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-03-28T06:05:36.802Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env c7321e93-3cfd-406c-a034-edffd0f08425 2098 2022-03-28T06:05:36.803Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-28T06:05:36.803Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env 2022-03-28T06:05:36.803Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:05:36.803Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:05:36.805Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:05:36.805Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447536803, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-28T06:05:36.905Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:05:36.906Z||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-28T06:05:36.907Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:05:36.922Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:05:36.922Z||pool-38-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:05:37.806Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 26b0a7fb-d54c-443a-891a-6081f5331af3 2022-03-28T06:05:37.806Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 925279fa-f067 0 21b532a1-9223-42a8-bb70-66e50465b2a9 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-28T06:05:37.834Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@2d5fdaeb, org.onap.sdc.toscaparser.api.parameters.Input@a55fe8e, org.onap.sdc.toscaparser.api.parameters.Input@692a6c25, org.onap.sdc.toscaparser.api.parameters.Input@60951b3c, org.onap.sdc.toscaparser.api.parameters.Input@334e0d47] 2022-03-28T06:05:37.836Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:37.836Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:05:37.837Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||VF Category is: Generic 2022-03-28T06:05:37.837Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||VFCustomizationUUID= aea297be-29a9-4b2b-bfe6-139a37b5e67d 2022-03-28T06:05:37.837Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: aea297be-29a9-4b2b-bfe6-139a37b5e67d matches Tosca VF Customization UUID: aea297be-29a9-4b2b-bfe6-139a37b5e67d 2022-03-28T06:05:37.837Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||vfCustomizationUUID: aea297be-29a9-4b2b-bfe6-139a37b5e67d 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-28T06:05:37.842Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:37.843Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:05:37.845Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||resource request for resource customization id aea297be-29a9-4b2b-bfe6-139a37b5e67d: {\"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-28T06:05:37.845Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@64bf9bd6 2022-03-28T06:05:37.845Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:37.846Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-28T06:05:37.846Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 25657b48-afca-4ba0-a5b4-bfbc1a8719b2 2022-03-28T06:05:37.846Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 25657b48-afca-4ba0-a5b4-bfbc1a8719b2 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-28T06:05:37.849Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:37.849Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is matching search criteria 2022-03-28T06:05:37.850Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 925279fa-f067 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:05:37.850Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:37.850Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is matching search criteria 2022-03-28T06:05:37.851Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 925279fa-f067 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:05:37.851Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:37.851Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is not matching search criteria 2022-03-28T06:05:37.851Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T06:05:37.852Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T06:05:37.852Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-28T06:05:37.852Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-28T06:05:37.852Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-28T06:05:37.853Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:05:37.853Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-28T06:05:37.853Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-28T06:05:37.854Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-28T06:05:37.859Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-28T06:05:37.859Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:05:37.859Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=7aa14e97-9241-4354-95dc-f30def620978 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-28T06:05:37.864Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:37.865Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is matching search criteria 2022-03-28T06:05:37.865Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 925279fa-f067 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:05:37.865Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:37.866Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is not matching search criteria 2022-03-28T06:05:37.866Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T06:05:37.866Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T06:05:37.867Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-28T06:05:37.867Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-28T06:05:37.867Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:05:37.867Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-28T06:05:37.868Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:05:37.868Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-28T06:05:37.868Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-28T06:05:37.869Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-28T06:05:37.869Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-28T06:05:37.869Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:05:37.869Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=14661d2b-a3cd-4bb9-b282-987f21b354ea 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-28T06:05:37.872Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:37.873Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is matching search criteria 2022-03-28T06:05:37.873Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 925279fa-f067 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:05:37.877Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:37.877Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is not matching search criteria 2022-03-28T06:05:37.878Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T06:05:37.878Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T06:05:37.878Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-28T06:05:37.878Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-28T06:05:37.878Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:05:37.879Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-28T06:05:37.879Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:05:37.879Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-28T06:05:37.879Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-28T06:05:37.880Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:05:37.880Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-28T06:05:37.880Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-28T06:05:37.880Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=04f0cef2-05f8-48f7-bf0a-1e9f5a0e2ff0 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-28T06:05:37.886Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:37.887Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is matching search criteria 2022-03-28T06:05:37.887Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 925279fa-f067 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:05:37.888Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:37.888Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Node template vFW 925279fa-f067 0 is matching search criteria 2022-03-28T06:05:37.889Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found topology templates [vFW 925279fa-f067 0] matching following query criteria: sdcType=VF, customizationUUID=aea297be-29a9-4b2b-bfe6-139a37b5e67d 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-28T06:05:37.891Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:37.891Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:05:37.891Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 26b0a7fb-d54c-443a-891a-6081f5331af3: vFW 925279fa-f067 2022-03-28T06:05:37.892Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:37.892Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:05:37.892Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:37.892Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:05:37.892Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:37.892Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:05:37.893Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:37.893Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:05:37.893Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:05:37.893Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Service vFW 2022-03-28 06-03-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:05:37.893Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Saving Service: vFW 2022-03-28 06-03-06 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T06:05:38.091Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 925279fa-f067 21b532a1-9223-42a8-bb70-66e50465b2a9 1 ASDC deployResourceStructure 2022-03-28T06:05:38.091Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json ASDC sendASDCNotification 2022-03-28T06:05:38.091Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json 2022-03-28T06:05:38.092Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:05:38.092Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:05:38.094Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:05:38.094Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447538091, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json", "status": "DEPLOY_OK" } 2022-03-28T06:05:38.195Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:05:38.195Z||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-28T06:05:38.196Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:05:38.208Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:05:38.209Z||pool-39-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:05:39.095Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-28T06:05:39.096Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml 2022-03-28T06:05:39.096Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:05:39.096Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:05:39.098Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:05:39.099Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447539095, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-28T06:05:39.204Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-03-28T06:05:39.205Z||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-28T06:05:39.205Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:05:39.244Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:05:39.245Z||pool-40-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:05:40.100Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-28T06:05:40.100Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env 2022-03-28T06:05:40.100Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:05:40.100Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:05:40.102Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:05:40.102Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447540100, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-28T06:05:40.203Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-28T06:05:40.204Z||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-28T06:05:40.204Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:05:40.241Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:05:40.242Z||pool-41-thread-1|||||INFO|500||cambria reply ok (39 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:05:41.103Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar ASDC sendASDCNotification 2022-03-28T06:05:41.104Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar 2022-03-28T06:05:41.104Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:05:41.105Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:05:41.106Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:05:41.107Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447541103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:05:41.207Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:05:41.208Z||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-28T06:05:41.208Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:05:41.237Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:05:41.238Z||pool-42-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:05:42.108Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:05:42.137Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:05:42.140Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:05:42.140Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:05:42.140Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:06:12.141Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:06:12.154Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:06:12.157Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:06:12.157Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:06:12.157Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:06:22.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:06:22.800Z||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-28T06:06:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:06:22.825Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:06:22.826Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:06:22.826Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447518137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:06:22.827Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:06:42.157Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:06:42.169Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:06:42.174Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:06:42.175Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:06:42.175Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:07:12.175Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:07:12.188Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:07:12.190Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:07:12.191Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:07:12.191Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:07:22.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:07:22.800Z||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-28T06:07:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:07:22.831Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:07:22.832Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:07:22.832Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "policy-id", "timestamp": 1648447522586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:07:22.833Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:07:42.191Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:07:42.210Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:07:42.217Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:07:42.221Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:07:42.221Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:08:12.223Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:08:12.243Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:08:12.246Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:08:12.246Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:08:12.247Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:08:22.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:08:22.800Z||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-28T06:08:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:08:23.366Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:08:23.367Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.367Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "cds", "timestamp": 1648447523427, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:08:23.368Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:08:23.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447522796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:08:23.368Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.368Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.368Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "multicloud-k8s-id", "timestamp": 1648447520958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-28T06:08:23.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "aai-ml", "timestamp": 1648447524149, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:08:23.369Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:08:23.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447518137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:08:23.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.369Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.369Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "policy-id", "timestamp": 1648447522586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:08:23.369Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.370Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.370Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "cds", "timestamp": 1648447524443, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-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-28T06:08:23.379Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 82d9db8f-be17-4681-a23b-ec78ad8baf72 2022-03-28T06:08:23.380Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82d9db8f-be17-4681-a23b-ec78ad8baf72 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-28T06:08:23.390Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.390Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447522796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json", "status": "NOTIFIED" } 2022-03-28T06:08:23.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "multicloud-k8s-id", "timestamp": 1648447520958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:08:23.391Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.391Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.391Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447518137, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:08:23.392Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.392Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "policy-id", "timestamp": 1648447522586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-28T06:08:23.393Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.393Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.393Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447522796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-28T06:08:23.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "multicloud-k8s-id", "timestamp": 1648447520958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-28T06:08:23.394Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.394Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.394Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447526291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:08:23.395Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:08:23.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.395Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "policy-id", "timestamp": 1648447522586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:08:23.395Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.395Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447522796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:08:23.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "multicloud-k8s-id", "timestamp": 1648447520958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:08:23.396Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.396Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.396Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "policy-id", "timestamp": 1648447522586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:08:23.397Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447522796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-28T06:08:23.397Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.397Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.397Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "multicloud-k8s-id", "timestamp": 1648447520958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:08:23.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.398Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "policy-id", "timestamp": 1648447522586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:08:23.398Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.398Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447522796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:08:23.399Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.399Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "multicloud-k8s-id", "timestamp": 1648447528902, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T06:08:23.399Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:08:23.399Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "policy-id", "timestamp": 1648447522586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:08:23.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447522796, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:08:23.400Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.400Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.400Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "multicloud-k8s-id", "timestamp": 1648447530229, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T06:08:23.401Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:08:23.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.401Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447530255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:08:23.401Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:08:23.401Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "policy-id", "timestamp": 1648447530528, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:08:23.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:08:23.402Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.402Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447530827, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:08:23.402Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:08:23.403Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.403Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447531260, "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-28T06:08:23.409Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 82d9db8f-be17-4681-a23b-ec78ad8baf72 2022-03-28T06:08:23.409Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82d9db8f-be17-4681-a23b-ec78ad8baf72 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-28T06:08:23.419Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.419Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "multicloud-k8s-id", "timestamp": 1648447531613, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-28T06:08:23.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:08:23.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "policy-id", "timestamp": 1648447531534, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:08:23.420Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:08:23.420Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.420Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "multicloud-k8s-id", "timestamp": 1648447532659, "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-28T06:08:23.439Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82d9db8f-be17-4681-a23b-ec78ad8baf72 2022-03-28T06:08:23.439Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82d9db8f-be17-4681-a23b-ec78ad8baf72 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-28T06:08:23.450Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.451Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "policy-id", "timestamp": 1648447532536, "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-28T06:08:23.456Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 82d9db8f-be17-4681-a23b-ec78ad8baf72 2022-03-28T06:08:23.456Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82d9db8f-be17-4681-a23b-ec78ad8baf72 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-28T06:08:23.464Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.464Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "multicloud-k8s-id", "timestamp": 1648447533666, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json", "status": "DEPLOY_OK" } 2022-03-28T06:08:23.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:08:23.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447534614, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T06:08:23.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:08:23.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.465Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "aai-ml", "timestamp": 1648447535718, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:08:23.465Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:08:23.465Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "clamp", "timestamp": 1648447534665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:08:23.466Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447535728, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T06:08:23.466Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:08:23.466Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.466Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "aai-ml", "timestamp": 1648447536723, "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-28T06:08:23.472Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 82d9db8f-be17-4681-a23b-ec78ad8baf72 2022-03-28T06:08:23.473Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82d9db8f-be17-4681-a23b-ec78ad8baf72 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-28T06:08:23.485Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "clamp", "timestamp": 1648447534665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json", "status": "NOTIFIED" } 2022-03-28T06:08:23.486Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.486Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.486Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447536803, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-28T06:08:23.487Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:08:23.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "clamp", "timestamp": 1648447534665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:08:23.487Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.487Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447538091, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vfw925279faf0670_modules.json", "status": "DEPLOY_OK" } 2022-03-28T06:08:23.487Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:08:23.487Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "clamp", "timestamp": 1648447534665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:08:23.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447539095, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-28T06:08:23.488Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:08:23.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "clamp", "timestamp": 1648447534665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:08:23.488Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.488Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.488Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447540100, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/resourceInstances/vfw925279faf0670/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-28T06:08:23.489Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:08:23.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "clamp", "timestamp": 1648447534665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:08:23.489Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447541103, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:08:23.489Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:08:23.489Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.489Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "clamp", "timestamp": 1648447534665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:08:23.490Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:08:23.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "clamp", "timestamp": 1648447555013, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:08:23.490Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:08:23.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "clamp", "timestamp": 1648447557025, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060306/1.0/artifacts/service-Vfw20220328060306-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:08:23.490Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:08:23.490Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:08:23.490Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "clamp", "timestamp": 1648447558030, "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-28T06:08:23.496Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 82d9db8f-be17-4681-a23b-ec78ad8baf72 2022-03-28T06:08:23.497Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 82d9db8f-be17-4681-a23b-ec78ad8baf72 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-28T06:08:42.247Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:08:42.264Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:08:42.269Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:08:42.269Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-28T06:08:42.270Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-28T06:08:42.270Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-28T06:08:42.270Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:08:42.270Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:08:42.270Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:08:42.270Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:08:42.271Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:08:42.271Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:08:42.271Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|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-28T06:08:42.276Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-28T06:09:12.277Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72 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-28T06:09:12.294Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 82d9db8f-be17-4681-a23b-ec78ad8baf72 and serviceModelVersionId: 26b0a7fb-d54c-443a-891a-6081f5331af3 2022-03-28T06:09:12.295Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 9658a487-6b1c-407d-aff6-8e8850a32c5d 2022-03-28T06:09:12.298Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/9658a487-6b1c-407d-aff6-8e8850a32c5d/model-vers/model-ver/26b0a7fb-d54c-443a-891a-6081f5331af3?depth=0 2022-03-28T06:09:12.311Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-03-28T06:09:12.418Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|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/9658a487-6b1c-407d-aff6-8e8850a32c5d/model-vers/model-ver/26b0a7fb-d54c-443a-891a-6081f5331af3?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-28T06:09:12.420Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9658a487-6b1c-407d-aff6-8e8850a32c5d/model-vers/model-ver/26b0a7fb-d54c-443a-891a-6081f5331af3?depth=0|INFO|500||Invoke 2022-03-28T06:09:12.461Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9658a487-6b1c-407d-aff6-8e8850a32c5d/model-vers/model-ver/26b0a7fb-d54c-443a-891a-6081f5331af3?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-28T06:09:12.760Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/9658a487-6b1c-407d-aff6-8e8850a32c5d/model-vers/model-ver/26b0a7fb-d54c-443a-891a-6081f5331af3?depth=0|INFO|500||InvokeReturn 2022-03-28T06:09:12.761Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|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/9658a487-6b1c-407d-aff6-8e8850a32c5d/model-vers/model-ver/26b0a7fb-d54c-443a-891a-6081f5331af3?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220328-06:09:12:129-29306], vertex-id=[397456], Content-Length=[0], Date=[Mon, 28 Mar 2022 06:09:12 GMT], Content-Type=[application/json]} 2022-03-28T06:09:12.764Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Response was returned with an empty entity. 2022-03-28T06:09:12.765Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-28T06:09:12.765Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|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-28T06:09:12.772Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|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-28T06:09:12.773Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 82d9db8f-be17-4681-a23b-ec78ad8baf72 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-28T06:09:12.773Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-28T06:09:12.774Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:09:12.777Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:09:12.777Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447752773, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T06:09:12.877Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:09:12.878Z||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-28T06:09:12.878Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:09:12.898Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:09:12.899Z||pool-43-thread-1|||||INFO|500||cambria reply ok (22 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-28T06:09:13.793Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:09:13.794Z||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-28T06:09:13.794Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:09:22.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:09:22.801Z||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-28T06:09:22.801Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:09:23.431Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:09:23.432Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:09:23.433Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "82d9db8f-be17-4681-a23b-ec78ad8baf72", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447752773, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T06:09:23.435Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:09:24.062Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:09:24.063Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:09:24.063Z||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-28T06:09:24.064Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:09:24.691Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:09:24.692Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-03-28T06:09:24.692Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: {"distributionID":"950dda8f-ecb7-4ed3-99aa-4ce46871758f","serviceName":"vFW 2022-03-28 06-07-06","serviceVersion":"1.0","serviceUUID":"ad9f7d9e-2544-4e50-92d7-d92737199459","serviceDescription":"catalog service description","serviceInvariantUUID":"2a77894c-4e2f-4f3f-a4f4-5ddbb2db331d","resources":[{"resourceInstanceName":"vFW eb81121c-a6a4 0","resourceName":"vFW eb81121c-a6a4","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3ea049e8-057f-401a-b20a-d265169e18c9","resourceInvariantUUID":"1e1763f2-da02-41db-8a4e-a9c72869d7bd","resourceCustomizationUUID":"5ef1c505-ede3-46c5-b9f0-9e7a1c5af3fa","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vf-license-model.xml","artifactChecksum":"ZTc2OWU2ZmFmYmE4NTEzZDM0ODcwY2Q2M2Q1MzRkNDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"7a41d324-fa46-4243-8314-c9e671ea75fd","artifactVersion":"1"},{"artifactName":"vfweb81121ca6a40_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json","artifactChecksum":"OTc3ZTcwNjMxZjcxZTRmNTdhZTUxZDEwMTU2MjY4ODg\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"29d88a4f-1b46-4703-9c20-c69ae4531136","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6b6eb3c9-b8d7-4298-a500-afcee3d201b6","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vendor-license-model.xml","artifactChecksum":"ZjY1ZTgyNDIxYzgzNGQxNDAyMzg5NWZhNzczMDViZjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"7bc5e51d-866c-4200-bf97-6674ddd304a2","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"7a51f7a5-38a4-4c0e-817a-b5c5b77e33a0","artifactVersion":"2","generatedFromUUID":"6b6eb3c9-b8d7-4298-a500-afcee3d201b6"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220328060706-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-template.yml","artifactChecksum":"YmU4MmY2ODM4ODI2N2E3ZTE2N2JmMjhmNDA0YTZkZWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"679881b7-72ab-4c7d-865a-de6fb852803a","artifactVersion":"1"},{"artifactName":"service-Vfw20220328060706-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar","artifactChecksum":"ZGFkYzE1NmI1OGNlYTc4YzM4NWZiMmQ2NTI2YWVkMmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc12efe0-482d-4a6c-be81-5a53cc0cbe85","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-28T06:09:24.695Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:09:24.696Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:09:24.699Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:09:24.699Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447764063, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:09:24.800Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:09:24.801Z||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-28T06:09:24.801Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:09:24.822Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:09:24.823Z||pool-44-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:09:25.700Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:09:25.702Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:09:25.705Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:09:25.705Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447764063, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json", "status": "NOTIFIED" } 2022-03-28T06:09:25.805Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:09:25.807Z||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-28T06:09:25.807Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:09:25.824Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:09:25.825Z||pool-45-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:09:26.706Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:09:26.706Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:09:26.709Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:09:26.709Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447764063, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-28T06:09:26.810Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-28T06:09:26.811Z||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-28T06:09:26.811Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:09:26.831Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:09:26.832Z||pool-46-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:09:27.710Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:09:27.711Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:09:27.714Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:09:27.715Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447764063, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:09:27.815Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:09:27.816Z||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-28T06:09:27.816Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:09:27.848Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:09:27.850Z||pool-47-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:09:28.715Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:09:28.716Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:09:28.719Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:09:28.719Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447764063, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-28T06:09:28.819Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:09:28.820Z||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-28T06:09:28.821Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:09:28.851Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:09:28.852Z||pool-48-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:09:29.720Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:09:29.721Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:09:29.724Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:09:29.725Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447764063, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:09:29.825Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:09:29.826Z||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-28T06:09:29.826Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:09:29.846Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:09:29.847Z||pool-49-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:09:30.725Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:09:30.727Z||pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:09:30.730Z||pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:09:30.730Z||pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447764063, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:09:30.841Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms 2022-03-28T06:09:30.842Z||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-28T06:09:30.842Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:09:30.871Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:09:30.871Z||pool-50-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:09:31.732Z||pool-2-thread-4|||||DEBUG|500||sending notification to client: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "serviceName": "vFW 2022-03-28 06-07-06", "serviceVersion": "1.0", "serviceUUID": "ad9f7d9e-2544-4e50-92d7-d92737199459", "serviceDescription": "catalog service description", "serviceInvariantUUID": "2a77894c-4e2f-4f3f-a4f4-5ddbb2db331d", "resources": [ { "resourceInstanceName": "vFW eb81121c-a6a4 0", "resourceCustomizationUUID": "5ef1c505-ede3-46c5-b9f0-9e7a1c5af3fa", "resourceName": "vFW eb81121c-a6a4", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3ea049e8-057f-401a-b20a-d265169e18c9", "resourceInvariantUUID": "1e1763f2-da02-41db-8a4e-a9c72869d7bd", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfweb81121ca6a40_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json", "artifactChecksum": "OTc3ZTcwNjMxZjcxZTRmNTdhZTUxZDEwMTU2MjY4ODg\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "29d88a4f-1b46-4703-9c20-c69ae4531136", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6b6eb3c9-b8d7-4298-a500-afcee3d201b6", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7a51f7a5-38a4-4c0e-817a-b5c5b77e33a0", "generatedFromUUID": "6b6eb3c9-b8d7-4298-a500-afcee3d201b6" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "7a51f7a5-38a4-4c0e-817a-b5c5b77e33a0", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220328060706-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "artifactChecksum": "ZGFkYzE1NmI1OGNlYTc4YzM4NWZiMmQ2NTI2YWVkMmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc12efe0-482d-4a6c-be81-5a53cc0cbe85" } ], "workloadContext": "Production" } 2022-03-28T06:09:31.735Z||pool-2-thread-4|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-28T06:09:31.736Z||pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 ad9f7d9e-2544-4e50-92d7-d92737199459 ASDC 2022-03-28T06:09:31.737Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||ASDC Notification: DistributionID:950dda8f-ecb7-4ed3-99aa-4ce46871758f ServiceName:vFW 2022-03-28 06-07-06 ServiceVersion:1.0 ServiceUUID:ad9f7d9e-2544-4e50-92d7-d92737199459 ServiceInvariantUUID:2a77894c-4e2f-4f3f-a4f4-5ddbb2db331d ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220328060706-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar ArtifactUUID:fc12efe0-482d-4a6c-be81-5a53cc0cbe85 ArtifactChecksum:ZGFkYzE1NmI1OGNlYTc4YzM4NWZiMmQ2NTI2YWVkMmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW eb81121c-a6a4 0 ResourceCustomizationUUID:5ef1c505-ede3-46c5-b9f0-9e7a1c5af3fa ResourceInvariantUUID:1e1763f2-da02-41db-8a4e-a9c72869d7bd ResourceName:vFW eb81121c-a6a4 ResourceType:VF ResourceUUID:3ea049e8-057f-401a-b20a-d265169e18c9 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfweb81121ca6a40_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json ArtifactUUID:29d88a4f-1b46-4703-9c20-c69ae4531136 ArtifactChecksum:OTc3ZTcwNjMxZjcxZTRmNTdhZTUxZDEwMTU2MjY4ODg= 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/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml ArtifactUUID:6b6eb3c9-b8d7-4298-a500-afcee3d201b6 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/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env ArtifactUUID:7a51f7a5-38a4-4c0e-817a-b5c5b77e33a0 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/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env ArtifactUUID:7a51f7a5-38a4-4c0e-817a-b5c5b77e33a0 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-28T06:09:31.738Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ad9f7d9e-2544-4e50-92d7-d92737199459 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-28T06:09:31.786Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T06:09:31.787Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-28T06:09:31.787Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-28T06:09:31.787Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: fc12efe0-482d-4a6c-be81-5a53cc0cbe85 from URL: /sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar 2022-03-28T06:09:31.787Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-28T06:09:31.788Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar 2022-03-28T06:09:32.031Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-28T06:09:32.037Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar fc12efe0-482d-4a6c-be81-5a53cc0cbe85 98985 2022-03-28T06:09:32.037Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar ASDC sendASDCNotification 2022-03-28T06:09:32.037Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar 2022-03-28T06:09:32.037Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:09:32.038Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:09:32.040Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:09:32.040Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447772037, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:09:32.140Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:09:32.142Z||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-28T06:09:32.142Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:09:32.176Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:09:32.178Z||pool-51-thread-1|||||INFO|500||cambria reply ok (37 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:09:33.041Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T06:09:33.042Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||MSO config path is: /app 2022-03-28T06:09:33.042Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||Trying to write artifact UUID: fc12efe0-482d-4a6c-be81-5a53cc0cbe85, URL: /sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar to file: /app/ASDC/1/service-Vfw20220328060706-csar.csar 2022-03-28T06:09:33.043Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220328060706-csar.csar 2022-03-28T06:09:33.043Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220328060706-csar.csar 2022-03-28T06:09:33.043Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220328060706-csar.csar 2022-03-28T06:09:33.310Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14473809041188352530/Definitions/service-Vfw20220328060706-template.yml Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-03-28T06:09:35.732Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-28T06:09:35.733Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-28T06:09:35.733Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar 2022-03-28T06:09:35.734Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-03-28T06:09:35.734Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar 2022-03-28T06:09:35.734Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar 2022-03-28T06:09:35.734Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar 2022-03-28T06:09:35.734Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar 2022-03-28T06:09:35.734Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar 2022-03-28T06:09:35.734Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar 2022-03-28T06:09:35.735Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar 2022-03-28T06:09:35.735Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar 2022-03-28T06:09:35.735Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW eb81121c-a6a4 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-Vfw20220328060706-csar.csar 2022-03-28T06:09:35.735Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar 2022-03-28T06:09:35.735Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar 2022-03-28T06:09:35.735Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar 2022-03-28T06:09:35.735Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220328060706-csar.csar 2022-03-28T06:09:35.735Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||WARN|500||#################################################################################################### 2022-03-28T06:09:35.736Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:35.736Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-28 06-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:09:35.736Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vFW eb81121c-a6a4 0 is matching search criteria 2022-03-28T06:09:35.736Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-28T06:09:35.737Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eb81121c-a6a4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T06:09:35.737Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:35.737Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-28 06-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:09:35.737Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vFW eb81121c-a6a4 0 is matching search criteria 2022-03-28T06:09:35.737Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Search for entities recursively 2022-03-28T06:09:35.737Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eb81121c-a6a4 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T06:09:35.738Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:35.738Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-28 06-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:09:35.738Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:35.738Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vFW eb81121c-a6a4 0 is not matching search criteria 2022-03-28T06:09:35.738Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T06:09:35.738Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T06:09:35.739Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-28T06:09:35.739Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-28T06:09:35.739Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:09:35.739Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-28T06:09:35.739Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:09:35.739Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-28T06:09:35.739Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-28T06:09:35.739Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:09:35.740Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-28T06:09:35.740Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-28T06:09:35.740Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-28T06:09:35.740Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-28T06:09:35.740Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:09:35.740Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-28T06:09:35.740Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:35.741Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-28 06-07-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-28T06:09:35.741Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:35.741Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vFW eb81121c-a6a4 0 is matching search criteria 2022-03-28T06:09:35.741Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eb81121c-a6a4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:09:35.741Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:35.741Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vFW eb81121c-a6a4 0 is matching search criteria 2022-03-28T06:09:35.741Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eb81121c-a6a4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:09:35.742Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:35.742Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vFW eb81121c-a6a4 0 is matching search criteria 2022-03-28T06:09:35.742Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eb81121c-a6a4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:09:35.742Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:35.742Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vFW eb81121c-a6a4 0 is not matching search criteria 2022-03-28T06:09:35.742Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T06:09:35.742Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T06:09:35.743Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-28T06:09:35.743Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-28T06:09:35.743Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-28T06:09:35.743Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:09:35.743Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-28T06:09:35.743Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-28T06:09:35.743Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-28T06:09:35.743Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-28T06:09:35.744Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:09:35.744Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=52d5fe7f-d33e-448f-aa39-b4f9a51a0e14 2022-03-28T06:09:35.744Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:35.744Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vFW eb81121c-a6a4 0 is not matching search criteria 2022-03-28T06:09:35.744Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T06:09:35.744Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T06:09:35.744Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-28T06:09:35.745Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-28T06:09:35.745Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:09:35.745Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-28T06:09:35.745Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:09:35.745Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-28T06:09:35.745Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-28T06:09:35.745Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-28T06:09:35.745Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-28T06:09:35.746Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:09:35.746Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=371f6550-7a23-410b-985f-a3f29b427863 2022-03-28T06:09:35.746Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:35.746Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vFW eb81121c-a6a4 0 is not matching search criteria 2022-03-28T06:09:35.746Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T06:09:35.746Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T06:09:35.746Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-28T06:09:35.747Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-28T06:09:35.747Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:09:35.747Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-28T06:09:35.747Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:09:35.747Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-28T06:09:35.747Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-28T06:09:35.747Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:09:35.748Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-28T06:09:35.748Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-28T06:09:35.748Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=eb317d4b-7073-4585-88ff-ff1d206428a0 2022-03-28T06:09:35.748Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:35.748Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-28 06-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:09:35.749Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:35.749Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-28 06-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:09:35.749Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:35.749Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-28 06-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:09:35.749Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:35.749Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-28 06-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:09:35.750Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-03-28 06-07-06 Description:catalog service description Model UUID:ad9f7d9e-2544-4e50-92d7-d92737199459 Model Version:NULL Model InvariantUuid:2a77894c-4e2f-4f3f-a4f4-5ddbb2db331d Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW eb81121c-a6a4 Model UUID:c7cfe9bf-f31c-4952-b112-6e9c47b1f895 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:1e1763f2-da02-41db-8a4e-a9c72869d7bd Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:5ef1c505-ede3-46c5-b9f0-9e7a1c5af3fa NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:93db6e79-6b42-4624-8d44-eea9aa2b6ab1 ModelName:VfwEb81121cA6a4..base_vfw..module-0 ModelUuid:812fd7cc-588d-4a48-9077-09b35ed5aae6 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:52d5fe7f-d33e-448f-aa39-b4f9a51a0e14 ModelInvariantUuid:bf18a408-360a-4632-a530-98511c763d8a ModelName:vFW eb81121c-a6a4-nodes.vfwCvfc ModelUuid:a76c1d05-579c-4729-9530-3a417916f6b7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:32d035f1-8646-4b58-b01a-201da5216ff7 ModelInvariantUuid:a226976b-b4de-442b-8812-b6a2173196dd ModelName:VfwEb81121cA6a4.compute.nodes.heat.vfw ModelUuid:193f2962-6fd8-40fe-a7db-9aa0e1dee946 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:371f6550-7a23-410b-985f-a3f29b427863 ModelInvariantUuid:dcceaf9a-2e0d-4369-8583-2541f910e884 ModelName:vFW eb81121c-a6a4-nodes.vsnCvfc ModelUuid:087a2adf-954e-4df0-8b22-1e03781ecdc5 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:aa29ad51-4f17-42a3-8d54-60cc4a391851 ModelInvariantUuid:2238842e-c993-4bd4-a372-a8f8d0923eea ModelName:VfwEb81121cA6a4.compute.nodes.heat.vsn ModelUuid:98cbb711-d88c-4b66-b0b4-8c35728ed2b1 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:eb317d4b-7073-4585-88ff-ff1d206428a0 ModelInvariantUuid:7174f112-04ea-4442-8fc7-f05d58e2ac49 ModelName:vFW eb81121c-a6a4-nodes.vpgCvfc ModelUuid:754374f8-5f88-4e14-b383-742d0a2f2a36 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:5d6fa16d-1378-48be-9efa-0f5e667bbfa7 ModelInvariantUuid:1dbb9eec-1d80-4dd4-8916-595732bff5b1 ModelName:VfwEb81121cA6a4.compute.nodes.heat.vpg ModelUuid:51ae1d5f-6cd4-4fb6-9bd5-5c6f81ffd26e 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-28T06:09:35.755Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||Processing Resource Type: VF, Model UUID: 3ea049e8-057f-401a-b20a-d265169e18c9 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-28T06:09:35.759Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||vFW eb81121c-a6a4 0 2022-03-28T06:09:35.759Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3ea049e8-057f-401a-b20a-d265169e18c9 2022-03-28T06:09:35.759Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 29d88a4f-1b46-4703-9c20-c69ae4531136 from URL: /sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json 2022-03-28T06:09:35.759Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-28T06:09:35.759Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json 2022-03-28T06:09:35.818Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-28T06:09:35.818Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json 29d88a4f-1b46-4703-9c20-c69ae4531136 785 2022-03-28T06:09:35.819Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json ASDC sendASDCNotification 2022-03-28T06:09:35.819Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json 2022-03-28T06:09:35.819Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:09:35.819Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:09:35.821Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:09:35.821Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447775819, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T06:09:35.921Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:09:35.922Z||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-28T06:09:35.923Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:09:35.948Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:09:35.948Z||pool-52-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:09:36.822Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEb81121cA6a4..base_vfw..module-0", "vfModuleModelInvariantUUID": "93db6e79-6b42-4624-8d44-eea9aa2b6ab1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "812fd7cc-588d-4a48-9077-09b35ed5aae6", "vfModuleModelCustomizationUUID": "cde83a71-cd96-4810-ad3d-fefe5a9f4fbb", "isBase": true, "artifacts": [ "6b6eb3c9-b8d7-4298-a500-afcee3d201b6", "7a51f7a5-38a4-4c0e-817a-b5c5b77e33a0" ], "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-28T06:09:36.826Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEb81121cA6a4..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:812fd7cc-588d-4a48-9077-09b35ed5aae6 VfModuleModelInvariantUUID:93db6e79-6b42-4624-8d44-eea9aa2b6ab1 VfModuleModelDescription:NULL Artifacts UUID List:{ 6b6eb3c9-b8d7-4298-a500-afcee3d201b6 , 7a51f7a5-38a4-4c0e-817a-b5c5b77e33a0 } 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-28T06:09:36.828Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "VfwEb81121cA6a4..base_vfw..module-0", "vfModuleModelInvariantUUID": "93db6e79-6b42-4624-8d44-eea9aa2b6ab1", "vfModuleModelVersion": "1", "vfModuleModelUUID": "812fd7cc-588d-4a48-9077-09b35ed5aae6", "vfModuleModelCustomizationUUID": "cde83a71-cd96-4810-ad3d-fefe5a9f4fbb", "isBase": true, "artifacts": [ "6b6eb3c9-b8d7-4298-a500-afcee3d201b6", "7a51f7a5-38a4-4c0e-817a-b5c5b77e33a0" ], "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-28T06:09:36.828Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:VfwEb81121cA6a4..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:812fd7cc-588d-4a48-9077-09b35ed5aae6 VfModuleModelInvariantUUID:93db6e79-6b42-4624-8d44-eea9aa2b6ab1 VfModuleModelDescription:NULL Artifacts UUID List:{ 6b6eb3c9-b8d7-4298-a500-afcee3d201b6 , 7a51f7a5-38a4-4c0e-817a-b5c5b77e33a0 } 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-28T06:09:36.828Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 6b6eb3c9-b8d7-4298-a500-afcee3d201b6 from URL: /sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml 2022-03-28T06:09:36.828Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-28T06:09:36.828Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml 2022-03-28T06:09:36.883Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-28T06:09:36.884Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml 6b6eb3c9-b8d7-4298-a500-afcee3d201b6 20368 2022-03-28T06:09:36.884Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-28T06:09:36.884Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml 2022-03-28T06:09:36.885Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:09:36.885Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:09:36.887Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:09:36.887Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447776884, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T06:09:36.988Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T06:09:36.989Z||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-28T06:09:36.989Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:09:37.010Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:09:37.010Z||pool-53-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:09:37.888Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||Trying to download the artifact UUID: 7a51f7a5-38a4-4c0e-817a-b5c5b77e33a0 from URL: /sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env 2022-03-28T06:09:37.889Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - download 2022-03-28T06:09:37.889Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env 2022-03-28T06:09:37.948Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||GET Response Status 200 2022-03-28T06:09:37.948Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env 7a51f7a5-38a4-4c0e-817a-b5c5b77e33a0 2098 2022-03-28T06:09:37.949Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-28T06:09:37.949Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env 2022-03-28T06:09:37.949Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:09:37.949Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:09:37.951Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:09:37.951Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447777949, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-28T06:09:38.051Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:09:38.053Z||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-28T06:09:38.053Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:09:38.069Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:09:38.070Z||pool-54-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:09:38.957Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Preparing to deploy Service: ad9f7d9e-2544-4e50-92d7-d92737199459 2022-03-28T06:09:38.958Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW eb81121c-a6a4 0 3ea049e8-057f-401a-b20a-d265169e18c9 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-28T06:09:38.979Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@47b6a8f0, org.onap.sdc.toscaparser.api.parameters.Input@bb51d7f, org.onap.sdc.toscaparser.api.parameters.Input@472b3f20, org.onap.sdc.toscaparser.api.parameters.Input@5792ffcf, org.onap.sdc.toscaparser.api.parameters.Input@25912ce5] 2022-03-28T06:09:38.980Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:38.981Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-28 06-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:09:38.981Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||VF Category is: Generic 2022-03-28T06:09:38.981Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||VFCustomizationUUID= 5ef1c505-ede3-46c5-b9f0-9e7a1c5af3fa 2022-03-28T06:09:38.981Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 5ef1c505-ede3-46c5-b9f0-9e7a1c5af3fa matches Tosca VF Customization UUID: 5ef1c505-ede3-46c5-b9f0-9e7a1c5af3fa 2022-03-28T06:09:38.981Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||vfCustomizationUUID: 5ef1c505-ede3-46c5-b9f0-9e7a1c5af3fa 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-28T06:09:38.984Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:38.985Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-28 06-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:09:38.985Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||resource request for resource customization id 5ef1c505-ede3-46c5-b9f0-9e7a1c5af3fa: {\"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-28T06:09:38.986Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@588c9653 2022-03-28T06:09:38.986Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:38.986Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-28 06-07-06 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-28T06:09:38.986Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : cde83a71-cd96-4810-ad3d-fefe5a9f4fbb 2022-03-28T06:09:38.986Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID cde83a71-cd96-4810-ad3d-fefe5a9f4fbb 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-28T06:09:38.991Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:38.991Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vFW eb81121c-a6a4 0 is matching search criteria 2022-03-28T06:09:38.991Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eb81121c-a6a4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:09:38.992Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:38.992Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vFW eb81121c-a6a4 0 is matching search criteria 2022-03-28T06:09:38.992Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eb81121c-a6a4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:09:38.992Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:38.993Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vFW eb81121c-a6a4 0 is not matching search criteria 2022-03-28T06:09:38.993Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T06:09:38.993Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T06:09:38.993Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-03-28T06:09:38.994Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-28T06:09:38.994Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-28T06:09:38.994Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:09:38.994Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-28T06:09:38.994Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-28T06:09:38.995Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-28T06:09:38.995Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-28T06:09:38.995Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:09:38.995Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=52d5fe7f-d33e-448f-aa39-b4f9a51a0e14 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-28T06:09:38.999Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:39.000Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vFW eb81121c-a6a4 0 is matching search criteria 2022-03-28T06:09:39.000Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eb81121c-a6a4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:09:39.000Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:39.001Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vFW eb81121c-a6a4 0 is not matching search criteria 2022-03-28T06:09:39.001Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T06:09:39.001Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T06:09:39.001Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-28T06:09:39.001Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-28T06:09:39.002Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:09:39.002Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-28T06:09:39.002Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:09:39.002Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-03-28T06:09:39.002Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-03-28T06:09:39.003Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-03-28T06:09:39.003Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vpg is not matching search criteria 2022-03-28T06:09:39.003Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:09:39.003Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=371f6550-7a23-410b-985f-a3f29b427863 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-28T06:09:39.006Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:39.006Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vFW eb81121c-a6a4 0 is matching search criteria 2022-03-28T06:09:39.006Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eb81121c-a6a4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:09:39.006Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:39.007Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vFW eb81121c-a6a4 0 is not matching search criteria 2022-03-28T06:09:39.007Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-03-28T06:09:39.007Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-03-28T06:09:39.007Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-03-28T06:09:39.007Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-03-28T06:09:39.008Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:09:39.008Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw is not matching search criteria 2022-03-28T06:09:39.008Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-03-28T06:09:39.008Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-03-28T06:09:39.009Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vsn is not matching search criteria 2022-03-28T06:09:39.009Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-03-28T06:09:39.009Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-03-28T06:09:39.009Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-03-28T06:09:39.009Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=eb317d4b-7073-4585-88ff-ff1d206428a0 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-28T06:09:39.013Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:39.013Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vFW eb81121c-a6a4 0 is matching search criteria 2022-03-28T06:09:39.013Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eb81121c-a6a4 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:09:39.013Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:39.013Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Node template vFW eb81121c-a6a4 0 is matching search criteria 2022-03-28T06:09:39.013Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found topology templates [vFW eb81121c-a6a4 0] matching following query criteria: sdcType=VF, customizationUUID=5ef1c505-ede3-46c5-b9f0-9e7a1c5af3fa 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-28T06:09:39.015Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:39.015Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-28 06-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:09:39.016Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500|| resourceSeq for service uuid ad9f7d9e-2544-4e50-92d7-d92737199459: vFW eb81121c-a6a4 2022-03-28T06:09:39.016Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:39.016Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-28 06-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:09:39.016Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:39.016Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-28 06-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:09:39.016Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:39.017Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-28 06-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:09:39.021Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:39.021Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-28 06-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:09:39.022Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:09:39.022Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Service vFW 2022-03-28 06-07-06 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:09:39.022Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||Saving Service: vFW 2022-03-28 06-07-06 Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T06:09:39.244Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW eb81121c-a6a4 3ea049e8-057f-401a-b20a-d265169e18c9 1 ASDC deployResourceStructure 2022-03-28T06:09:39.245Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json ASDC sendASDCNotification 2022-03-28T06:09:39.245Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json 2022-03-28T06:09:39.245Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:09:39.245Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:09:39.249Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:09:39.249Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447779245, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json", "status": "DEPLOY_OK" } 2022-03-28T06:09:39.348Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-28T06:09:39.349Z||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-28T06:09:39.349Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:09:39.366Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:09:39.366Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:09:40.251Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-03-28T06:09:40.251Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml 2022-03-28T06:09:40.251Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:09:40.252Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:09:40.254Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:09:40.254Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447780250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-28T06:09:40.355Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T06:09:40.356Z||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-28T06:09:40.356Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:09:40.370Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:09:40.371Z||pool-56-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:09:41.256Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env ASDC sendASDCNotification 2022-03-28T06:09:41.256Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env 2022-03-28T06:09:41.256Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:09:41.256Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:09:41.259Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:09:41.259Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447781255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-28T06:09:41.359Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:09:41.361Z||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-28T06:09:41.361Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:09:41.377Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:09:41.377Z||pool-57-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:09:42.261Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar ASDC sendASDCNotification 2022-03-28T06:09:42.261Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar 2022-03-28T06:09:42.261Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:09:42.261Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:09:42.265Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:09:42.266Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447782261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:09:42.364Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-03-28T06:09:42.365Z||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-28T06:09:42.365Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:09:42.378Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:09:42.379Z||pool-58-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:09:43.268Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 950dda8f-ecb7-4ed3-99aa-4ce46871758f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:09:43.284Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 950dda8f-ecb7-4ed3-99aa-4ce46871758f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:09:43.288Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:09:43.288Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:09:43.288Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:10:13.288Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 950dda8f-ecb7-4ed3-99aa-4ce46871758f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:10:13.300Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 950dda8f-ecb7-4ed3-99aa-4ce46871758f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:10:13.303Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:10:13.303Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:10:13.303Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:10:22.799Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:10:22.800Z||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-28T06:10:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:10:23.453Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:10:23.456Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.456Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "multicloud-k8s-id", "timestamp": 1648447760958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.457Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.457Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.457Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447764063, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.458Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.458Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447758138, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.458Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.459Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "policy-id", "timestamp": 1648447762586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.459Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.459Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "multicloud-k8s-id", "timestamp": 1648447760958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json", "status": "NOTIFIED" } 2022-03-28T06:10:23.460Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.460Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.460Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "policy-id", "timestamp": 1648447762586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.461Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.461Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447764063, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json", "status": "NOTIFIED" } 2022-03-28T06:10:23.461Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447758138, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.462Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.462Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "multicloud-k8s-id", "timestamp": 1648447760958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-28T06:10:23.462Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.463Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447764063, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-28T06:10:23.463Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.463Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "policy-id", "timestamp": 1648447762586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-03-28T06:10:23.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.464Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.464Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447758138, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.464Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "ves-openapi-manager", "timestamp": 1648447766511, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.465Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.465Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.465Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "cds", "timestamp": 1648447766822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.466Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "multicloud-k8s-id", "timestamp": 1648447760958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.466Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.466Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "policy-id", "timestamp": 1648447762586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.467Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.467Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447764063, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.467Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447758138, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.468Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.468Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.468Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "ves-openapi-manager", "timestamp": 1648447766511, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.469Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "cds", "timestamp": 1648447766822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.469Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.469Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447764063, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-28T06:10:23.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "multicloud-k8s-id", "timestamp": 1648447760958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-03-28T06:10:23.470Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.470Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.470Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "policy-id", "timestamp": 1648447762586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447758138, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.471Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.471Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "ves-openapi-manager", "timestamp": 1648447766511, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.471Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "cds", "timestamp": 1648447766822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.472Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.472Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447764063, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.472Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "multicloud-k8s-id", "timestamp": 1648447760958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.473Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.473Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.473Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "policy-id", "timestamp": 1648447762586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447758138, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.474Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.474Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "ves-openapi-manager", "timestamp": 1648447766511, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.474Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "cds", "timestamp": 1648447766822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.475Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447764063, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:10:23.475Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.475Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "multicloud-k8s-id", "timestamp": 1648447760958, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:10:23.476Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.476Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.476Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "policy-id", "timestamp": 1648447762586, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:10:23.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.477Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447758138, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:10:23.477Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.477Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "ves-openapi-manager", "timestamp": 1648447766511, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "cds", "timestamp": 1648447766822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.478Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.478Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.478Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "multicloud-k8s-id", "timestamp": 1648447772222, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T06:10:23.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:10:23.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447772037, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:10:23.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:10:23.479Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.479Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "policy-id", "timestamp": 1648447772012, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:10:23.479Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:10:23.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447772187, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:10:23.480Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:10:23.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.480Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "ves-openapi-manager", "timestamp": 1648447766511, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.480Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.480Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "cds", "timestamp": 1648447766822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.481Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.481Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.481Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "policy-id", "timestamp": 1648447773017, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:10:23.481Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:10:23.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "multicloud-k8s-id", "timestamp": 1648447773413, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T06:10:23.482Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:10:23.482Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.482Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "ves-openapi-manager", "timestamp": 1648447766511, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.483Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.483Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.483Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "cds", "timestamp": 1648447766822, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:10:23.483Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.484Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.484Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "policy-id", "timestamp": 1648447774021, "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-28T06:10:23.493Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 950dda8f-ecb7-4ed3-99aa-4ce46871758f 2022-03-28T06:10:23.493Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 950dda8f-ecb7-4ed3-99aa-4ce46871758f 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-28T06:10:23.501Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "multicloud-k8s-id", "timestamp": 1648447774496, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-28T06:10:23.502Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:10:23.502Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.502Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "cds", "timestamp": 1648447774607, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:10:23.503Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:10:23.503Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.503Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "multicloud-k8s-id", "timestamp": 1648447775532, "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-28T06:10:23.508Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 950dda8f-ecb7-4ed3-99aa-4ce46871758f 2022-03-28T06:10:23.509Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 950dda8f-ecb7-4ed3-99aa-4ce46871758f 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-28T06:10:23.517Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.517Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "cds", "timestamp": 1648447775620, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-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-28T06:10:23.525Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 950dda8f-ecb7-4ed3-99aa-4ce46871758f 2022-03-28T06:10:23.526Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 950dda8f-ecb7-4ed3-99aa-4ce46871758f 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-28T06:10:23.547Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.547Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "clamp", "timestamp": 1648447774665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.547Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447775819, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T06:10:23.548Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:10:23.548Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.548Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447775962, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:10:23.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:10:23.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "multicloud-k8s-id", "timestamp": 1648447776537, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json", "status": "DEPLOY_OK" } 2022-03-28T06:10:23.549Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:10:23.549Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.549Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "clamp", "timestamp": 1648447774665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json", "status": "NOTIFIED" } 2022-03-28T06:10:23.550Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.550Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.550Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447776884, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T06:10:23.550Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:10:23.551Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.551Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648447776966, "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-28T06:10:23.557Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 950dda8f-ecb7-4ed3-99aa-4ce46871758f 2022-03-28T06:10:23.557Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 950dda8f-ecb7-4ed3-99aa-4ce46871758f 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-28T06:10:23.570Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.570Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "clamp", "timestamp": 1648447774665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.570Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447777949, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-03-28T06:10:23.571Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:10:23.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.571Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "clamp", "timestamp": 1648447774665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.571Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.571Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447779245, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json", "status": "DEPLOY_OK" } 2022-03-28T06:10:23.572Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:10:23.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "clamp", "timestamp": 1648447774665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.572Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.572Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.572Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447780250, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-03-28T06:10:23.572Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:10:23.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "clamp", "timestamp": 1648447774665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.573Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.573Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.573Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447781255, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-03-28T06:10:23.575Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:10:23.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.575Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "clamp", "timestamp": 1648447774665, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:10:23.575Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.575Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447782261, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:10:23.576Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:10:23.576Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.576Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "aai-ml", "timestamp": 1648447784291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "aai-ml", "timestamp": 1648447784291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vfweb81121ca6a40_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.577Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.577Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.577Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "aai-ml", "timestamp": 1648447784291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "aai-ml", "timestamp": 1648447784291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.578Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.578Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.578Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "clamp", "timestamp": 1648447787088, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:10:23.578Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:10:23.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "aai-ml", "timestamp": 1648447784291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/resourceInstances/vfweb81121ca6a40/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "aai-ml", "timestamp": 1648447784291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:10:23.579Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.579Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.579Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "clamp", "timestamp": 1648447789101, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:10:23.580Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:10:23.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "aai-ml", "timestamp": 1648447784291, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:10:23.580Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-03-28T06:10:23.580Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.580Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "clamp", "timestamp": 1648447790105, "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-28T06:10:23.588Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 950dda8f-ecb7-4ed3-99aa-4ce46871758f 2022-03-28T06:10:23.588Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 950dda8f-ecb7-4ed3-99aa-4ce46871758f 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-28T06:10:23.598Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.598Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "aai-ml", "timestamp": 1648447792545, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:10:23.598Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:10:23.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "aai-ml", "timestamp": 1648447804163, "artifactURL": "/sdc/v1/catalog/services/Vfw20220328060706/1.0/artifacts/service-Vfw20220328060706-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:10:23.599Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:10:23.599Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-03-28T06:10:23.599Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "aai-ml", "timestamp": 1648447805168, "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-28T06:10:23.605Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 950dda8f-ecb7-4ed3-99aa-4ce46871758f 2022-03-28T06:10:23.605Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 950dda8f-ecb7-4ed3-99aa-4ce46871758f 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-28T06:10:43.303Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 950dda8f-ecb7-4ed3-99aa-4ce46871758f Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:10:43.318Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 950dda8f-ecb7-4ed3-99aa-4ce46871758f Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:10:43.322Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:10:43.322Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-28T06:10:43.323Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-28T06:10:43.323Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-28T06:10:43.323Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:10:43.324Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:10:43.324Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:10:43.324Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:10:43.324Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:10:43.324Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:10:43.325Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T06:10:43.332Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-28T06:11:13.332Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 950dda8f-ecb7-4ed3-99aa-4ce46871758f 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-28T06:11:13.340Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 950dda8f-ecb7-4ed3-99aa-4ce46871758f and serviceModelVersionId: ad9f7d9e-2544-4e50-92d7-d92737199459 2022-03-28T06:11:13.340Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2a77894c-4e2f-4f3f-a4f4-5ddbb2db331d 2022-03-28T06:11:13.342Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2a77894c-4e2f-4f3f-a4f4-5ddbb2db331d/model-vers/model-ver/ad9f7d9e-2544-4e50-92d7-d92737199459?depth=0 2022-03-28T06:11:13.349Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||RestClientSSL using default SSL context! 2022-03-28T06:11:13.413Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a77894c-4e2f-4f3f-a4f4-5ddbb2db331d/model-vers/model-ver/ad9f7d9e-2544-4e50-92d7-d92737199459?depth=0|INFO|500||Invoke 2022-03-28T06:11:13.414Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a77894c-4e2f-4f3f-a4f4-5ddbb2db331d/model-vers/model-ver/ad9f7d9e-2544-4e50-92d7-d92737199459?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a77894c-4e2f-4f3f-a4f4-5ddbb2db331d/model-vers/model-ver/ad9f7d9e-2544-4e50-92d7-d92737199459?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[950dda8f-ecb7-4ed3-99aa-4ce46871758f], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[49511eac-006f-46f8-b8c6-e5a222e832d5], X-ECOMP-RequestID=[950dda8f-ecb7-4ed3-99aa-4ce46871758f], X-TransactionId=[], X-ONAP-RequestID=[950dda8f-ecb7-4ed3-99aa-4ce46871758f], Content-Type=[application/merge-patch+json]} 2022-03-28T06:11:13.447Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a77894c-4e2f-4f3f-a4f4-5ddbb2db331d/model-vers/model-ver/ad9f7d9e-2544-4e50-92d7-d92737199459?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-28T06:11:13.882Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a77894c-4e2f-4f3f-a4f4-5ddbb2db331d/model-vers/model-ver/ad9f7d9e-2544-4e50-92d7-d92737199459?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/2a77894c-4e2f-4f3f-a4f4-5ddbb2db331d/model-vers/model-ver/ad9f7d9e-2544-4e50-92d7-d92737199459?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220328-06:11:13:111-4561], vertex-id=[249872], Content-Length=[0], Date=[Mon, 28 Mar 2022 06:11:13 GMT], Content-Type=[application/json]} 2022-03-28T06:11:13.882Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a77894c-4e2f-4f3f-a4f4-5ddbb2db331d/model-vers/model-ver/ad9f7d9e-2544-4e50-92d7-d92737199459?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-28T06:11:13.883Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2a77894c-4e2f-4f3f-a4f4-5ddbb2db331d/model-vers/model-ver/ad9f7d9e-2544-4e50-92d7-d92737199459?depth=0|INFO|500||InvokeReturn 2022-03-28T06:11:13.885Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-28T06:11:13.885Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T06:11:13.891Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-28T06:11:13.891Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 950dda8f-ecb7-4ed3-99aa-4ce46871758f and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-28T06:11:13.891Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-28T06:11:13.892Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:11:13.894Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:11:13.894Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||DEBUG|500||try to send status { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447873891, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T06:11:13.995Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T06:11:13.996Z||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-28T06:11:13.996Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:11:14.036Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:11:14.037Z||pool-59-thread-1|||||INFO|500||cambria reply ok (42 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-28T06:11:14.909Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:11:14.910Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:11:14.910Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:11:22.799Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:11:22.800Z||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-28T06:11:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:11:23.437Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:11:23.437Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-28T06:11:23.437Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "950dda8f-ecb7-4ed3-99aa-4ce46871758f", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648447873891, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T06:11:23.438Z||pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:11:24.458Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:11:24.459Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:11:24.459Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:11:24.460Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:11:34.011Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:11:34.012Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:11:34.013Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:11:34.013Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:11:43.564Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:11:43.565Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:11:43.566Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:11:43.566Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:11:53.130Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:12:22.797Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:12:22.797Z||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-28T06:12:22.798Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:12:22.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:12:22.800Z||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-28T06:12:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:12:32.354Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:12:32.385Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:13:22.797Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:13:22.797Z||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-28T06:13:22.797Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:13:22.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:13:22.799Z||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-28T06:13:22.799Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:13:32.359Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:13:32.361Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:14:22.797Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:14:22.797Z||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-28T06:14:22.798Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:14:22.799Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:14:22.799Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|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-28T06:14:22.800Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:14:32.351Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:14:32.378Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:15:22.797Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:15:22.797Z||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-28T06:15:22.798Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:15:22.799Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:15:22.799Z||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-28T06:15:22.799Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:15:32.351Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:15:32.351Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:16:22.797Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:16:22.798Z||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-28T06:16:22.798Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:16:22.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:16:22.800Z||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-28T06:16:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:16:32.350Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:16:32.351Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:17:22.796Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:17:22.798Z||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-28T06:17:22.798Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:17:22.799Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:17:22.799Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:17:22.799Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:17:32.357Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:17:32.362Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:18:22.797Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:18:22.799Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:18:22.801Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|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-28T06:18:22.801Z||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-28T06:18:22.801Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:18:22.801Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:18:23.453Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:18:23.455Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.455Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f5fcffb1-8693-491d-9e79-59084134eede","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"d41dc77d-aa57-40ee-aa2c-be53438a8b4d","serviceDescription":"service","serviceInvariantUUID":"1bfdfa3f-f1bb-4246-a56f-d3b7ba70e0cb","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"8983af8b-aa47-42bb-9c2b-3dedffebe2ed","resourceInvariantUUID":"d1cc343d-5686-41f8-814b-399114e8d6ac","resourceCustomizationUUID":"8cef0e6b-25c0-431c-aa1d-947fd20fe610","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":"OWNlOTJhYjI5MzQ2MGRjM2U0MDY1NWUwMTU2YzM2NGQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ff866122-1863-41c1-b795-4e6b66ca4b46","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"OTk1Y2ZlNjYxZDA3MWUyMmVjMTVkMTUxZmU0ZTdiNzU\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"ecf278f0-5eda-4b15-b7fa-558d050eea78","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-28T06:18:23.461Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:18:23.461Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.461Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448268137, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:18:23.463Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-28T06:18:23.463Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.463Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "cds", "timestamp": 1648448276822, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:18:23.464Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-28T06:18:23.464Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.464Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448268137, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:18:23.464Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-28T06:18:23.464Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.464Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "cds", "timestamp": 1648448276822, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:18:23.465Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-28T06:18:23.465Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.465Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448279900, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:18:23.465Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:18:23.465Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.465Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "cds", "timestamp": 1648448279907, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:18:23.465Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:18:23.466Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.466Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "cds", "timestamp": 1648448280915, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } 2022-03-28T06:18:23.468Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:18:23.470Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:18:23.482Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:18:23.482Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448302797, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T06:18:23.502Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f5fcffb1-8693-491d-9e79-59084134eede 2022-03-28T06:18:23.503Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5fcffb1-8693-491d-9e79-59084134eede 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-28T06:18:23.527Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.527Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "multicloud-k8s-id", "timestamp": 1648448280958, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:18:23.528Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-28T06:18:23.528Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.528Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448281644, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:18:23.529Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:18:23.529Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.530Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "multicloud-k8s-id", "timestamp": 1648448280958, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:18:23.530Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-28T06:18:23.530Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.530Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448282648, "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-28T06:18:23.548Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f5fcffb1-8693-491d-9e79-59084134eede 2022-03-28T06:18:23.548Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5fcffb1-8693-491d-9e79-59084134eede 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-28T06:18:23.562Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.563Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "policy-id", "timestamp": 1648448282586, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:18:23.563Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-28T06:18:23.563Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.563Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "policy-id", "timestamp": 1648448282586, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:18:23.564Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-28T06:18:23.564Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.564Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "clamp", "timestamp": 1648448284665, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:18:23.564Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-28T06:18:23.564Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.564Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "policy-id", "timestamp": 1648448285799, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:18:23.565Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:18:23.565Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.565Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "clamp", "timestamp": 1648448284665, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:18:23.566Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-28T06:18:23.566Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.566Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "policy-id", "timestamp": 1648448286804, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:18:23.566Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:18:23.566Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.567Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "ves-openapi-manager", "timestamp": 1648448286511, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:18:23.567Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-28T06:18:23.567Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.568Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "policy-id", "timestamp": 1648448287808, "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-28T06:18:23.578Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f5fcffb1-8693-491d-9e79-59084134eede 2022-03-28T06:18:23.579Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5fcffb1-8693-491d-9e79-59084134eede and ComponentName POLICY 2022-03-28T06:18:23.581Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_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-28T06:18:23.584Z||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-28T06:18:23.585Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T06:18:23.604Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.604Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "ves-openapi-manager", "timestamp": 1648448286511, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:18:23.605Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-28T06:18:23.605Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.606Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "clamp", "timestamp": 1648448290196, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:18:23.606Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:18:23.607Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.607Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "clamp", "timestamp": 1648448292194, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:18:23.607Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:18:23.608Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.608Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "clamp", "timestamp": 1648448293198, "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-28T06:18:23.614Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:18:23.615Z||pool-60-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:18:23.627Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f5fcffb1-8693-491d-9e79-59084134eede 2022-03-28T06:18:23.627Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5fcffb1-8693-491d-9e79-59084134eede 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-28T06:18:23.644Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.644Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "aai-ml", "timestamp": 1648448294291, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:18:23.644Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-28T06:18:23.644Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.644Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "aai-ml", "timestamp": 1648448294291, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:18:23.645Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-28T06:18:23.645Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:18:23.645Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "aai-ml", "timestamp": 1648448297461, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:18:23.645Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:18:24.483Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:18:24.484Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:18:24.487Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:18:24.487Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448302797, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:18:24.587Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:18:24.588Z||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-28T06:18:24.588Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:18:24.603Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:18:24.603Z||pool-61-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:18:25.488Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "d41dc77d-aa57-40ee-aa2c-be53438a8b4d", "serviceDescription": "service", "serviceInvariantUUID": "1bfdfa3f-f1bb-4246-a56f-d3b7ba70e0cb", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "8cef0e6b-25c0-431c-aa1d-947fd20fe610", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "8983af8b-aa47-42bb-9c2b-3dedffebe2ed", "resourceInvariantUUID": "d1cc343d-5686-41f8-814b-399114e8d6ac", "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": "OTk1Y2ZlNjYxZDA3MWUyMmVjMTVkMTUxZmU0ZTdiNzU\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "ecf278f0-5eda-4b15-b7fa-558d050eea78" } ], "workloadContext": "Production" } 2022-03-28T06:18:25.489Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-28T06:18:25.489Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 d41dc77d-aa57-40ee-aa2c-be53438a8b4d ASDC 2022-03-28T06:18:25.490Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:f5fcffb1-8693-491d-9e79-59084134eede ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:d41dc77d-aa57-40ee-aa2c-be53438a8b4d ServiceInvariantUUID:1bfdfa3f-f1bb-4246-a56f-d3b7ba70e0cb 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:ecf278f0-5eda-4b15-b7fa-558d050eea78 ArtifactChecksum:OTk1Y2ZlNjYxZDA3MWUyMmVjMTVkMTUxZmU0ZTdiNzU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:8cef0e6b-25c0-431c-aa1d-947fd20fe610 ResourceInvariantUUID:d1cc343d-5686-41f8-814b-399114e8d6ac ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:8983af8b-aa47-42bb-9c2b-3dedffebe2ed ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-03-28T06:18:25.491Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF d41dc77d-aa57-40ee-aa2c-be53438a8b4d 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-28T06:18:25.528Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T06:18:25.530Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-28T06:18:25.530Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-28T06:18:25.530Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: ecf278f0-5eda-4b15-b7fa-558d050eea78 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-28T06:18:25.530Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-28T06:18:25.531Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-03-28T06:18:26.002Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-28T06:18:26.005Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ecf278f0-5eda-4b15-b7fa-558d050eea78 52511 2022-03-28T06:18:26.005Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||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-28T06:18:26.005Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||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-28T06:18:26.005Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:18:26.006Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:18:26.008Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:18:26.008Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448306005, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:18:26.108Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:18:26.112Z||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-28T06:18:26.112Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:18:26.132Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:18:26.133Z||pool-62-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:18:27.009Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T06:18:27.010Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-28T06:18:27.010Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: ecf278f0-5eda-4b15-b7fa-558d050eea78, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-28T06:18:27.011Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-03-28T06:18:27.011Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-28T06:18:27.012Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-28T06:18:27.192Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17377024921150051284/Definitions/service-BasicNetwork-template.yml 2022-03-28T06:18:27.875Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-28T06:18:27.876Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-28T06:18:27.876Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-03-28T06:18:27.876Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-03-28T06:18:27.876Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||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-28T06:18:27.877Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||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-28T06:18:27.877Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||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-28T06:18:27.877Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||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-28T06:18:27.877Z|f5fcffb1-8693-491d-9e79-59084134eede|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-BasicNetwork-csar.csar 2022-03-28T06:18:27.877Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||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-28T06:18:27.877Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||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-28T06:18:27.877Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||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-28T06:18:27.877Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-28T06:18:27.877Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:18:27.878Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:18:27.878Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-28T06:18:27.878Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-28T06:18:27.878Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T06:18:27.878Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:18:27.879Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:18:27.879Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-03-28T06:18:27.879Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-28T06:18:27.879Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T06:18:27.879Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:18:27.879Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:18:27.879Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:18:27.879Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:18:27.880Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:18:27.880Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:18:27.880Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:18:27.885Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:18:27.886Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:18:27.886Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:18:27.886Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:d41dc77d-aa57-40ee-aa2c-be53438a8b4d Model Version:NULL Model InvariantUuid:1bfdfa3f-f1bb-4246-a56f-d3b7ba70e0cb Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:d1cc343d-5686-41f8-814b-399114e8d6ac Model UUID:794f5738-7260-4702-b8a9-60fc84b8ae96 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:8cef0e6b-25c0-431c-aa1d-947fd20fe610 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-28T06:18:27.901Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||Processing Resource Type: VL, Model UUID: 8983af8b-aa47-42bb-9c2b-3dedffebe2ed 2022-03-28T06:18:27.901Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||No resources found for Service: d41dc77d-aa57-40ee-aa2c-be53438a8b4d 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-28T06:18:27.914Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500|| 2022-03-28T06:18:27.914Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-03-28T06:18:27.915Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||No resources found for Service: d41dc77d-aa57-40ee-aa2c-be53438a8b4d 2022-03-28T06:18:27.915Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: d41dc77d-aa57-40ee-aa2c-be53438a8b4d 2022-03-28T06:18:27.915Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-03-28T06:18:27.915Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||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-28T06:18:27.926Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@569c3d3c, org.onap.sdc.toscaparser.api.parameters.Input@24e636fb, org.onap.sdc.toscaparser.api.parameters.Input@76f3c811, org.onap.sdc.toscaparser.api.parameters.Input@57da3bd3, org.onap.sdc.toscaparser.api.parameters.Input@609889c9] 2022-03-28T06:18:27.928Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:18:27.928Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:18:27.929Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:18:27.929Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:18:27.929Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid d41dc77d-aa57-40ee-aa2c-be53438a8b4d: Generic NeutronNet 2022-03-28T06:18:27.929Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:18:27.930Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:18:27.930Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:18:27.930Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||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-28T06:18:27.980Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:18:27.980Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:18:27.980Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:18:27.980Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:18:27.980Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:18:27.981Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:18:27.981Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||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-28T06:18:28.059Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-03-28T06:18:28.060Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||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-28T06:18:28.060Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||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-28T06:18:28.060Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:18:28.061Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:18:28.064Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:18:28.064Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448308060, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:18:28.164Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:18:28.165Z||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-28T06:18:28.166Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:18:28.189Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:18:28.190Z||pool-63-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:18:29.066Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5fcffb1-8693-491d-9e79-59084134eede Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:18:29.091Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5fcffb1-8693-491d-9e79-59084134eede Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:18:29.099Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:18:29.099Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:18:29.099Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:18:59.099Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5fcffb1-8693-491d-9e79-59084134eede Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:18:59.113Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5fcffb1-8693-491d-9e79-59084134eede Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:18:59.117Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:18:59.118Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:18:59.118Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:19:22.799Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:19:22.800Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|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-28T06:19:22.800Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:19:22.944Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:19:22.944Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||received message from topic 2022-03-28T06:19:22.944Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448302797, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:19:22.945Z|82d9db8f-be17-4681-a23b-ec78ad8baf72|pool-2-thread-8|||||INFO|500||Missing status on Status Object. 2022-03-28T06:19:29.119Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5fcffb1-8693-491d-9e79-59084134eede Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:19:29.131Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5fcffb1-8693-491d-9e79-59084134eede Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:19:29.135Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:19:29.135Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:19:29.135Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:19:59.135Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5fcffb1-8693-491d-9e79-59084134eede Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:19:59.149Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5fcffb1-8693-491d-9e79-59084134eede Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:19:59.152Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:19:59.152Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:19:59.152Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:20:22.799Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:20:22.800Z||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-28T06:20:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:20:23.338Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:20:23.339Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-28T06:20:23.339Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448302797, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:20:23.340Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-03-28T06:20:23.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-28T06:20:23.340Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "aai-ml", "timestamp": 1648448305841, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:20:23.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:20:23.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-28T06:20:23.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448306005, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:20:23.341Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:20:23.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-28T06:20:23.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "aai-ml", "timestamp": 1648448306849, "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-28T06:20:23.350Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f5fcffb1-8693-491d-9e79-59084134eede 2022-03-28T06:20:23.350Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId f5fcffb1-8693-491d-9e79-59084134eede 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-28T06:20:23.368Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-28T06:20:23.368Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448308060, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:20:23.368Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:20:29.152Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f5fcffb1-8693-491d-9e79-59084134eede Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:20:29.167Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f5fcffb1-8693-491d-9e79-59084134eede Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:20:29.174Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:20:29.174Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-28T06:20:29.174Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-28T06:20:29.175Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-28T06:20:29.175Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:20:29.175Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:20:29.175Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:20:29.175Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:20:29.175Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:20:29.176Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:20:29.176Z|f5fcffb1-8693-491d-9e79-59084134eede|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-28T06:20:29.189Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-28T06:20:59.190Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f5fcffb1-8693-491d-9e79-59084134eede 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-28T06:20:59.198Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f5fcffb1-8693-491d-9e79-59084134eede and serviceModelVersionId: d41dc77d-aa57-40ee-aa2c-be53438a8b4d 2022-03-28T06:20:59.198Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 1bfdfa3f-f1bb-4246-a56f-d3b7ba70e0cb 2022-03-28T06:20:59.200Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/1bfdfa3f-f1bb-4246-a56f-d3b7ba70e0cb/model-vers/model-ver/d41dc77d-aa57-40ee-aa2c-be53438a8b4d?depth=0 2022-03-28T06:20:59.205Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-28T06:20:59.279Z|f5fcffb1-8693-491d-9e79-59084134eede|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/1bfdfa3f-f1bb-4246-a56f-d3b7ba70e0cb/model-vers/model-ver/d41dc77d-aa57-40ee-aa2c-be53438a8b4d?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-28T06:20:59.298Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfdfa3f-f1bb-4246-a56f-d3b7ba70e0cb/model-vers/model-ver/d41dc77d-aa57-40ee-aa2c-be53438a8b4d?depth=0|INFO|500||Invoke 2022-03-28T06:20:59.326Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfdfa3f-f1bb-4246-a56f-d3b7ba70e0cb/model-vers/model-ver/d41dc77d-aa57-40ee-aa2c-be53438a8b4d?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-28T06:20:59.824Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/1bfdfa3f-f1bb-4246-a56f-d3b7ba70e0cb/model-vers/model-ver/d41dc77d-aa57-40ee-aa2c-be53438a8b4d?depth=0|INFO|500||InvokeReturn 2022-03-28T06:20:59.824Z|f5fcffb1-8693-491d-9e79-59084134eede|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/1bfdfa3f-f1bb-4246-a56f-d3b7ba70e0cb/model-vers/model-ver/d41dc77d-aa57-40ee-aa2c-be53438a8b4d?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220328-06:20:58:993-29825], vertex-id=[471128], Content-Length=[0], Date=[Mon, 28 Mar 2022 06:20:58 GMT], Content-Type=[application/json]} 2022-03-28T06:20:59.824Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-03-28T06:20:59.826Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-28T06:20:59.826Z|f5fcffb1-8693-491d-9e79-59084134eede|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-28T06:20:59.831Z|f5fcffb1-8693-491d-9e79-59084134eede|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-28T06:20:59.831Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f5fcffb1-8693-491d-9e79-59084134eede and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-28T06:20:59.832Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-28T06:20:59.832Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:20:59.839Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:20:59.839Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448459832, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T06:20:59.935Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-28T06:20:59.936Z||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-28T06:20:59.937Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:20:59.959Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:20:59.959Z||pool-64-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-28T06:21:00.851Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:21:00.852Z|f5fcffb1-8693-491d-9e79-59084134eede|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-28T06:21:00.852Z|f5fcffb1-8693-491d-9e79-59084134eede|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:21:05.222Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:21:05.223Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-28T06:21:05.223Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"bfc51202-d305-4caf-962a-b8171333bbf9","serviceName":"Demo_pNF_ertJEouFjzg1RM0PQwc1","serviceVersion":"1.0","serviceUUID":"80ebbea4-f6c4-4313-9bec-6b4970886bde","serviceDescription":"catalog service description","serviceInvariantUUID":"33c4e089-cae8-4258-9bec-02d5440ef15a","resources":[{"resourceInstanceName":"pNF 69c17a3d-71b1 0","resourceName":"pNF 69c17a3d-71b1","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"c5e54153-797c-4fb7-abef-678300c2666f","resourceInvariantUUID":"7670dc22-4dc2-4c16-96c9-d9fb2b80dd73","resourceCustomizationUUID":"f0674775-4fd0-4700-9dce-fffeafcf8be0","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/vf-license-model.xml","artifactChecksum":"ZDM4ZWIxODk4MzFiZmEzODEyMjFmMzhhMDY1MTQyM2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"df6068a7-f23b-40eb-b5a1-811cd3bbc54d","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/pNF.csar","artifactChecksum":"NGMyOTlmYmQ5MGM3MzNlNGE5YzFhNzc1MzM0NjU1NjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"8a2b7ba8-e494-4a97-87e7-591f58806629","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"adc57785-4380-464e-b521-979e30b57ca3","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/vendor-license-model.xml","artifactChecksum":"NWM3NTJmMjQxODcxOGViMzY2ZjRmZGZmOTI5MDVlYWI\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"1a7e8f1e-bc16-4862-84b4-f0ae29eb328e","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ce0b8a0c-8541-4d27-813f-ad254080fdfc","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1457937c-cf5d-446e-a33a-c8179d90478b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfErtjeoufjzg1rm0pqwc1-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-template.yml","artifactChecksum":"YjgyZGM0Nzg3M2IwNzI3M2U3M2NkZTcyMzcxNjkwNzg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"98f968b5-d511-4588-a9b2-aa8c2485531e","artifactVersion":"1"},{"artifactName":"service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar","artifactChecksum":"ODVmZDU2ODBhNThmYjFlMTM0Y2M5ODMwNmRiYWRkYWY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"6d7e2c05-9af6-4517-a50d-08a0f32b7ad8","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-28T06:21:05.226Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:21:05.226Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:21:05.228Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:21:05.228Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:05.329Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-28T06:21:05.330Z||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-28T06:21:05.330Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:21:05.343Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:21:05.344Z||pool-65-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:21:06.229Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:21:06.230Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:21:06.232Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:21:06.232Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:06.333Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-28T06:21:06.335Z||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-28T06:21:06.335Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:21:06.347Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:21:06.348Z||pool-66-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:21:07.233Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:21:07.234Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:21:07.236Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:21:07.236Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:07.337Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:21:07.339Z||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-28T06:21:07.339Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:21:07.355Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:21:07.361Z||pool-67-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:21:08.237Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:21:08.238Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:21:08.241Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:21:08.241Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:08.341Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T06:21:08.343Z||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-28T06:21:08.343Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:21:08.359Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:21:08.361Z||pool-68-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:21:09.242Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:21:09.243Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:21:09.245Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:21:09.245Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:09.345Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:21:09.347Z||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-28T06:21:09.347Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:21:09.362Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:21:09.362Z||pool-69-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:21:10.246Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:21:10.247Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:21:10.249Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:21:10.249Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:10.349Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:21:10.351Z||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-28T06:21:10.351Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:21:10.371Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:21:10.371Z||pool-70-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:21:11.250Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:21:11.250Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:21:11.252Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:21:11.253Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:11.353Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:21:11.354Z||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-28T06:21:11.355Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:21:11.374Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:21:11.375Z||pool-71-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:21:12.254Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:21:12.255Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:21:12.257Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:21:12.257Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:21:12.358Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:21:12.359Z||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-28T06:21:12.359Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:21:12.376Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:21:12.378Z||pool-72-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:21:13.258Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "serviceName": "Demo_pNF_ertJEouFjzg1RM0PQwc1", "serviceVersion": "1.0", "serviceUUID": "80ebbea4-f6c4-4313-9bec-6b4970886bde", "serviceDescription": "catalog service description", "serviceInvariantUUID": "33c4e089-cae8-4258-9bec-02d5440ef15a", "resources": [ { "resourceInstanceName": "pNF 69c17a3d-71b1 0", "resourceCustomizationUUID": "f0674775-4fd0-4700-9dce-fffeafcf8be0", "resourceName": "pNF 69c17a3d-71b1", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "c5e54153-797c-4fb7-abef-678300c2666f", "resourceInvariantUUID": "7670dc22-4dc2-4c16-96c9-d9fb2b80dd73", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "artifactChecksum": "ODVmZDU2ODBhNThmYjFlMTM0Y2M5ODMwNmRiYWRkYWY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "6d7e2c05-9af6-4517-a50d-08a0f32b7ad8" } ], "workloadContext": "Production" } 2022-03-28T06:21:13.259Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-28T06:21:13.259Z|f5fcffb1-8693-491d-9e79-59084134eede|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 80ebbea4-f6c4-4313-9bec-6b4970886bde ASDC 2022-03-28T06:21:13.260Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:bfc51202-d305-4caf-962a-b8171333bbf9 ServiceName:Demo_pNF_ertJEouFjzg1RM0PQwc1 ServiceVersion:1.0 ServiceUUID:80ebbea4-f6c4-4313-9bec-6b4970886bde ServiceInvariantUUID:33c4e089-cae8-4258-9bec-02d5440ef15a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar ArtifactUUID:6d7e2c05-9af6-4517-a50d-08a0f32b7ad8 ArtifactChecksum:ODVmZDU2ODBhNThmYjFlMTM0Y2M5ODMwNmRiYWRkYWY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 69c17a3d-71b1 0 ResourceCustomizationUUID:f0674775-4fd0-4700-9dce-fffeafcf8be0 ResourceInvariantUUID:7670dc22-4dc2-4c16-96c9-d9fb2b80dd73 ResourceName:pNF 69c17a3d-71b1 ResourceType:PNF ResourceUUID:c5e54153-797c-4fb7-abef-678300c2666f ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-28T06:21:13.260Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 80ebbea4-f6c4-4313-9bec-6b4970886bde 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-28T06:21:13.298Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T06:21:13.299Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-28T06:21:13.299Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-28T06:21:13.299Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6d7e2c05-9af6-4517-a50d-08a0f32b7ad8 from URL: /sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar 2022-03-28T06:21:13.299Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-28T06:21:13.300Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar 2022-03-28T06:21:13.561Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-28T06:21:13.565Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar 6d7e2c05-9af6-4517-a50d-08a0f32b7ad8 82641 2022-03-28T06:21:13.565Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar ASDC sendASDCNotification 2022-03-28T06:21:13.565Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar 2022-03-28T06:21:13.565Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:21:13.566Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:21:13.568Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:21:13.568Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448473565, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:21:13.668Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:21:13.669Z||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-28T06:21:13.670Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:21:13.687Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:21:13.688Z||pool-73-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:21:14.569Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T06:21:14.570Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-28T06:21:14.570Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 6d7e2c05-9af6-4517-a50d-08a0f32b7ad8, URL: /sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar to file: /app/ASDC/1/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar 2022-03-28T06:21:14.570Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar 2022-03-28T06:21:14.571Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar 2022-03-28T06:21:14.571Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar 2022-03-28T06:21:14.746Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP82543848304301975/Definitions/service-DemoPnfErtjeoufjzg1rm0pqwc1-template.yml 2022-03-28T06:21:15.692Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-28T06:21:15.692Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-28T06:21:15.693Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar 2022-03-28T06:21:15.693Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-28T06:21:15.693Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar 2022-03-28T06:21:15.693Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar 2022-03-28T06:21:15.693Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar 2022-03-28T06:21:15.693Z|bfc51202-d305-4caf-962a-b8171333bbf9|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-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar 2022-03-28T06:21:15.693Z|bfc51202-d305-4caf-962a-b8171333bbf9|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-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar 2022-03-28T06:21:15.694Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 69c17a3d-71b1 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-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar 2022-03-28T06:21:15.694Z|bfc51202-d305-4caf-962a-b8171333bbf9|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-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar 2022-03-28T06:21:15.694Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-28T06:21:15.694Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:21:15.694Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ertJEouFjzg1RM0PQwc1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:21:15.695Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Node template pNF 69c17a3d-71b1 0 is matching search criteria 2022-03-28T06:21:15.695Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-28T06:21:15.695Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 69c17a3d-71b1 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T06:21:15.695Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:21:15.695Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ertJEouFjzg1RM0PQwc1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:21:15.696Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Node template pNF 69c17a3d-71b1 0 is matching search criteria 2022-03-28T06:21:15.696Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-28T06:21:15.696Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 69c17a3d-71b1 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T06:21:15.696Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:21:15.696Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ertJEouFjzg1RM0PQwc1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:21:15.696Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:21:15.697Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ertJEouFjzg1RM0PQwc1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:21:15.697Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:21:15.697Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ertJEouFjzg1RM0PQwc1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:21:15.697Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:21:15.697Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ertJEouFjzg1RM0PQwc1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:21:15.698Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:21:15.698Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ertJEouFjzg1RM0PQwc1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:21:15.698Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_ertJEouFjzg1RM0PQwc1 Description:catalog service description Model UUID:80ebbea4-f6c4-4313-9bec-6b4970886bde Model Version:NULL Model InvariantUuid:33c4e089-cae8-4258-9bec-02d5440ef15a 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-28T06:21:15.705Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: c5e54153-797c-4fb7-abef-678300c2666f 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-28T06:21:15.709Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||pNF 69c17a3d-71b1 0 2022-03-28T06:21:15.709Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: c5e54153-797c-4fb7-abef-678300c2666f 2022-03-28T06:21:15.709Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 80ebbea4-f6c4-4313-9bec-6b4970886bde 2022-03-28T06:21:15.709Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 80ebbea4-f6c4-4313-9bec-6b4970886bde 2022-03-28T06:21:15.710Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 69c17a3d-71b1 0 c5e54153-797c-4fb7-abef-678300c2666f 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-28T06:21:15.714Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75d23c3f, org.onap.sdc.toscaparser.api.parameters.Input@49d5f79a, org.onap.sdc.toscaparser.api.parameters.Input@1200f513, org.onap.sdc.toscaparser.api.parameters.Input@60d4a87e, org.onap.sdc.toscaparser.api.parameters.Input@403439f] 2022-03-28T06:21:15.714Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:21:15.715Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ertJEouFjzg1RM0PQwc1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:21:15.715Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 80ebbea4-f6c4-4313-9bec-6b4970886bde: pNF 69c17a3d-71b1 2022-03-28T06:21:15.715Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||Processing PNF resource: c5e54153-797c-4fb7-abef-678300c2666f 2022-03-28T06:21:15.716Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:21:15.716Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_ertJEouFjzg1RM0PQwc1 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:21:15.716Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||Resource customization UUID: f0674775-4fd0-4700-9dce-fffeafcf8be0 is the same as notified resource customizationUUID: f0674775-4fd0-4700-9dce-fffeafcf8be0 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-28T06:21:15.766Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 69c17a3d-71b1 c5e54153-797c-4fb7-abef-678300c2666f 0 ASDC deployResourceStructure 2022-03-28T06:21:15.766Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar ASDC sendASDCNotification 2022-03-28T06:21:15.766Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar 2022-03-28T06:21:15.767Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:21:15.767Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:21:15.769Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:21:15.769Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448475766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:21:15.870Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:21:15.871Z||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-28T06:21:15.871Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:21:15.887Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:21:15.888Z||pool-74-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:21:16.770Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfc51202-d305-4caf-962a-b8171333bbf9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:21:16.782Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfc51202-d305-4caf-962a-b8171333bbf9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:21:16.786Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:21:16.786Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:21:16.786Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:21:22.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:21:22.800Z||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-28T06:21:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:21:22.944Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:21:22.959Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.960Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "clamp", "timestamp": 1648448434665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.961Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "multicloud-k8s-id", "timestamp": 1648448440958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "clamp", "timestamp": 1648448434665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.962Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.962Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.962Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "cds", "timestamp": 1648448441822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.963Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.963Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.963Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "multicloud-k8s-id", "timestamp": 1648448440958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.963Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "clamp", "timestamp": 1648448434665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.964Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "policy-id", "timestamp": 1648448442586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.964Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.964Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "cds", "timestamp": 1648448441822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "multicloud-k8s-id", "timestamp": 1648448440958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.965Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.965Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.965Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "clamp", "timestamp": 1648448434665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.966Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "policy-id", "timestamp": 1648448442586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.966Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "aai-ml", "timestamp": 1648448444291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.966Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "cds", "timestamp": 1648448441822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.966Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.966Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.966Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "multicloud-k8s-id", "timestamp": 1648448440958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "clamp", "timestamp": 1648448434665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "policy-id", "timestamp": 1648448442586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.967Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.967Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.967Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "aai-ml", "timestamp": 1648448444291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "cds", "timestamp": 1648448441822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "multicloud-k8s-id", "timestamp": 1648448440958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.968Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.968Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.968Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "clamp", "timestamp": 1648448434665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "policy-id", "timestamp": 1648448442586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "aai-ml", "timestamp": 1648448444291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "cds", "timestamp": 1648448441822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.969Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.969Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.969Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "multicloud-k8s-id", "timestamp": 1648448440958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "ves-openapi-manager", "timestamp": 1648448446511, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "clamp", "timestamp": 1648448434665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.970Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.970Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "policy-id", "timestamp": 1648448442586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.970Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "aai-ml", "timestamp": 1648448444291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "cds", "timestamp": 1648448441822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "multicloud-k8s-id", "timestamp": 1648448440958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.971Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.971Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.971Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "ves-openapi-manager", "timestamp": 1648448446511, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "clamp", "timestamp": 1648448434665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:21:22.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "policy-id", "timestamp": 1648448442586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.972Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.972Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "aai-ml", "timestamp": 1648448444291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.972Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "cds", "timestamp": 1648448441822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.973Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.973Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.973Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "multicloud-k8s-id", "timestamp": 1648448440958, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:21:22.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448448137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.974Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.974Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "ves-openapi-manager", "timestamp": 1648448446511, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.974Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "policy-id", "timestamp": 1648448442586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "aai-ml", "timestamp": 1648448444291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "cds", "timestamp": 1648448441822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:21:22.975Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.975Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.975Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448448137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "ves-openapi-manager", "timestamp": 1648448446511, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "policy-id", "timestamp": 1648448442586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:21:22.976Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.976Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.976Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "aai-ml", "timestamp": 1648448444291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448448137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "ves-openapi-manager", "timestamp": 1648448446511, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.977Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.977Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.977Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "aai-ml", "timestamp": 1648448444291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:21:22.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448448137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.978Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "cds", "timestamp": 1648448451914, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:21:22.978Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:22.978Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.978Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "ves-openapi-manager", "timestamp": 1648448446511, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-28T06:21:22.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "policy-id", "timestamp": 1648448452495, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:21:22.979Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:22.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448448137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.979Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.979Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.979Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "cds", "timestamp": 1648448452921, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-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-28T06:21:22.987Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of bfc51202-d305-4caf-962a-b8171333bbf9 2022-03-28T06:21:22.988Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfc51202-d305-4caf-962a-b8171333bbf9 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-28T06:21:22.997Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.997Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "ves-openapi-manager", "timestamp": 1648448446511, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "aai-ml", "timestamp": 1648448454049, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:21:22.998Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:22.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "policy-id", "timestamp": 1648448453499, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:21:22.998Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:22.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.998Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448448137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.998Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.998Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "ves-openapi-manager", "timestamp": 1648448446511, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:22.999Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:22.999Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:22.999Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "policy-id", "timestamp": 1648448454502, "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-28T06:21:23.006Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of bfc51202-d305-4caf-962a-b8171333bbf9 2022-03-28T06:21:23.006Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfc51202-d305-4caf-962a-b8171333bbf9 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-28T06:21:23.017Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448448137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.018Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448448137, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:21:23.018Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.018Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "ves-openapi-manager", "timestamp": 1648448456033, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T06:21:23.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:23.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "clamp", "timestamp": 1648448456031, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:21:23.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:23.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "ves-openapi-manager", "timestamp": 1648448457250, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-28T06:21:23.019Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:23.019Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.019Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448457483, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:21:23.020Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:23.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "clamp", "timestamp": 1648448457259, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:21:23.020Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:23.020Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.020Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "ves-openapi-manager", "timestamp": 1648448458255, "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-28T06:21:23.027Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of bfc51202-d305-4caf-962a-b8171333bbf9 2022-03-28T06:21:23.027Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfc51202-d305-4caf-962a-b8171333bbf9 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-28T06:21:23.043Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.044Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "clamp", "timestamp": 1648448458263, "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-28T06:21:23.055Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of bfc51202-d305-4caf-962a-b8171333bbf9 2022-03-28T06:21:23.055Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfc51202-d305-4caf-962a-b8171333bbf9 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-28T06:21:23.067Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448459603, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:21:23.068Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:23.068Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.068Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "f5fcffb1-8693-491d-9e79-59084134eede", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448459832, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T06:21:23.068Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:23.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "aai-ml", "timestamp": 1648448461107, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:21:23.069Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:23.069Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.069Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448460610, "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-28T06:21:23.075Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of bfc51202-d305-4caf-962a-b8171333bbf9 2022-03-28T06:21:23.075Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfc51202-d305-4caf-962a-b8171333bbf9 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-28T06:21:23.085Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.085Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "aai-ml", "timestamp": 1648448462113, "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-28T06:21:23.091Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of bfc51202-d305-4caf-962a-b8171333bbf9 2022-03-28T06:21:23.091Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId bfc51202-d305-4caf-962a-b8171333bbf9 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-28T06:21:23.102Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.102Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "multicloud-k8s-id", "timestamp": 1648448460958, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "cds", "timestamp": 1648448456823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.103Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.103Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.103Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "policy-id", "timestamp": 1648448462586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "cds", "timestamp": 1648448456823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "multicloud-k8s-id", "timestamp": 1648448460958, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-28T06:21:23.104Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.104Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.104Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "policy-id", "timestamp": 1648448462586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.105Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.105Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "cds", "timestamp": 1648448456823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "multicloud-k8s-id", "timestamp": 1648448460958, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-28T06:21:23.106Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.106Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.106Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "policy-id", "timestamp": 1648448462586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-28T06:21:23.107Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.107Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.107Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "clamp", "timestamp": 1648448464665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "cds", "timestamp": 1648448456823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.108Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.108Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "multicloud-k8s-id", "timestamp": 1648448460958, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.108Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.109Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.109Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "policy-id", "timestamp": 1648448462586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.109Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "clamp", "timestamp": 1648448464665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-28T06:21:23.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.110Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "cds", "timestamp": 1648448456823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.110Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.110Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "multicloud-k8s-id", "timestamp": 1648448460958, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-28T06:21:23.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.111Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "ves-openapi-manager", "timestamp": 1648448466511, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.111Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.111Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "policy-id", "timestamp": 1648448462586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.112Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.112Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.112Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "clamp", "timestamp": 1648448464665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "cds", "timestamp": 1648448456823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.113Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.113Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "multicloud-k8s-id", "timestamp": 1648448460958, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.113Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "ves-openapi-manager", "timestamp": 1648448466511, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.114Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.114Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.114Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "policy-id", "timestamp": 1648448462586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "clamp", "timestamp": 1648448464665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.115Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.115Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.115Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "cds", "timestamp": 1648448456823, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:21:23.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "multicloud-k8s-id", "timestamp": 1648448460958, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:21:23.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.116Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.116Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "ves-openapi-manager", "timestamp": 1648448466511, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.116Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.117Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.117Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "policy-id", "timestamp": 1648448462586, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:21:23.117Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "clamp", "timestamp": 1648448464665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.118Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "ves-openapi-manager", "timestamp": 1648448466511, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.118Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.118Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/resourceInstances/pnf69c17a3d71b10/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.119Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "multicloud-k8s-id", "timestamp": 1648448470750, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T06:21:23.119Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:23.119Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.119Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "cds", "timestamp": 1648448470631, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:21:23.120Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:23.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "policy-id", "timestamp": 1648448470554, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:21:23.120Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:23.120Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.120Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "clamp", "timestamp": 1648448464665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.127Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "ves-openapi-manager", "timestamp": 1648448466511, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.128Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.128Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.128Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.129Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.129Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "cds", "timestamp": 1648448471641, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T06:21:23.143Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 592cc319-c7c4-4cb3-a311-a2fe91a159a5 2022-03-28T06:21:23.143Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 592cc319-c7c4-4cb3-a311-a2fe91a159a5 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-28T06:21:23.152Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.152Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "policy-id", "timestamp": 1648448471559, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:21:23.152Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:23.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "clamp", "timestamp": 1648448464665, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:21:23.153Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.153Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.153Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "multicloud-k8s-id", "timestamp": 1648448472150, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T06:21:23.153Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:23.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "ves-openapi-manager", "timestamp": 1648448466511, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.154Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:21:23.154Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.154Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.155Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "policy-id", "timestamp": 1648448472562, "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-28T06:21:23.161Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 592cc319-c7c4-4cb3-a311-a2fe91a159a5 2022-03-28T06:21:23.161Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 592cc319-c7c4-4cb3-a311-a2fe91a159a5 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-28T06:21:23.169Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "ves-openapi-manager", "timestamp": 1648448466511, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.170Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "multicloud-k8s-id", "timestamp": 1648448473543, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-28T06:21:23.170Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:23.170Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.170Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448473565, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:21:23.171Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:23.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "aai-ml", "timestamp": 1648448474291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.171Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.171Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.171Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "multicloud-k8s-id", "timestamp": 1648448474593, "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-28T06:21:23.177Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 592cc319-c7c4-4cb3-a311-a2fe91a159a5 2022-03-28T06:21:23.177Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 592cc319-c7c4-4cb3-a311-a2fe91a159a5 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-28T06:21:23.185Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "aai-ml", "timestamp": 1648448474291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.186Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.186Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.186Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "multicloud-k8s-id", "timestamp": 1648448475597, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-28T06:21:23.186Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:23.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448475766, "artifactURL": "/sdc/v1/catalog/services/DemoPnfErtjeoufjzg1rm0pqwc1/1.0/artifacts/service-DemoPnfErtjeoufjzg1rm0pqwc1-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:21:23.187Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:23.187Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.187Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "aai-ml", "timestamp": 1648448474291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "aai-ml", "timestamp": 1648448474291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.188Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "aai-ml", "timestamp": 1648448474291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.188Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.188Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448478137, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "aai-ml", "timestamp": 1648448474291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.189Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.189Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.189Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "clamp", "timestamp": 1648448479252, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:21:23.190Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:23.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448478137, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "aai-ml", "timestamp": 1648448474291, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:21:23.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "clamp", "timestamp": 1648448480285, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:21:23.190Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:23.190Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.190Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448478137, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.190Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "cds", "timestamp": 1648448472646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.191Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "multicloud-k8s-id", "timestamp": 1648448480958, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.191Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.191Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.191Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "clamp", "timestamp": 1648448481290, "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-28T06:21:23.196Z||pool-2-thread-9|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 592cc319-c7c4-4cb3-a311-a2fe91a159a5 2022-03-28T06:21:23.197Z||pool-2-thread-9|||||DEBUG|500||Entering installTheComponentStatus for distributionId 592cc319-c7c4-4cb3-a311-a2fe91a159a5 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-28T06:21:23.206Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.206Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448478137, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.206Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "aai-ml", "timestamp": 1648448482855, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:21:23.207Z||pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:21:23.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "cds", "timestamp": 1648448472646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:21:23.207Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:23.207Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-03-28T06:21:23.207Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "multicloud-k8s-id", "timestamp": 1648448480958, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-28T06:21:23.207Z||pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-03-28T06:21:46.786Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: bfc51202-d305-4caf-962a-b8171333bbf9 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:21:46.800Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: bfc51202-d305-4caf-962a-b8171333bbf9 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:21:46.804Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:21:46.804Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-28T06:21:46.804Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-28T06:21:46.804Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-28T06:21:46.804Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:21:46.805Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:21:46.805Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:21:46.805Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:21:46.805Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:21:46.805Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:21:46.805Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:21:46.806Z|bfc51202-d305-4caf-962a-b8171333bbf9|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-28T06:21:46.812Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-28T06:22:16.812Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: bfc51202-d305-4caf-962a-b8171333bbf9 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-28T06:22:16.822Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: bfc51202-d305-4caf-962a-b8171333bbf9 and serviceModelVersionId: 80ebbea4-f6c4-4313-9bec-6b4970886bde 2022-03-28T06:22:16.823Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 33c4e089-cae8-4258-9bec-02d5440ef15a 2022-03-28T06:22:16.823Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/33c4e089-cae8-4258-9bec-02d5440ef15a/model-vers/model-ver/80ebbea4-f6c4-4313-9bec-6b4970886bde?depth=0 2022-03-28T06:22:16.828Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-28T06:22:16.877Z|bfc51202-d305-4caf-962a-b8171333bbf9|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/33c4e089-cae8-4258-9bec-02d5440ef15a/model-vers/model-ver/80ebbea4-f6c4-4313-9bec-6b4970886bde?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-28T06:22:16.879Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33c4e089-cae8-4258-9bec-02d5440ef15a/model-vers/model-ver/80ebbea4-f6c4-4313-9bec-6b4970886bde?depth=0|INFO|500||Invoke 2022-03-28T06:22:16.898Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33c4e089-cae8-4258-9bec-02d5440ef15a/model-vers/model-ver/80ebbea4-f6c4-4313-9bec-6b4970886bde?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-28T06:22:17.530Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/33c4e089-cae8-4258-9bec-02d5440ef15a/model-vers/model-ver/80ebbea4-f6c4-4313-9bec-6b4970886bde?depth=0|INFO|500||InvokeReturn 2022-03-28T06:22:17.530Z|bfc51202-d305-4caf-962a-b8171333bbf9|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/33c4e089-cae8-4258-9bec-02d5440ef15a/model-vers/model-ver/80ebbea4-f6c4-4313-9bec-6b4970886bde?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220328-06:22:16:560-1818], vertex-id=[442512], Content-Length=[0], Date=[Mon, 28 Mar 2022 06:22:16 GMT], Content-Type=[application/json]} 2022-03-28T06:22:17.530Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-03-28T06:22:17.531Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-28T06:22:17.531Z|bfc51202-d305-4caf-962a-b8171333bbf9|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-28T06:22:17.541Z|bfc51202-d305-4caf-962a-b8171333bbf9|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-28T06:22:17.542Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID bfc51202-d305-4caf-962a-b8171333bbf9 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-28T06:22:17.542Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-28T06:22:17.542Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:22:17.544Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:22:17.544Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448537542, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T06:22:17.645Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:22:17.648Z||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-28T06:22:17.648Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:22:17.667Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:22:17.668Z||pool-75-thread-1|||||INFO|500||cambria reply ok (22 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-28T06:22:18.559Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-28T06:22:18.559Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"592cc319-c7c4-4cb3-a311-a2fe91a159a5","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"87d9a615-0e62-41f4-9877-52df4bd30d7e","serviceDescription":"service","serviceInvariantUUID":"a51bd31b-9f67-48b8-a7b2-faf05c2a7bcd","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"d481ea38-bbe5-4c4d-abe0-b3b196d8cbc8","resourceInvariantUUID":"910753cf-1ea6-40a1-9461-b141f7838a3e","resourceCustomizationUUID":"71dd6f66-4e6c-4466-9a32-9c2170392d6e","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":"ZTZhNGFmYjhjM2EyMTc3ZTRlZDgwYjI2ZDBmYjMzMjU\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"aa8ad303-e2f5-4b98-b1ee-e2beedeb6231","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":"NGFhMTAxMGU1MmQyZTZmZTc0YjZiMmI1ZGE2Mjc5ZTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"f8ed994b-b44d-4903-ba10-495433af42fb","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":"d79bc375-88ee-4bac-a24c-a3e63301fb34","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":"f5b9db00-dff5-4cdb-a591-9fa7ddc46366","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":"c219976d-e4f8-4279-9295-eb47179914ce","artifactVersion":"2","generatedFromUUID":"d79bc375-88ee-4bac-a24c-a3e63301fb34"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"MjY3ODYzMmQxYTdiNjdhNDRiNzE5ZDZhM2Y2NzVhOGE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"69d51ee3-7c29-420d-962f-ca84b588356b","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"NzIzYjE2MjM0OWZhNGNhODAyZDU4MTQxZGIyYjUwMzQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"2d57b54b-0b1b-46c8-9af2-e9962252f94a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-28T06:22:18.559Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:22:18.560Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:22:18.562Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:22:18.562Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:22:18.662Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:22:18.664Z||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-28T06:22:18.664Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:22:18.679Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:22:18.680Z||pool-76-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:22:19.564Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:22:19.565Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:22:19.567Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:22:19.567Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-28T06:22:19.673Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-03-28T06:22:19.674Z||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-28T06:22:19.674Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:22:19.689Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:22:19.690Z||pool-77-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:22:20.568Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:22:20.568Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:22:20.572Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:22:20.572Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-28T06:22:20.674Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-28T06:22:20.675Z||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-28T06:22:20.675Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:22:20.691Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:22:20.691Z||pool-78-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:22:21.573Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:22:21.573Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:22:21.575Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:22:21.575Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:22:21.676Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-28T06:22:21.677Z||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-28T06:22:21.677Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:22:21.691Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:22:21.693Z||pool-79-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:22:22.576Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:22:22.577Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:22:22.579Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:22:22.579Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-28T06:22:22.680Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:22:22.681Z||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-28T06:22:22.681Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:22:22.700Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:22:22.700Z||pool-80-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:22:22.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:22:22.800Z||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-28T06:22:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:22:22.825Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:22:22.826Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:22:22.826Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448478137, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:22:22.827Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:22:23.580Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:22:23.582Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:22:23.585Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:22:23.585Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:22:23.685Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:22:23.686Z||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-28T06:22:23.686Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:22:23.701Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:22:23.701Z||pool-81-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:22:24.586Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:22:24.587Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:22:24.589Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:22:24.589Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:22:24.690Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:22:24.691Z||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-28T06:22:24.691Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:22:24.739Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:22:24.739Z||pool-82-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:22:25.591Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "87d9a615-0e62-41f4-9877-52df4bd30d7e", "serviceDescription": "service", "serviceInvariantUUID": "a51bd31b-9f67-48b8-a7b2-faf05c2a7bcd", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "71dd6f66-4e6c-4466-9a32-9c2170392d6e", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "d481ea38-bbe5-4c4d-abe0-b3b196d8cbc8", "resourceInvariantUUID": "910753cf-1ea6-40a1-9461-b141f7838a3e", "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": "NGFhMTAxMGU1MmQyZTZmZTc0YjZiMmI1ZGE2Mjc5ZTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "f8ed994b-b44d-4903-ba10-495433af42fb", "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": "d79bc375-88ee-4bac-a24c-a3e63301fb34", "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": "c219976d-e4f8-4279-9295-eb47179914ce", "generatedFromUUID": "d79bc375-88ee-4bac-a24c-a3e63301fb34" }, "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": "c219976d-e4f8-4279-9295-eb47179914ce", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "NzIzYjE2MjM0OWZhNGNhODAyZDU4MTQxZGIyYjUwMzQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "2d57b54b-0b1b-46c8-9af2-e9962252f94a" } ], "workloadContext": "Production" } 2022-03-28T06:22:25.592Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-28T06:22:25.592Z|bfc51202-d305-4caf-962a-b8171333bbf9|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 87d9a615-0e62-41f4-9877-52df4bd30d7e ASDC 2022-03-28T06:22:25.593Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:592cc319-c7c4-4cb3-a311-a2fe91a159a5 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:87d9a615-0e62-41f4-9877-52df4bd30d7e ServiceInvariantUUID:a51bd31b-9f67-48b8-a7b2-faf05c2a7bcd 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:2d57b54b-0b1b-46c8-9af2-e9962252f94a ArtifactChecksum:NzIzYjE2MjM0OWZhNGNhODAyZDU4MTQxZGIyYjUwMzQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:71dd6f66-4e6c-4466-9a32-9c2170392d6e ResourceInvariantUUID:910753cf-1ea6-40a1-9461-b141f7838a3e ResourceName:basic_vm ResourceType:VF ResourceUUID:d481ea38-bbe5-4c4d-abe0-b3b196d8cbc8 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:f8ed994b-b44d-4903-ba10-495433af42fb ArtifactChecksum:NGFhMTAxMGU1MmQyZTZmZTc0YjZiMmI1ZGE2Mjc5ZTQ= 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:d79bc375-88ee-4bac-a24c-a3e63301fb34 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:c219976d-e4f8-4279-9295-eb47179914ce 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:c219976d-e4f8-4279-9295-eb47179914ce ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-28T06:22:25.593Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 87d9a615-0e62-41f4-9877-52df4bd30d7e 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-28T06:22:25.628Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T06:22:25.629Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-28T06:22:25.629Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-28T06:22:25.629Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 2d57b54b-0b1b-46c8-9af2-e9962252f94a from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-28T06:22:25.629Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-28T06:22:25.629Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-03-28T06:22:25.993Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-28T06:22:25.999Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2d57b54b-0b1b-46c8-9af2-e9962252f94a 71068 2022-03-28T06:22:25.999Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||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-28T06:22:25.999Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||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-28T06:22:26.000Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:22:26.000Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:22:26.002Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:22:26.002Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448545999, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:22:26.102Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:22:26.103Z||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-28T06:22:26.103Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:22:26.118Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:22:26.119Z||pool-83-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:22:27.002Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T06:22:27.004Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-28T06:22:27.004Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 2d57b54b-0b1b-46c8-9af2-e9962252f94a, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-28T06:22:27.004Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-03-28T06:22:27.005Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-03-28T06:22:27.005Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-03-28T06:22:27.206Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15883652022226682972/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-28T06:22:28.474Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-28T06:22:28.475Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-28T06:22:28.475Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-28T06:22:28.475Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-28T06:22:28.475Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-28T06:22:28.475Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||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-28T06:22:28.475Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|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-BasicVm-csar.csar 2022-03-28T06:22:28.475Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|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-BasicVm-csar.csar 2022-03-28T06:22:28.475Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|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-BasicVm-csar.csar 2022-03-28T06:22:28.475Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-28T06:22:28.475Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|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-BasicVm-csar.csar 2022-03-28T06:22:28.476Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-03-28T06:22:28.476Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|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-BasicVm-csar.csar 2022-03-28T06:22:28.476Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-28T06:22:28.476Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:28.476Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:22:28.476Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-28T06:22:28.476Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-28T06:22:28.477Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T06:22:28.477Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:28.477Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:22:28.477Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-28T06:22:28.477Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-28T06:22:28.477Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T06:22:28.477Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:28.478Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:22:28.478Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:28.478Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-28T06:22:28.478Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-28T06:22:28.478Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-28T06:22:28.478Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-28T06:22:28.478Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-28T06:22:28.479Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-28T06:22:28.479Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:28.479Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-28T06:22:28.479Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:28.479Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-28T06:22:28.479Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:22:28.479Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:28.480Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-28T06:22:28.480Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:22:28.480Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:28.480Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-28T06:22:28.480Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:22:28.480Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:28.480Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-28T06:22:28.481Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-28T06:22:28.481Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-28T06:22:28.481Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1ce9c361-85dc-4ed4-bcfb-f8cf79524cee 2022-03-28T06:22:28.481Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:28.481Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:22:28.481Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:28.481Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:22:28.481Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:28.482Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:22:28.482Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:28.482Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:22:28.482Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:87d9a615-0e62-41f4-9877-52df4bd30d7e Model Version:NULL Model InvariantUuid:a51bd31b-9f67-48b8-a7b2-faf05c2a7bcd Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:deaedcb6-c580-449c-af7a-1021c47b0ba5 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:910753cf-1ea6-40a1-9461-b141f7838a3e Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:71dd6f66-4e6c-4466-9a32-9c2170392d6e NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:96589ff6-58a3-4eb6-8487-e04fd4865fe6 ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:8399c1bc-e239-4eaa-906d-baf6704fe513 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:1ce9c361-85dc-4ed4-bcfb-f8cf79524cee ModelInvariantUuid:c1a4087c-2c47-4aa3-ba91-a921e884ac14 ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:5b709984-ae71-4161-8965-a587b174fbb9 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:dad81f37-5514-48a3-be6e-7148238a4bb0 ModelInvariantUuid:8a0e76f6-38f0-4588-85ab-d08cedc10e3f ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:d4722c8d-1830-430e-9f1f-96416e595f8e 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-28T06:22:28.489Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: d481ea38-bbe5-4c4d-abe0-b3b196d8cbc8 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-28T06:22:28.497Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||basic_vm 0 2022-03-28T06:22:28.498Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: d481ea38-bbe5-4c4d-abe0-b3b196d8cbc8 2022-03-28T06:22:28.498Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: f8ed994b-b44d-4903-ba10-495433af42fb from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-03-28T06:22:28.498Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-28T06:22:28.498Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||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-28T06:22:28.825Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-28T06:22:28.826Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json f8ed994b-b44d-4903-ba10-495433af42fb 787 2022-03-28T06:22:28.826Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||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-28T06:22:28.826Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||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-28T06:22:28.826Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:22:28.826Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:22:28.829Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:22:28.829Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448548826, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T06:22:28.935Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-03-28T06:22:28.936Z||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-28T06:22:28.936Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:22:28.954Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:22:28.955Z||pool-84-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:22:29.830Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "96589ff6-58a3-4eb6-8487-e04fd4865fe6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8399c1bc-e239-4eaa-906d-baf6704fe513", "vfModuleModelCustomizationUUID": "567ebdce-0fa6-4200-b569-8a1c06bb3389", "isBase": true, "artifacts": [ "d79bc375-88ee-4bac-a24c-a3e63301fb34", "c219976d-e4f8-4279-9295-eb47179914ce" ], "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-28T06:22:29.835Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8399c1bc-e239-4eaa-906d-baf6704fe513 VfModuleModelInvariantUUID:96589ff6-58a3-4eb6-8487-e04fd4865fe6 VfModuleModelDescription:NULL Artifacts UUID List:{ d79bc375-88ee-4bac-a24c-a3e63301fb34 , c219976d-e4f8-4279-9295-eb47179914ce } 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-28T06:22:29.837Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "96589ff6-58a3-4eb6-8487-e04fd4865fe6", "vfModuleModelVersion": "1", "vfModuleModelUUID": "8399c1bc-e239-4eaa-906d-baf6704fe513", "vfModuleModelCustomizationUUID": "567ebdce-0fa6-4200-b569-8a1c06bb3389", "isBase": true, "artifacts": [ "d79bc375-88ee-4bac-a24c-a3e63301fb34", "c219976d-e4f8-4279-9295-eb47179914ce" ], "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-28T06:22:29.837Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:8399c1bc-e239-4eaa-906d-baf6704fe513 VfModuleModelInvariantUUID:96589ff6-58a3-4eb6-8487-e04fd4865fe6 VfModuleModelDescription:NULL Artifacts UUID List:{ d79bc375-88ee-4bac-a24c-a3e63301fb34 , c219976d-e4f8-4279-9295-eb47179914ce } 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-28T06:22:29.838Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d79bc375-88ee-4bac-a24c-a3e63301fb34 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-03-28T06:22:29.838Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-28T06:22:29.838Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||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-28T06:22:30.279Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-28T06:22:30.279Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml d79bc375-88ee-4bac-a24c-a3e63301fb34 5033 2022-03-28T06:22:30.280Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||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-28T06:22:30.280Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||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-28T06:22:30.280Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:22:30.281Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:22:30.283Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:22:30.283Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448550280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T06:22:30.383Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:22:30.385Z||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-28T06:22:30.385Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:22:30.401Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:22:30.402Z||pool-85-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:22:31.284Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c219976d-e4f8-4279-9295-eb47179914ce from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-03-28T06:22:31.285Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-28T06:22:31.285Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||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-28T06:22:31.590Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-28T06:22:31.591Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env c219976d-e4f8-4279-9295-eb47179914ce 903 2022-03-28T06:22:31.591Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||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-28T06:22:31.591Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||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-28T06:22:31.591Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:22:31.591Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:22:31.594Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:22:31.594Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448551591, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-28T06:22:31.694Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:22:31.695Z||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-28T06:22:31.695Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:22:31.724Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:22:31.724Z||pool-86-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:22:32.594Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 87d9a615-0e62-41f4-9877-52df4bd30d7e 2022-03-28T06:22:32.595Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 d481ea38-bbe5-4c4d-abe0-b3b196d8cbc8 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-28T06:22:32.611Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@1c3f76ea, org.onap.sdc.toscaparser.api.parameters.Input@5ffce685, org.onap.sdc.toscaparser.api.parameters.Input@5898ec56, org.onap.sdc.toscaparser.api.parameters.Input@79aada46, org.onap.sdc.toscaparser.api.parameters.Input@1e457bbf] 2022-03-28T06:22:32.613Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:32.613Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:22:32.614Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-03-28T06:22:32.614Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 71dd6f66-4e6c-4466-9a32-9c2170392d6e 2022-03-28T06:22:32.614Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 71dd6f66-4e6c-4466-9a32-9c2170392d6e matches Tosca VF Customization UUID: 71dd6f66-4e6c-4466-9a32-9c2170392d6e 2022-03-28T06:22:32.615Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 71dd6f66-4e6c-4466-9a32-9c2170392d6e 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-28T06:22:32.618Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:32.619Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:22:32.620Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 71dd6f66-4e6c-4466-9a32-9c2170392d6e: {\"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-28T06:22:32.620Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@16874966 2022-03-28T06:22:32.620Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:32.620Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-28T06:22:32.621Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 567ebdce-0fa6-4200-b569-8a1c06bb3389 2022-03-28T06:22:32.621Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 567ebdce-0fa6-4200-b569-8a1c06bb3389 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-28T06:22:32.629Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:32.630Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-28T06:22:32.630Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:22:32.630Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:32.630Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-28T06:22:32.631Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:22:32.631Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:32.631Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-03-28T06:22:32.631Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-28T06:22:32.631Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-28T06:22:32.631Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=1ce9c361-85dc-4ed4-bcfb-f8cf79524cee 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-28T06:22:32.635Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:32.635Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-28T06:22:32.635Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:22:32.636Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:32.636Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-03-28T06:22:32.636Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=71dd6f66-4e6c-4466-9a32-9c2170392d6e 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-28T06:22:32.639Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:32.639Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:22:32.639Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 87d9a615-0e62-41f4-9877-52df4bd30d7e: basic_vm 2022-03-28T06:22:32.639Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:32.639Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:22:32.640Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:32.640Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:22:32.640Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:32.640Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:22:32.640Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:32.641Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:22:32.641Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:22:32.641Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:22:32.641Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||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-28T06:22:32.724Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm d481ea38-bbe5-4c4d-abe0-b3b196d8cbc8 1 ASDC deployResourceStructure 2022-03-28T06:22:32.724Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||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-28T06:22:32.724Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||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-28T06:22:32.724Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:22:32.725Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:22:32.727Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:22:32.727Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448552724, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-28T06:22:32.827Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:22:32.828Z||pool-87-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-03-28T06:22:32.828Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:22:32.843Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:22:32.844Z||pool-87-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:22:33.728Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||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-28T06:22:33.728Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||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-28T06:22:33.728Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:22:33.729Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:22:33.731Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:22:33.731Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448553727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-28T06:22:33.831Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:22:33.833Z||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-28T06:22:33.833Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:22:33.859Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:22:33.860Z||pool-88-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:22:34.732Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||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-28T06:22:34.733Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||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-28T06:22:34.733Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:22:34.733Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:22:34.735Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:22:34.735Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448554732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-28T06:22:34.835Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:22:34.837Z||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-28T06:22:34.837Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:22:34.852Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:22:34.852Z||pool-89-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:22:35.736Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||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-28T06:22:35.737Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||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-28T06:22:35.738Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:22:35.738Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:22:35.740Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:22:35.741Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448555736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:22:35.841Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T06:22:35.841Z||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-28T06:22:35.842Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:22:35.855Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:22:35.856Z||pool-90-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:22:36.741Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 592cc319-c7c4-4cb3-a311-a2fe91a159a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:22:36.752Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 592cc319-c7c4-4cb3-a311-a2fe91a159a5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:22:36.755Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:22:36.755Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:22:36.755Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:23:06.756Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 592cc319-c7c4-4cb3-a311-a2fe91a159a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:23:06.767Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 592cc319-c7c4-4cb3-a311-a2fe91a159a5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:23:06.772Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:23:06.772Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:23:06.772Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:23:22.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:23:22.800Z||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-28T06:23:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:23:22.853Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:23:22.853Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:23:22.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "policy-id", "timestamp": 1648448482586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:23:22.854Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:23:36.772Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 592cc319-c7c4-4cb3-a311-a2fe91a159a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:23:36.785Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 592cc319-c7c4-4cb3-a311-a2fe91a159a5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:23:36.788Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:23:36.788Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:23:36.789Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:24:06.789Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 592cc319-c7c4-4cb3-a311-a2fe91a159a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:24:06.800Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 592cc319-c7c4-4cb3-a311-a2fe91a159a5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:24:06.802Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:24:06.802Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:24:06.803Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:24:22.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:24:22.800Z||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-28T06:24:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:24:22.821Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:24:22.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.835Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "cds", "timestamp": 1648448472646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.836Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "multicloud-k8s-id", "timestamp": 1648448480958, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-28T06:24:22.836Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448478137, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "policy-id", "timestamp": 1648448482586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "cds", "timestamp": 1648448472646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "multicloud-k8s-id", "timestamp": 1648448480958, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448478137, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:24:22.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "policy-id", "timestamp": 1648448482586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-28T06:24:22.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "cds", "timestamp": 1648448472646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "multicloud-k8s-id", "timestamp": 1648448480958, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-28T06:24:22.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "policy-id", "timestamp": 1648448482586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "cds", "timestamp": 1648448472646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448486489, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:24:22.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:24:22.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "multicloud-k8s-id", "timestamp": 1648448480958, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "ves-openapi-manager", "timestamp": 1648448486511, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "policy-id", "timestamp": 1648448482586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "cds", "timestamp": 1648448472646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.840Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.840Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.840Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "multicloud-k8s-id", "timestamp": 1648448480958, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.841Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "ves-openapi-manager", "timestamp": 1648448486511, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.841Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.841Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.841Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "policy-id", "timestamp": 1648448482586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "cds", "timestamp": 1648448472646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:24:22.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "multicloud-k8s-id", "timestamp": 1648448480958, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:24:22.842Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448488906, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:24:22.842Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:24:22.842Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.842Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "ves-openapi-manager", "timestamp": 1648448486511, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.843Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "policy-id", "timestamp": 1648448482586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.843Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.843Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.843Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448489915, "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-28T06:24:22.850Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 592cc319-c7c4-4cb3-a311-a2fe91a159a5 2022-03-28T06:24:22.851Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 592cc319-c7c4-4cb3-a311-a2fe91a159a5 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-28T06:24:22.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "multicloud-k8s-id", "timestamp": 1648448490117, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T06:24:22.858Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:24:22.858Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.858Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "cds", "timestamp": 1648448490013, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:24:22.859Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:24:22.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "ves-openapi-manager", "timestamp": 1648448486511, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.859Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.859Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "policy-id", "timestamp": 1648448482586, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:24:22.859Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "ves-openapi-manager", "timestamp": 1648448486511, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.860Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.860Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "multicloud-k8s-id", "timestamp": 1648448491528, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T06:24:22.860Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:24:22.860Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "policy-id", "timestamp": 1648448491539, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:24:22.861Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:24:22.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "ves-openapi-manager", "timestamp": 1648448486511, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.861Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.861Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.861Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "policy-id", "timestamp": 1648448492542, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:24:22.862Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:24:22.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "multicloud-k8s-id", "timestamp": 1648448492827, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-28T06:24:22.862Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:24:22.862Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.862Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "cds", "timestamp": 1648448492842, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T06:24:22.873Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 4f53cb6b-27d4-4170-8418-81f614678879 2022-03-28T06:24:22.874Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f53cb6b-27d4-4170-8418-81f614678879 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-28T06:24:22.881Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "ves-openapi-manager", "timestamp": 1648448486511, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.882Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.882Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.882Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "policy-id", "timestamp": 1648448493545, "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-28T06:24:22.888Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f53cb6b-27d4-4170-8418-81f614678879 2022-03-28T06:24:22.888Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f53cb6b-27d4-4170-8418-81f614678879 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-28T06:24:22.895Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.895Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "aai-ml", "timestamp": 1648448494209, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:24:22.896Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:24:22.896Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.896Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "multicloud-k8s-id", "timestamp": 1648448493860, "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-28T06:24:22.900Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 4f53cb6b-27d4-4170-8418-81f614678879 2022-03-28T06:24:22.900Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f53cb6b-27d4-4170-8418-81f614678879 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-28T06:24:22.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "ves-openapi-manager", "timestamp": 1648448486511, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "aai-ml", "timestamp": 1648448495214, "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-28T06:24:22.918Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 592cc319-c7c4-4cb3-a311-a2fe91a159a5 2022-03-28T06:24:22.918Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 592cc319-c7c4-4cb3-a311-a2fe91a159a5 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-28T06:24:22.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "multicloud-k8s-id", "timestamp": 1648448494865, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-28T06:24:22.929Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:24:22.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "clamp", "timestamp": 1648448494665, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "clamp", "timestamp": 1648448494665, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-28T06:24:22.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "clamp", "timestamp": 1648448494665, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "clamp", "timestamp": 1648448494665, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "clamp", "timestamp": 1648448494665, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "clamp", "timestamp": 1648448494665, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "clamp", "timestamp": 1648448494665, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "clamp", "timestamp": 1648448494665, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:24:22.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "aai-ml", "timestamp": 1648448504291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "aai-ml", "timestamp": 1648448504291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "aai-ml", "timestamp": 1648448504291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "aai-ml", "timestamp": 1648448504291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "aai-ml", "timestamp": 1648448504291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448508137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "aai-ml", "timestamp": 1648448504291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448508137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "aai-ml", "timestamp": 1648448504291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "clamp", "timestamp": 1648448510320, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:24:22.937Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:24:22.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448508137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "aai-ml", "timestamp": 1648448504291, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:24:22.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448508137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448508137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "aai-ml", "timestamp": 1648448513609, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:24:22.939Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:24:22.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448508137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "ves-openapi-manager", "timestamp": 1648448506511, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "clamp", "timestamp": 1648448514276, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:24:22.940Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:24:22.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448508137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "ves-openapi-manager", "timestamp": 1648448506511, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "clamp", "timestamp": 1648448515280, "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-28T06:24:22.947Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 4f53cb6b-27d4-4170-8418-81f614678879 2022-03-28T06:24:22.947Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f53cb6b-27d4-4170-8418-81f614678879 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-28T06:24:22.956Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.956Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448508137, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:24:22.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.957Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "ves-openapi-manager", "timestamp": 1648448506511, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.957Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.957Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "ves-openapi-manager", "timestamp": 1648448506511, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "cds", "timestamp": 1648448516822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.958Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.958Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.958Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448517483, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:24:22.959Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:24:22.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "ves-openapi-manager", "timestamp": 1648448506511, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.959Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.959Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "cds", "timestamp": 1648448516822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.959Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "ves-openapi-manager", "timestamp": 1648448506511, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.960Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.960Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.960Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "cds", "timestamp": 1648448516822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.961Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.961Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448520063, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:24:22.961Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:24:22.961Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "ves-openapi-manager", "timestamp": 1648448506511, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-28T06:24:22.962Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.962Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.962Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "cds", "timestamp": 1648448516822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.963Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.963Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.963Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448521067, "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-28T06:24:22.969Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 4f53cb6b-27d4-4170-8418-81f614678879 2022-03-28T06:24:22.969Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f53cb6b-27d4-4170-8418-81f614678879 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-28T06:24:22.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "ves-openapi-manager", "timestamp": 1648448506511, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.977Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.977Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.977Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "cds", "timestamp": 1648448516822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "multicloud-k8s-id", "timestamp": 1648448520959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.978Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "ves-openapi-manager", "timestamp": 1648448506511, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.978Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.978Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "cds", "timestamp": 1648448516822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "multicloud-k8s-id", "timestamp": 1648448520959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.979Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.979Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.979Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "aai-ml", "timestamp": 1648448523607, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:24:22.980Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:24:22.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "policy-id", "timestamp": 1648448522586, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.980Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.980Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.980Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "cds", "timestamp": 1648448516822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "multicloud-k8s-id", "timestamp": 1648448520959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:22.981Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:22.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "ves-openapi-manager", "timestamp": 1648448523781, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T06:24:22.981Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:24:22.981Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:22.981Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "aai-ml", "timestamp": 1648448524613, "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-28T06:24:22.989Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 4f53cb6b-27d4-4170-8418-81f614678879 2022-03-28T06:24:22.989Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 4f53cb6b-27d4-4170-8418-81f614678879 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-28T06:24:23.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "policy-id", "timestamp": 1648448522586, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "cds", "timestamp": 1648448516822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "multicloud-k8s-id", "timestamp": 1648448520959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "ves-openapi-manager", "timestamp": 1648448524803, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-28T06:24:23.009Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:24:23.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "policy-id", "timestamp": 1648448522586, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "cds", "timestamp": 1648448516822, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:24:23.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "multicloud-k8s-id", "timestamp": 1648448520959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "clamp", "timestamp": 1648448524665, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "ves-openapi-manager", "timestamp": 1648448525806, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T06:24:23.038Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of f52b8ed3-6555-4e24-a54d-75f5e845d935 2022-03-28T06:24:23.039Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f52b8ed3-6555-4e24-a54d-75f5e845d935 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-28T06:24:23.057Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "policy-id", "timestamp": 1648448522586, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.058Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.058Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.058Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "multicloud-k8s-id", "timestamp": 1648448520959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "cds", "timestamp": 1648448526585, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:24:23.059Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:24:23.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "clamp", "timestamp": 1648448524665, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "policy-id", "timestamp": 1648448522586, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "multicloud-k8s-id", "timestamp": 1648448520959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "clamp", "timestamp": 1648448524665, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "cds", "timestamp": 1648448527878, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T06:24:23.068Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of f52b8ed3-6555-4e24-a54d-75f5e845d935 2022-03-28T06:24:23.069Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f52b8ed3-6555-4e24-a54d-75f5e845d935 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-28T06:24:23.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "policy-id", "timestamp": 1648448522586, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.080Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "multicloud-k8s-id", "timestamp": 1648448520959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "clamp", "timestamp": 1648448524665, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "policy-id", "timestamp": 1648448522586, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "multicloud-k8s-id", "timestamp": 1648448520959, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:24:23.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "clamp", "timestamp": 1648448524665, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "policy-id", "timestamp": 1648448522586, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.083Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "clamp", "timestamp": 1648448524665, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "policy-id", "timestamp": 1648448522586, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:24:23.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "clamp", "timestamp": 1648448524665, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "policy-id", "timestamp": 1648448532540, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:24:23.085Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:24:23.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "clamp", "timestamp": 1648448524665, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "policy-id", "timestamp": 1648448533545, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:24:23.086Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:24:23.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "clamp", "timestamp": 1648448524665, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:24:23.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.086Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.086Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "aai-ml", "timestamp": 1648448534291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.086Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.087Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.087Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "policy-id", "timestamp": 1648448534549, "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-28T06:24:23.093Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of f52b8ed3-6555-4e24-a54d-75f5e845d935 2022-03-28T06:24:23.093Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f52b8ed3-6555-4e24-a54d-75f5e845d935 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-28T06:24:23.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "aai-ml", "timestamp": 1648448534291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "aai-ml", "timestamp": 1648448534291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "aai-ml", "timestamp": 1648448534291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "bfc51202-d305-4caf-962a-b8171333bbf9", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448537542, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T06:24:23.105Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:24:23.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "aai-ml", "timestamp": 1648448534291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448538137, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "aai-ml", "timestamp": 1648448534291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-03-28T06:24:23.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448538137, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.107Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.107Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.107Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "aai-ml", "timestamp": 1648448534291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-28T06:24:23.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.108Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448538137, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.108Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.108Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "aai-ml", "timestamp": 1648448534291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.109Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.109Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448538137, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T06:24:23.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "aai-ml", "timestamp": 1648448534291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:24:23.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:23.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:24:23.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-28T06:24:23.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:24:36.804Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 592cc319-c7c4-4cb3-a311-a2fe91a159a5 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:24:36.822Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 592cc319-c7c4-4cb3-a311-a2fe91a159a5 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:24:36.825Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:24:36.825Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-28T06:24:36.825Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-28T06:24:36.826Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-28T06:24:36.826Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:24:36.826Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:24:36.826Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:24:36.826Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:24:36.826Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:24:36.826Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:24:36.826Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|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-28T06:24:36.831Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-28T06:25:06.832Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 592cc319-c7c4-4cb3-a311-a2fe91a159a5 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-28T06:25:06.838Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 592cc319-c7c4-4cb3-a311-a2fe91a159a5 and serviceModelVersionId: 87d9a615-0e62-41f4-9877-52df4bd30d7e 2022-03-28T06:25:06.838Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a51bd31b-9f67-48b8-a7b2-faf05c2a7bcd 2022-03-28T06:25:06.839Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a51bd31b-9f67-48b8-a7b2-faf05c2a7bcd/model-vers/model-ver/87d9a615-0e62-41f4-9877-52df4bd30d7e?depth=0 2022-03-28T06:25:06.844Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-28T06:25:06.885Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|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/a51bd31b-9f67-48b8-a7b2-faf05c2a7bcd/model-vers/model-ver/87d9a615-0e62-41f4-9877-52df4bd30d7e?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-28T06:25:06.887Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a51bd31b-9f67-48b8-a7b2-faf05c2a7bcd/model-vers/model-ver/87d9a615-0e62-41f4-9877-52df4bd30d7e?depth=0|INFO|500||Invoke 2022-03-28T06:25:06.904Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a51bd31b-9f67-48b8-a7b2-faf05c2a7bcd/model-vers/model-ver/87d9a615-0e62-41f4-9877-52df4bd30d7e?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-28T06:25:07.001Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a51bd31b-9f67-48b8-a7b2-faf05c2a7bcd/model-vers/model-ver/87d9a615-0e62-41f4-9877-52df4bd30d7e?depth=0|INFO|500||InvokeReturn 2022-03-28T06:25:07.002Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|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/a51bd31b-9f67-48b8-a7b2-faf05c2a7bcd/model-vers/model-ver/87d9a615-0e62-41f4-9877-52df4bd30d7e?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220328-06:25:06:566-2939], vertex-id=[426184], Content-Length=[0], Date=[Mon, 28 Mar 2022 06:25:06 GMT], Content-Type=[application/json]} 2022-03-28T06:25:07.002Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-03-28T06:25:07.002Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-28T06:25:07.003Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|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-28T06:25:07.010Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|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-28T06:25:07.011Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 592cc319-c7c4-4cb3-a311-a2fe91a159a5 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-28T06:25:07.011Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-28T06:25:07.012Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:25:07.014Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:25:07.014Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448707011, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T06:25:07.115Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-28T06:25:07.116Z||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-28T06:25:07.116Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:25:07.132Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:25:07.133Z||pool-91-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-28T06:25:08.026Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:25:08.026Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|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-28T06:25:08.027Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:25:12.398Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:25:12.399Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-28T06:25:12.399Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"4f53cb6b-27d4-4170-8418-81f614678879","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"7ce79370-9630-4690-a3a2-f25507ac7696","serviceDescription":"service","serviceInvariantUUID":"2743cb38-0090-4a58-a986-89d1f0c48789","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"128c1485-6926-4a4d-a273-e7dd9d5c97a3","resourceInvariantUUID":"6e53eb39-d01b-4305-9999-b82a347e85d7","resourceCustomizationUUID":"31cba19d-3155-49e8-9e7b-312da5c52420","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":"YmEyMGVhOTgyNWY5YzM3M2E3OGM4YjQ0ZWZhYzg2NDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ac88e3fb-d95f-4ebf-a975-22f521cddaa2","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":"YWExNGJiMzJjOGNjZWFhYjBkOWNiM2Q5ZDNjMDJkZTU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"006c27ca-06bc-400f-8bc2-1a4af4bf1298","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":"c7d3d254-da37-47e6-bd65-d913c8a68ec8","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":"51bacb8f-c4c7-4235-a052-e6ba49d9d73c","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":"dab5e931-856e-4511-be6a-58f933a2604c","artifactVersion":"2","generatedFromUUID":"c7d3d254-da37-47e6-bd65-d913c8a68ec8"},{"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":"OGM5NTVhM2E2ZjEzNjk5ODIxZmQ2ODY5ZjllNzc5ZDE\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"a4b2c594-d7b5-4985-a28e-ca8ca717f260","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":"ZGM2YWY2Mzg0MjdlM2ZkYTZjZjg5M2NiNTZlZDFkZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"5274323b-d29d-4db1-88f1-cf9696437aea","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"NDU4NzdkMWM1ZDk1ZGVkYWI3MzBmNWIyMmJkM2JmMTg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"a4b82ea5-c6e1-440e-9fc5-03abd5e109ea","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-28T06:25:12.401Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:25:12.402Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:25:12.404Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:25:12.404Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:25:12.504Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T06:25:12.506Z||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-28T06:25:12.506Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:25:12.535Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:25:12.536Z||pool-92-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:25:13.405Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:25:13.406Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:25:13.408Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:25:13.409Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-28T06:25:13.509Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:25:13.510Z||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-28T06:25:13.510Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:25:13.537Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:25:13.538Z||pool-93-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:25:14.411Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:25:14.411Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:25:14.414Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:25:14.414Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-28T06:25:14.515Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:25:14.516Z||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-28T06:25:14.516Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:25:14.539Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:25:14.540Z||pool-94-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:25:15.414Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:25:15.415Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:25:15.427Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:25:15.428Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:25:15.528Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:25:15.529Z||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-28T06:25:15.529Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:25:15.546Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:25:15.547Z||pool-95-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:25:16.428Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:25:16.429Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:25:16.431Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:25:16.431Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-28T06:25:16.532Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-03-28T06:25:16.534Z||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-28T06:25:16.534Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:25:16.559Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:25:16.561Z||pool-96-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:25:17.432Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:25:17.433Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:25:17.436Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:25:17.437Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T06:25:17.542Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-03-28T06:25:17.543Z||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-28T06:25:17.544Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:25:17.557Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:25:17.558Z||pool-97-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:25:18.438Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:25:18.439Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:25:18.441Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:25:18.441Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:25:18.541Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:25:18.542Z||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-28T06:25:18.542Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:25:18.554Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:25:18.555Z||pool-98-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:25:19.442Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:25:19.443Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:25:19.446Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:25:19.446Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:25:19.545Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T06:25:19.547Z||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-28T06:25:19.548Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:25:19.561Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:25:19.561Z||pool-99-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:25:20.448Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "7ce79370-9630-4690-a3a2-f25507ac7696", "serviceDescription": "service", "serviceInvariantUUID": "2743cb38-0090-4a58-a986-89d1f0c48789", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "31cba19d-3155-49e8-9e7b-312da5c52420", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "128c1485-6926-4a4d-a273-e7dd9d5c97a3", "resourceInvariantUUID": "6e53eb39-d01b-4305-9999-b82a347e85d7", "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": "YWExNGJiMzJjOGNjZWFhYjBkOWNiM2Q5ZDNjMDJkZTU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "006c27ca-06bc-400f-8bc2-1a4af4bf1298", "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": "c7d3d254-da37-47e6-bd65-d913c8a68ec8", "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": "dab5e931-856e-4511-be6a-58f933a2604c", "generatedFromUUID": "c7d3d254-da37-47e6-bd65-d913c8a68ec8" }, "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": "dab5e931-856e-4511-be6a-58f933a2604c", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "NDU4NzdkMWM1ZDk1ZGVkYWI3MzBmNWIyMmJkM2JmMTg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "a4b82ea5-c6e1-440e-9fc5-03abd5e109ea" } ], "workloadContext": "Production" } 2022-03-28T06:25:20.449Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-28T06:25:20.449Z|592cc319-c7c4-4cb3-a311-a2fe91a159a5|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 7ce79370-9630-4690-a3a2-f25507ac7696 ASDC 2022-03-28T06:25:20.449Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:4f53cb6b-27d4-4170-8418-81f614678879 ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:7ce79370-9630-4690-a3a2-f25507ac7696 ServiceInvariantUUID:2743cb38-0090-4a58-a986-89d1f0c48789 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:a4b82ea5-c6e1-440e-9fc5-03abd5e109ea ArtifactChecksum:NDU4NzdkMWM1ZDk1ZGVkYWI3MzBmNWIyMmJkM2JmMTg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:31cba19d-3155-49e8-9e7b-312da5c52420 ResourceInvariantUUID:6e53eb39-d01b-4305-9999-b82a347e85d7 ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:128c1485-6926-4a4d-a273-e7dd9d5c97a3 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:006c27ca-06bc-400f-8bc2-1a4af4bf1298 ArtifactChecksum:YWExNGJiMzJjOGNjZWFhYjBkOWNiM2Q5ZDNjMDJkZTU= 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:c7d3d254-da37-47e6-bd65-d913c8a68ec8 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:dab5e931-856e-4511-be6a-58f933a2604c 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:dab5e931-856e-4511-be6a-58f933a2604c ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-03-28T06:25:20.450Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7ce79370-9630-4690-a3a2-f25507ac7696 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-28T06:25:20.491Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T06:25:20.491Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-28T06:25:20.492Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-28T06:25:20.492Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a4b82ea5-c6e1-440e-9fc5-03abd5e109ea from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-28T06:25:20.492Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-28T06:25:20.492Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-28T06:25:22.122Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-28T06:25:22.126Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar a4b82ea5-c6e1-440e-9fc5-03abd5e109ea 78797 2022-03-28T06:25:22.127Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-28T06:25:22.127Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-28T06:25:22.128Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:25:22.128Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:25:22.131Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:25:22.132Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448722127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:25:22.232Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T06:25:22.233Z||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-28T06:25:22.233Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:25:22.246Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:25:22.247Z||pool-100-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:25:22.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:25:22.800Z||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-28T06:25:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:25:22.832Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:25:22.833Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.833Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448538137, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:25:22.834Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:25:22.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:25:22.834Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:25:22.834Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.834Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448538137, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:25:22.835Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:25:22.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.835Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "aai-ml", "timestamp": 1648448544554, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:25:22.835Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:25:22.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.835Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448460851, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:25:22.835Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:25:22.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.835Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448538137, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:25:22.835Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:25:22.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.835Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448538137, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:25:22.836Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:25:22.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448545999, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:25:22.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:25:22.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "clamp", "timestamp": 1648448546283, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:25:22.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:25:22.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448538137, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:25:22.836Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:25:22.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448548189, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:25:22.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:25:22.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "clamp", "timestamp": 1648448548291, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:25:22.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:25:22.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448548826, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T06:25:22.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:25:22.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "clamp", "timestamp": 1648448549297, "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-28T06:25:22.846Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of f52b8ed3-6555-4e24-a54d-75f5e845d935 2022-03-28T06:25:22.846Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f52b8ed3-6555-4e24-a54d-75f5e845d935 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-28T06:25:22.854Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.854Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448550303, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:25:22.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:25:22.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448550280, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T06:25:22.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:25:22.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "aai-ml", "timestamp": 1648448551408, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:25:22.855Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:25:22.855Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.855Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448551309, "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-28T06:25:22.860Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of f52b8ed3-6555-4e24-a54d-75f5e845d935 2022-03-28T06:25:22.860Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f52b8ed3-6555-4e24-a54d-75f5e845d935 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-28T06:25:22.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448551591, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-28T06:25:22.869Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:25:22.869Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.869Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "aai-ml", "timestamp": 1648448552414, "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-28T06:25:22.877Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of f52b8ed3-6555-4e24-a54d-75f5e845d935 2022-03-28T06:25:22.877Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId f52b8ed3-6555-4e24-a54d-75f5e845d935 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-28T06:25:22.886Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448552724, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-03-28T06:25:22.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:25:22.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448553727, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-28T06:25:22.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:25:22.887Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.887Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448554732, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-28T06:25:22.887Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:25:22.888Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:25:22.888Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448555736, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:25:22.888Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:25:23.132Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T06:25:23.134Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-28T06:25:23.134Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: a4b82ea5-c6e1-440e-9fc5-03abd5e109ea, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T06:25:23.135Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-03-28T06:25:23.135Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T06:25:23.135Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T06:25:23.336Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15666798039448105319/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-28T06:25:24.660Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-28T06:25:24.661Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-28T06:25:24.661Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T06:25:24.661Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-03-28T06:25:24.661Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_vm_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T06:25:24.662Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T06:25:24.662Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T06:25:24.662Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T06:25:24.662Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T06:25:24.662Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T06:25:24.662Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T06:25:24.663Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T06:25:24.663Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-03-28T06:25:24.663Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-28T06:25:24.663Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:24.663Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:25:24.664Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-28T06:25:24.664Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-28T06:25:24.664Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T06:25:24.665Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:24.665Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:25:24.665Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-28T06:25:24.665Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-28T06:25:24.665Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T06:25:24.665Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:24.666Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:25:24.666Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:24.666Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-28T06:25:24.666Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-03-28T06:25:24.666Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-03-28T06:25:24.667Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-03-28T06:25:24.667Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-28T06:25:24.667Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-03-28T06:25:24.667Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:24.667Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-28T06:25:24.668Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:24.668Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-28T06:25:24.668Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:25:24.668Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:24.668Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-28T06:25:24.669Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:25:24.669Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:24.669Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-28T06:25:24.669Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:25:24.669Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:24.670Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-28T06:25:24.670Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-28T06:25:24.670Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-28T06:25:24.670Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=597e2491-e929-4195-b083-8adb3d76824f 2022-03-28T06:25:24.670Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:24.670Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:25:24.671Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:24.671Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:25:24.671Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:24.671Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:25:24.671Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:24.672Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:25:24.672Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:7ce79370-9630-4690-a3a2-f25507ac7696 Model Version:NULL Model InvariantUuid:2743cb38-0090-4a58-a986-89d1f0c48789 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:10516c9a-83c9-4659-a127-fa5008e5e598 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:6e53eb39-d01b-4305-9999-b82a347e85d7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:31cba19d-3155-49e8-9e7b-312da5c52420 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:c5c7b18d-8f6a-4ee4-ac19-f8409946a048 ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:ddadadb8-736e-41dd-9ee4-f6aa6f52b517 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:597e2491-e929-4195-b083-8adb3d76824f ModelInvariantUuid:75e12883-f780-4f54-83a9-9bf73c02c35f ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:57f4d8a6-6115-43b9-a4bf-005018e977a8 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:ffea1c89-3c12-49df-ac01-00f884fa3ccc ModelInvariantUuid:b85a8108-d84d-4fef-ae6b-3371b0b6fff5 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:21c7df8b-733a-4aff-8ea7-7cba3d642948 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-28T06:25:24.679Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 128c1485-6926-4a4d-a273-e7dd9d5c97a3 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-28T06:25:24.682Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||basic_vm_macro 0 2022-03-28T06:25:24.683Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 128c1485-6926-4a4d-a273-e7dd9d5c97a3 2022-03-28T06:25:24.683Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 006c27ca-06bc-400f-8bc2-1a4af4bf1298 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-28T06:25:24.683Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-28T06:25:24.683Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-28T06:25:25.207Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-28T06:25:25.208Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 006c27ca-06bc-400f-8bc2-1a4af4bf1298 792 2022-03-28T06:25:25.209Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-03-28T06:25:25.210Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-28T06:25:25.210Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:25:25.210Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:25:25.212Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:25:25.212Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448725209, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T06:25:25.312Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:25:25.313Z||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-28T06:25:25.313Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:25:25.325Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:25:25.326Z||pool-101-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:25:26.213Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c5c7b18d-8f6a-4ee4-ac19-f8409946a048", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ddadadb8-736e-41dd-9ee4-f6aa6f52b517", "vfModuleModelCustomizationUUID": "90c8ba36-6b38-444c-87c0-05b48a48298f", "isBase": true, "artifacts": [ "c7d3d254-da37-47e6-bd65-d913c8a68ec8", "dab5e931-856e-4511-be6a-58f933a2604c" ], "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-28T06:25:26.217Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ddadadb8-736e-41dd-9ee4-f6aa6f52b517 VfModuleModelInvariantUUID:c5c7b18d-8f6a-4ee4-ac19-f8409946a048 VfModuleModelDescription:NULL Artifacts UUID List:{ c7d3d254-da37-47e6-bd65-d913c8a68ec8 , dab5e931-856e-4511-be6a-58f933a2604c } 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-28T06:25:26.219Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "c5c7b18d-8f6a-4ee4-ac19-f8409946a048", "vfModuleModelVersion": "1", "vfModuleModelUUID": "ddadadb8-736e-41dd-9ee4-f6aa6f52b517", "vfModuleModelCustomizationUUID": "90c8ba36-6b38-444c-87c0-05b48a48298f", "isBase": true, "artifacts": [ "c7d3d254-da37-47e6-bd65-d913c8a68ec8", "dab5e931-856e-4511-be6a-58f933a2604c" ], "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-28T06:25:26.219Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:ddadadb8-736e-41dd-9ee4-f6aa6f52b517 VfModuleModelInvariantUUID:c5c7b18d-8f6a-4ee4-ac19-f8409946a048 VfModuleModelDescription:NULL Artifacts UUID List:{ c7d3d254-da37-47e6-bd65-d913c8a68ec8 , dab5e931-856e-4511-be6a-58f933a2604c } 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-28T06:25:26.219Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: c7d3d254-da37-47e6-bd65-d913c8a68ec8 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-28T06:25:26.219Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-28T06:25:26.219Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-28T06:25:26.716Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-28T06:25:26.717Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml c7d3d254-da37-47e6-bd65-d913c8a68ec8 5033 2022-03-28T06:25:26.717Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-28T06:25:26.717Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-28T06:25:26.717Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:25:26.718Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:25:26.720Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:25:26.720Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448726717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T06:25:26.820Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:25:26.821Z||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-28T06:25:26.822Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:25:26.836Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:25:26.837Z||pool-102-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:25:27.720Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dab5e931-856e-4511-be6a-58f933a2604c from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-28T06:25:27.721Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-28T06:25:27.722Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-28T06:25:28.082Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-28T06:25:28.082Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env dab5e931-856e-4511-be6a-58f933a2604c 903 2022-03-28T06:25:28.082Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-28T06:25:28.083Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-28T06:25:28.083Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:25:28.083Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:25:28.085Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:25:28.085Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448728082, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-28T06:25:28.185Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:25:28.187Z||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-28T06:25:28.187Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:25:28.201Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:25:28.202Z||pool-103-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:25:29.086Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 7ce79370-9630-4690-a3a2-f25507ac7696 2022-03-28T06:25:29.087Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 128c1485-6926-4a4d-a273-e7dd9d5c97a3 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-28T06:25:29.101Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68126008, org.onap.sdc.toscaparser.api.parameters.Input@5dcf79d7, org.onap.sdc.toscaparser.api.parameters.Input@24adbfb4, org.onap.sdc.toscaparser.api.parameters.Input@204ffa81, org.onap.sdc.toscaparser.api.parameters.Input@5b26dca0] 2022-03-28T06:25:29.103Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:29.103Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:25:29.103Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-03-28T06:25:29.103Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 31cba19d-3155-49e8-9e7b-312da5c52420 2022-03-28T06:25:29.104Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 31cba19d-3155-49e8-9e7b-312da5c52420 matches Tosca VF Customization UUID: 31cba19d-3155-49e8-9e7b-312da5c52420 2022-03-28T06:25:29.104Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 31cba19d-3155-49e8-9e7b-312da5c52420 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-28T06:25:29.108Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:29.108Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:25:29.110Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 31cba19d-3155-49e8-9e7b-312da5c52420: {\"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-28T06:25:29.110Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@6b5c2829 2022-03-28T06:25:29.110Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:29.110Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-03-28T06:25:29.111Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 90c8ba36-6b38-444c-87c0-05b48a48298f 2022-03-28T06:25:29.111Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 90c8ba36-6b38-444c-87c0-05b48a48298f 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-28T06:25:29.115Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:29.115Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-28T06:25:29.115Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:25:29.116Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:29.116Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-28T06:25:29.116Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:25:29.117Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:29.117Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-03-28T06:25:29.118Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-03-28T06:25:29.118Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-03-28T06:25:29.118Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=597e2491-e929-4195-b083-8adb3d76824f 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-28T06:25:29.121Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:29.122Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-28T06:25:29.122Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-03-28T06:25:29.122Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:29.123Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-03-28T06:25:29.123Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=31cba19d-3155-49e8-9e7b-312da5c52420 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-28T06:25:29.126Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:29.126Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:25:29.126Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 7ce79370-9630-4690-a3a2-f25507ac7696: basic_vm_macro 2022-03-28T06:25:29.127Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:29.127Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:25:29.127Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:29.128Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:25:29.128Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:29.128Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:25:29.129Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:29.129Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:25:29.129Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:25:29.129Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:25:29.130Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||Saving Service: basic_vm_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-03-28T06:25:29.241Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro 128c1485-6926-4a4d-a273-e7dd9d5c97a3 1 ASDC deployResourceStructure 2022-03-28T06:25:29.242Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json ASDC sendASDCNotification 2022-03-28T06:25:29.242Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-03-28T06:25:29.242Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:25:29.243Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:25:29.245Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:25:29.245Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448729242, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-28T06:25:29.345Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:25:29.346Z||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-28T06:25:29.347Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:25:29.361Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:25:29.362Z||pool-104-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:25:30.246Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml ASDC sendASDCNotification 2022-03-28T06:25:30.246Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-03-28T06:25:30.247Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:25:30.247Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:25:30.249Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:25:30.249Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448730246, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-28T06:25:30.349Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:25:30.350Z||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-28T06:25:30.351Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:25:30.367Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:25:30.367Z||pool-105-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:25:31.251Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env ASDC sendASDCNotification 2022-03-28T06:25:31.251Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-03-28T06:25:31.251Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:25:31.252Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:25:31.254Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:25:31.254Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448731251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-28T06:25:31.354Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:25:31.356Z||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-28T06:25:31.356Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:25:31.370Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:25:31.371Z||pool-106-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:25:32.255Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-03-28T06:25:32.255Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-03-28T06:25:32.255Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:25:32.256Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:25:32.258Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:25:32.258Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448732255, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:25:32.359Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:25:32.360Z||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-28T06:25:32.360Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:25:32.375Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:25:32.376Z||pool-107-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:25:33.259Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 4f53cb6b-27d4-4170-8418-81f614678879 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:25:33.271Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 4f53cb6b-27d4-4170-8418-81f614678879 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:25:33.274Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:25:33.274Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-28T06:25:33.274Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-28T06:25:33.274Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-28T06:25:33.274Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:25:33.274Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:25:33.274Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:25:33.274Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:25:33.274Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:25:33.274Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:25:33.275Z|4f53cb6b-27d4-4170-8418-81f614678879|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-28T06:25:33.280Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-28T06:26:03.281Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 4f53cb6b-27d4-4170-8418-81f614678879 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-28T06:26:03.297Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 4f53cb6b-27d4-4170-8418-81f614678879 and serviceModelVersionId: 7ce79370-9630-4690-a3a2-f25507ac7696 2022-03-28T06:26:03.297Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 2743cb38-0090-4a58-a986-89d1f0c48789 2022-03-28T06:26:03.299Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/2743cb38-0090-4a58-a986-89d1f0c48789/model-vers/model-ver/7ce79370-9630-4690-a3a2-f25507ac7696?depth=0 2022-03-28T06:26:03.307Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-28T06:26:03.375Z|4f53cb6b-27d4-4170-8418-81f614678879|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/2743cb38-0090-4a58-a986-89d1f0c48789/model-vers/model-ver/7ce79370-9630-4690-a3a2-f25507ac7696?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-28T06:26:03.378Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2743cb38-0090-4a58-a986-89d1f0c48789/model-vers/model-ver/7ce79370-9630-4690-a3a2-f25507ac7696?depth=0|INFO|500||Invoke 2022-03-28T06:26:03.400Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2743cb38-0090-4a58-a986-89d1f0c48789/model-vers/model-ver/7ce79370-9630-4690-a3a2-f25507ac7696?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-28T06:26:03.879Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/2743cb38-0090-4a58-a986-89d1f0c48789/model-vers/model-ver/7ce79370-9630-4690-a3a2-f25507ac7696?depth=0|INFO|500||InvokeReturn 2022-03-28T06:26:03.880Z|4f53cb6b-27d4-4170-8418-81f614678879|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/2743cb38-0090-4a58-a986-89d1f0c48789/model-vers/model-ver/7ce79370-9630-4690-a3a2-f25507ac7696?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220328-06:26:03:063-91797], vertex-id=[454856], Content-Length=[0], Date=[Mon, 28 Mar 2022 06:26:03 GMT], Content-Type=[application/json]} 2022-03-28T06:26:03.882Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-03-28T06:26:03.883Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-28T06:26:03.883Z|4f53cb6b-27d4-4170-8418-81f614678879|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-28T06:26:03.890Z|4f53cb6b-27d4-4170-8418-81f614678879|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-28T06:26:03.891Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 4f53cb6b-27d4-4170-8418-81f614678879 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-28T06:26:03.891Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-28T06:26:03.892Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:26:03.901Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:26:03.901Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448763891, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T06:26:03.997Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-03-28T06:26:03.999Z||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-28T06:26:03.999Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:04.043Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:04.044Z||pool-108-thread-1|||||INFO|500||cambria reply ok (46 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-28T06:26:04.918Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-28T06:26:04.919Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"f52b8ed3-6555-4e24-a54d-75f5e845d935","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"9efb975a-201d-4502-8dc5-37364cd0ce28","serviceDescription":"service","serviceInvariantUUID":"02827210-dda9-41c4-b62c-3db7359fa896","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"64484729-78ad-4276-93fa-7f1cbf4e7163","resourceInvariantUUID":"79ef71bc-2b59-4d42-a633-7143b91d990c","resourceCustomizationUUID":"763019fb-1ace-49df-ad8a-0c23306fbb06","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":"MDllNTQ2ODUyNDg3N2NmMjgyNWEyN2RhN2I3YTgwYzA\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"19d07785-af80-4b66-9941-7bf752de7072","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":"40b8dbfc-56a4-4f2a-b25e-75fa36e9a626","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":"cc28051f-2578-42c6-bd2d-be9318312331","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":"ZDIxNGVkNjg5NTFhYzYwYjFhMTE2N2ZhYzJjMTU5NzQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"54a73546-1499-4d76-86ed-211133e9745b","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":"d3266949-d772-4dc0-b9ee-b78623963639","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":"fb79178b-97af-46e5-884a-1956237b5add","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":"30d45ad9-7ae2-42df-88ab-7f10bde99d30","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":"YzFkZjE5M2JkMjk3ZDIwZTFkY2M0OTEyYjI4NDZhMzI\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"8da26fe9-ebbc-46f3-8992-07883e5f81bb","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"ZDY5Y2MwYTQ4MDJhZTk2MzZkNDI4N2ZmMjc2MGMwNTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"937b7a05-1a2e-4d11-b94a-385ef2dc528a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-28T06:26:04.920Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:26:04.920Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:26:04.924Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:26:04.924Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:26:05.024Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:26:05.025Z||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-28T06:26:05.025Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:05.037Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:05.039Z||pool-109-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:26:05.925Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:26:05.926Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:26:05.928Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:26:05.929Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:26:06.031Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-28T06:26:06.032Z||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-28T06:26:06.032Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:06.050Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:06.052Z||pool-110-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:26:06.931Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:26:06.932Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:26:06.935Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:26:06.935Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:26:07.035Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:26:07.036Z||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-28T06:26:07.036Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:07.047Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:07.049Z||pool-111-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:26:07.935Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:26:07.936Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:26:07.938Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:26:07.938Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T06:26:08.039Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:26:08.040Z||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-28T06:26:08.040Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:08.053Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:08.053Z||pool-112-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:26:08.939Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:26:08.940Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:26:08.945Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:26:08.945Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:26:09.048Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-03-28T06:26:09.049Z||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-28T06:26:09.049Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:09.064Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:09.065Z||pool-113-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:26:09.945Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:26:09.946Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:26:09.948Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:26:09.948Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:26:10.049Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T06:26:10.049Z||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-28T06:26:10.050Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:10.068Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:10.069Z||pool-114-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:26:10.949Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:26:10.950Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:26:10.952Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:26:10.952Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:26:11.053Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:26:11.054Z||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-28T06:26:11.054Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:11.066Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:11.066Z||pool-115-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:26:11.953Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:26:11.954Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:26:11.956Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:26:11.956Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:26:12.056Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:26:12.057Z||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-28T06:26:12.057Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:12.076Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:12.077Z||pool-116-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:26:12.956Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:26:12.957Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:26:12.960Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:26:12.960Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:26:13.060Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:26:13.061Z||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-28T06:26:13.061Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:13.085Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:13.086Z||pool-117-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:26:13.961Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "9efb975a-201d-4502-8dc5-37364cd0ce28", "serviceDescription": "service", "serviceInvariantUUID": "02827210-dda9-41c4-b62c-3db7359fa896", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "763019fb-1ace-49df-ad8a-0c23306fbb06", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "64484729-78ad-4276-93fa-7f1cbf4e7163", "resourceInvariantUUID": "79ef71bc-2b59-4d42-a633-7143b91d990c", "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": "ZDY5Y2MwYTQ4MDJhZTk2MzZkNDI4N2ZmMjc2MGMwNTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "937b7a05-1a2e-4d11-b94a-385ef2dc528a" } ], "workloadContext": "Production" } 2022-03-28T06:26:13.962Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-28T06:26:13.962Z|4f53cb6b-27d4-4170-8418-81f614678879|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 9efb975a-201d-4502-8dc5-37364cd0ce28 ASDC 2022-03-28T06:26:13.962Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:f52b8ed3-6555-4e24-a54d-75f5e845d935 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:9efb975a-201d-4502-8dc5-37364cd0ce28 ServiceInvariantUUID:02827210-dda9-41c4-b62c-3db7359fa896 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:937b7a05-1a2e-4d11-b94a-385ef2dc528a ArtifactChecksum:ZDY5Y2MwYTQ4MDJhZTk2MzZkNDI4N2ZmMjc2MGMwNTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:763019fb-1ace-49df-ad8a-0c23306fbb06 ResourceInvariantUUID:79ef71bc-2b59-4d42-a633-7143b91d990c ResourceName:test-pnf ResourceType:PNF ResourceUUID:64484729-78ad-4276-93fa-7f1cbf4e7163 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-28T06:26:13.963Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 9efb975a-201d-4502-8dc5-37364cd0ce28 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-28T06:26:13.991Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T06:26:13.992Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-28T06:26:13.992Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-28T06:26:13.993Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 937b7a05-1a2e-4d11-b94a-385ef2dc528a from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-28T06:26:13.993Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-28T06:26:13.993Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-28T06:26:14.731Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-28T06:26:14.737Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 937b7a05-1a2e-4d11-b94a-385ef2dc528a 105661 2022-03-28T06:26:14.737Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-28T06:26:14.737Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-28T06:26:14.737Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:26:14.738Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:26:14.740Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:26:14.740Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448774737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:26:14.841Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:26:14.842Z||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-28T06:26:14.842Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:14.855Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:14.856Z||pool-118-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:26:15.741Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T06:26:15.741Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-28T06:26:15.742Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 937b7a05-1a2e-4d11-b94a-385ef2dc528a, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-28T06:26:15.742Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-03-28T06:26:15.743Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-28T06:26:15.743Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-28T06:26:15.896Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5254187998198189965/Definitions/service-TestPnfMacro-template.yml 2022-03-28T06:26:16.788Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-28T06:26:16.788Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-28T06:26:16.789Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-28T06:26:16.789Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-28T06:26:16.789Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-28T06:26:16.789Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-28T06:26:16.789Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-28T06:26:16.789Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-28T06:26:16.789Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-28T06:26:16.789Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-28T06:26:16.789Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-03-28T06:26:16.790Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-28T06:26:16.790Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:26:16.790Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:26:16.790Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-28T06:26:16.790Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-28T06:26:16.791Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T06:26:16.791Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:26:16.791Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:26:16.791Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-03-28T06:26:16.791Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-28T06:26:16.791Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T06:26:16.791Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:26:16.792Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:26:16.792Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:26:16.792Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:26:16.792Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:26:16.792Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:26:16.792Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:26:16.792Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:26:16.793Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:26:16.793Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:26:16.793Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:9efb975a-201d-4502-8dc5-37364cd0ce28 Model Version:NULL Model InvariantUuid:02827210-dda9-41c4-b62c-3db7359fa896 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-28T06:26:16.800Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 64484729-78ad-4276-93fa-7f1cbf4e7163 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-28T06:26:16.802Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||test-pnf 0 2022-03-28T06:26:16.803Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 64484729-78ad-4276-93fa-7f1cbf4e7163 2022-03-28T06:26:16.803Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 9efb975a-201d-4502-8dc5-37364cd0ce28 2022-03-28T06:26:16.803Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 9efb975a-201d-4502-8dc5-37364cd0ce28 2022-03-28T06:26:16.803Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 64484729-78ad-4276-93fa-7f1cbf4e7163 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-28T06:26:16.808Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@71f0944c, org.onap.sdc.toscaparser.api.parameters.Input@71bf06a9, org.onap.sdc.toscaparser.api.parameters.Input@33b5802, org.onap.sdc.toscaparser.api.parameters.Input@2499229c, org.onap.sdc.toscaparser.api.parameters.Input@51be90b7] 2022-03-28T06:26:16.808Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:26:16.808Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:26:16.808Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 9efb975a-201d-4502-8dc5-37364cd0ce28: test-pnf 2022-03-28T06:26:16.809Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||Processing PNF resource: 64484729-78ad-4276-93fa-7f1cbf4e7163 2022-03-28T06:26:16.809Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:26:16.809Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:26:16.809Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||Resource customization UUID: 763019fb-1ace-49df-ad8a-0c23306fbb06 is the same as notified resource customizationUUID: 763019fb-1ace-49df-ad8a-0c23306fbb06 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-28T06:26:16.845Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 64484729-78ad-4276-93fa-7f1cbf4e7163 0 ASDC deployResourceStructure 2022-03-28T06:26:16.846Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-03-28T06:26:16.846Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-03-28T06:26:16.846Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:26:16.846Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:26:16.848Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:26:16.848Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448776846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:26:16.948Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:26:16.950Z||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-28T06:26:16.950Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:16.965Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:16.965Z||pool-119-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:26:17.850Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: f52b8ed3-6555-4e24-a54d-75f5e845d935 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:26:17.870Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: f52b8ed3-6555-4e24-a54d-75f5e845d935 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:26:17.872Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:26:17.872Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-28T06:26:17.873Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-28T06:26:17.873Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-28T06:26:17.873Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:26:17.873Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:26:17.873Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:26:17.873Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:26:17.873Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:26:17.873Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:26:17.874Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:26:17.874Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|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-28T06:26:17.879Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-28T06:26:22.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:26:22.801Z||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-28T06:26:22.801Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:22.834Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:22.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:26:22.835Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "592cc319-c7c4-4cb3-a311-a2fe91a159a5", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448707011, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T06:26:22.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:26:22.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:26:22.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:26:22.836Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:26:22.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:26:22.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-03-28T06:26:22.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:26:22.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:26:22.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-03-28T06:26:22.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:26:22.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:26:22.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:26:22.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:26:22.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:26:22.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-03-28T06:26:22.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:26:22.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:26:22.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T06:26:22.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:26:22.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:26:22.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:26:22.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:26:22.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:26:22.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:26:22.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:26:22.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:26:22.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448722127, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:26:22.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:26:47.879Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: f52b8ed3-6555-4e24-a54d-75f5e845d935 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-28T06:26:47.886Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: f52b8ed3-6555-4e24-a54d-75f5e845d935 and serviceModelVersionId: 9efb975a-201d-4502-8dc5-37364cd0ce28 2022-03-28T06:26:47.886Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 02827210-dda9-41c4-b62c-3db7359fa896 2022-03-28T06:26:47.887Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/02827210-dda9-41c4-b62c-3db7359fa896/model-vers/model-ver/9efb975a-201d-4502-8dc5-37364cd0ce28?depth=0 2022-03-28T06:26:47.892Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-28T06:26:47.940Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|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/02827210-dda9-41c4-b62c-3db7359fa896/model-vers/model-ver/9efb975a-201d-4502-8dc5-37364cd0ce28?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-28T06:26:47.942Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02827210-dda9-41c4-b62c-3db7359fa896/model-vers/model-ver/9efb975a-201d-4502-8dc5-37364cd0ce28?depth=0|INFO|500||Invoke 2022-03-28T06:26:47.964Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02827210-dda9-41c4-b62c-3db7359fa896/model-vers/model-ver/9efb975a-201d-4502-8dc5-37364cd0ce28?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-28T06:26:48.426Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/02827210-dda9-41c4-b62c-3db7359fa896/model-vers/model-ver/9efb975a-201d-4502-8dc5-37364cd0ce28?depth=0|INFO|500||InvokeReturn 2022-03-28T06:26:48.427Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|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/02827210-dda9-41c4-b62c-3db7359fa896/model-vers/model-ver/9efb975a-201d-4502-8dc5-37364cd0ce28?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220328-06:26:47:627-55073], vertex-id=[536664], Content-Length=[0], Date=[Mon, 28 Mar 2022 06:26:47 GMT], Content-Type=[application/json]} 2022-03-28T06:26:48.434Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-03-28T06:26:48.435Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-28T06:26:48.435Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|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-28T06:26:48.440Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|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-28T06:26:48.440Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID f52b8ed3-6555-4e24-a54d-75f5e845d935 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-28T06:26:48.440Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-28T06:26:48.441Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:26:48.443Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:26:48.443Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448808440, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T06:26:48.543Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:26:48.544Z||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-28T06:26:48.545Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:48.561Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:48.565Z||pool-120-thread-1|||||INFO|500||cambria reply ok (21 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-28T06:26:49.461Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:26:49.462Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|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-28T06:26:49.462Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:50.093Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:50.094Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-03-28T06:26:50.094Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"c466265a-2f34-45bf-ad54-ecd2a23279cf","serviceName":"Demo_pNF_WWffA5gM7FUh5ILfqq7A","serviceVersion":"1.0","serviceUUID":"0553269a-d754-41eb-8ed8-0c06164185cd","serviceDescription":"catalog service description","serviceInvariantUUID":"fe93206b-241c-4a87-a0e4-2d195003cc40","resources":[{"resourceInstanceName":"pNF 07a74e65-cfbb 0","resourceName":"pNF 07a74e65-cfbb","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"683ad6f4-3067-44be-a646-696895c0a04e","resourceInvariantUUID":"eb6d78b8-c6b8-4b99-a1e8-54ffe48465cf","resourceCustomizationUUID":"7a4d970f-58b5-4841-b3a9-a78eb4bc640f","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/vf-license-model.xml","artifactChecksum":"YjU2MTE2ZWIxM2I5ZTFhN2U2ZDM2MDcwY2YyZWRhZTY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"a242ebce-dac4-436f-8b24-6bc7aaa6f209","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/pNF.csar","artifactChecksum":"NGMyOTlmYmQ5MGM3MzNlNGE5YzFhNzc1MzM0NjU1NjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"661bdd0a-cc29-401f-bb42-8e02b135a314","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c9d3d10c-4ca5-455a-9ac1-ed21a6dc600b","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/vendor-license-model.xml","artifactChecksum":"NzU2NDQ3YjhjM2ZiOGRiOGQzZjYwZWY4ZGQzY2FmY2I\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"70393ca8-61c6-4e58-b312-00706d920690","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"91e70db6-ddc1-46a5-98d3-b9e1b6a0c150","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1b5477dd-6c37-46f9-add0-e2dd2b56ba5b","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfWwffa5gm7fuh5ilfqq7a-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-template.yml","artifactChecksum":"NWQxZWU4OTkxYTc3M2E4NGNlNTBjN2JlMGRlMDA3YTY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4ff2be08-0ecf-4a95-b60d-b1f5d958d455","artifactVersion":"1"},{"artifactName":"service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar","artifactChecksum":"NzBmZGFkMzY1NWY5YjQ2ODg4ZGIyOTVjODhlZTM1ZTY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"fc7efbd7-d71c-424b-bcba-dee370fa70b5","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-28T06:26:50.097Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:26:50.098Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:26:50.106Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:26:50.106Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448809461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:26:50.201Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-03-28T06:26:50.202Z||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-28T06:26:50.202Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:50.218Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:50.219Z||pool-121-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:26:51.107Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:26:51.108Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:26:51.111Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:26:51.111Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448809461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:26:51.211Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:26:51.212Z||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-28T06:26:51.212Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:51.231Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:51.231Z||pool-122-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:26:52.111Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:26:52.112Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:26:52.114Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:26:52.114Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448809461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:26:52.215Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:26:52.216Z||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-28T06:26:52.216Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:52.232Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:52.233Z||pool-123-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:26:53.115Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:26:53.117Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:26:53.119Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:26:53.119Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448809461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:26:53.219Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:26:53.220Z||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-28T06:26:53.220Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:53.241Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:53.242Z||pool-124-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:26:54.119Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:26:54.120Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:26:54.122Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:26:54.123Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448809461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:26:54.223Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:26:54.224Z||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-28T06:26:54.224Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:54.240Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:54.241Z||pool-125-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:26:55.123Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:26:55.124Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:26:55.129Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:26:55.129Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448809461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:26:55.226Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-28T06:26:55.227Z||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-28T06:26:55.228Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:55.244Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:55.245Z||pool-126-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:26:56.130Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:26:56.132Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:26:56.134Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:26:56.134Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448809461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:26:56.234Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:26:56.235Z||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-28T06:26:56.236Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:56.250Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:56.251Z||pool-127-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:26:57.135Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:26:57.136Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:26:57.138Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:26:57.139Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448809461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:26:57.239Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:26:57.240Z||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-28T06:26:57.241Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:57.262Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:57.263Z||pool-128-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:26:58.141Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "serviceName": "Demo_pNF_WWffA5gM7FUh5ILfqq7A", "serviceVersion": "1.0", "serviceUUID": "0553269a-d754-41eb-8ed8-0c06164185cd", "serviceDescription": "catalog service description", "serviceInvariantUUID": "fe93206b-241c-4a87-a0e4-2d195003cc40", "resources": [ { "resourceInstanceName": "pNF 07a74e65-cfbb 0", "resourceCustomizationUUID": "7a4d970f-58b5-4841-b3a9-a78eb4bc640f", "resourceName": "pNF 07a74e65-cfbb", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "683ad6f4-3067-44be-a646-696895c0a04e", "resourceInvariantUUID": "eb6d78b8-c6b8-4b99-a1e8-54ffe48465cf", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "artifactChecksum": "NzBmZGFkMzY1NWY5YjQ2ODg4ZGIyOTVjODhlZTM1ZTY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "fc7efbd7-d71c-424b-bcba-dee370fa70b5" } ], "workloadContext": "Production" } 2022-03-28T06:26:58.141Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-28T06:26:58.141Z|f52b8ed3-6555-4e24-a54d-75f5e845d935|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 0553269a-d754-41eb-8ed8-0c06164185cd ASDC 2022-03-28T06:26:58.143Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:c466265a-2f34-45bf-ad54-ecd2a23279cf ServiceName:Demo_pNF_WWffA5gM7FUh5ILfqq7A ServiceVersion:1.0 ServiceUUID:0553269a-d754-41eb-8ed8-0c06164185cd ServiceInvariantUUID:fe93206b-241c-4a87-a0e4-2d195003cc40 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar ArtifactUUID:fc7efbd7-d71c-424b-bcba-dee370fa70b5 ArtifactChecksum:NzBmZGFkMzY1NWY5YjQ2ODg4ZGIyOTVjODhlZTM1ZTY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 07a74e65-cfbb 0 ResourceCustomizationUUID:7a4d970f-58b5-4841-b3a9-a78eb4bc640f ResourceInvariantUUID:eb6d78b8-c6b8-4b99-a1e8-54ffe48465cf ResourceName:pNF 07a74e65-cfbb ResourceType:PNF ResourceUUID:683ad6f4-3067-44be-a646-696895c0a04e ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-28T06:26:58.143Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 0553269a-d754-41eb-8ed8-0c06164185cd 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-28T06:26:58.192Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T06:26:58.192Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-28T06:26:58.193Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-28T06:26:58.193Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: fc7efbd7-d71c-424b-bcba-dee370fa70b5 from URL: /sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar 2022-03-28T06:26:58.193Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-03-28T06:26:58.193Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar 2022-03-28T06:26:58.434Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-03-28T06:26:58.438Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar fc7efbd7-d71c-424b-bcba-dee370fa70b5 82655 2022-03-28T06:26:58.439Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar ASDC sendASDCNotification 2022-03-28T06:26:58.439Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar 2022-03-28T06:26:58.439Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:26:58.439Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:26:58.441Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:26:58.441Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448818438, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:26:58.542Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T06:26:58.543Z||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-28T06:26:58.543Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:26:58.555Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:26:58.556Z||pool-129-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:26:59.442Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T06:26:59.443Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-03-28T06:26:59.443Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: fc7efbd7-d71c-424b-bcba-dee370fa70b5, URL: /sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar to file: /app/ASDC/1/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar 2022-03-28T06:26:59.444Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar 2022-03-28T06:26:59.444Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar 2022-03-28T06:26:59.444Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar 2022-03-28T06:26:59.635Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP5040928235894193128/Definitions/service-DemoPnfWwffa5gm7fuh5ilfqq7a-template.yml 2022-03-28T06:27:00.517Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-28T06:27:00.517Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-28T06:27:00.517Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar 2022-03-28T06:27:00.517Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-28T06:27:00.518Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 07a74e65-cfbb 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-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar 2022-03-28T06:27:00.518Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar 2022-03-28T06:27:00.518Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar 2022-03-28T06:27:00.518Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar 2022-03-28T06:27:00.518Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|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-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar 2022-03-28T06:27:00.518Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|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-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar 2022-03-28T06:27:00.518Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|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-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar 2022-03-28T06:27:00.518Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-03-28T06:27:00.518Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:27:00.518Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_WWffA5gM7FUh5ILfqq7A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:27:00.518Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Node template pNF 07a74e65-cfbb 0 is matching search criteria 2022-03-28T06:27:00.519Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-28T06:27:00.519Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 07a74e65-cfbb 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T06:27:00.519Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:27:00.519Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_WWffA5gM7FUh5ILfqq7A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:27:00.519Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Node template pNF 07a74e65-cfbb 0 is matching search criteria 2022-03-28T06:27:00.519Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-03-28T06:27:00.519Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 07a74e65-cfbb 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T06:27:00.519Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:27:00.519Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_WWffA5gM7FUh5ILfqq7A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:27:00.520Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:27:00.520Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_WWffA5gM7FUh5ILfqq7A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:27:00.520Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:27:00.520Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_WWffA5gM7FUh5ILfqq7A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:27:00.520Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:27:00.520Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_WWffA5gM7FUh5ILfqq7A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:27:00.520Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:27:00.520Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_WWffA5gM7FUh5ILfqq7A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:27:00.520Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_WWffA5gM7FUh5ILfqq7A Description:catalog service description Model UUID:0553269a-d754-41eb-8ed8-0c06164185cd Model Version:NULL Model InvariantUuid:fe93206b-241c-4a87-a0e4-2d195003cc40 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-28T06:27:00.526Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: 683ad6f4-3067-44be-a646-696895c0a04e 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-28T06:27:00.529Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||pNF 07a74e65-cfbb 0 2022-03-28T06:27:00.529Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 683ad6f4-3067-44be-a646-696895c0a04e 2022-03-28T06:27:00.529Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||No resources found for Service: 0553269a-d754-41eb-8ed8-0c06164185cd 2022-03-28T06:27:00.529Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 0553269a-d754-41eb-8ed8-0c06164185cd 2022-03-28T06:27:00.529Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 07a74e65-cfbb 0 683ad6f4-3067-44be-a646-696895c0a04e 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-28T06:27:00.534Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@7067dc55, org.onap.sdc.toscaparser.api.parameters.Input@7d4b9c59, org.onap.sdc.toscaparser.api.parameters.Input@3fe7e6b2, org.onap.sdc.toscaparser.api.parameters.Input@4e5f3c4a, org.onap.sdc.toscaparser.api.parameters.Input@94c4a0] 2022-03-28T06:27:00.534Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:27:00.535Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_WWffA5gM7FUh5ILfqq7A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:27:00.535Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 0553269a-d754-41eb-8ed8-0c06164185cd: pNF 07a74e65-cfbb 2022-03-28T06:27:00.535Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||Processing PNF resource: 683ad6f4-3067-44be-a646-696895c0a04e 2022-03-28T06:27:00.535Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:27:00.535Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_WWffA5gM7FUh5ILfqq7A is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:27:00.536Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||Resource customization UUID: 7a4d970f-58b5-4841-b3a9-a78eb4bc640f is the same as notified resource customizationUUID: 7a4d970f-58b5-4841-b3a9-a78eb4bc640f 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-28T06:27:00.566Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 07a74e65-cfbb 683ad6f4-3067-44be-a646-696895c0a04e 0 ASDC deployResourceStructure 2022-03-28T06:27:00.566Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar ASDC sendASDCNotification 2022-03-28T06:27:00.566Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar 2022-03-28T06:27:00.567Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:27:00.567Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:27:00.569Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:27:00.569Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448820566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:27:00.669Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:27:00.671Z||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-28T06:27:00.671Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:27:00.683Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:27:00.684Z||pool-130-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:27:01.570Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c466265a-2f34-45bf-ad54-ecd2a23279cf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:27:01.582Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c466265a-2f34-45bf-ad54-ecd2a23279cf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:27:01.584Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:27:01.584Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:27:01.584Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:27:22.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:27:22.800Z||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-28T06:27:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:27:22.834Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:27:22.835Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:27:22.835Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448725209, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-03-28T06:27:22.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:27:22.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:27:22.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448726717, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T06:27:22.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:27:22.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:27:22.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448728082, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-03-28T06:27:22.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:27:22.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:27:22.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448729242, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-03-28T06:27:22.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:27:22.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:27:22.836Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448730246, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-03-28T06:27:22.836Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:27:22.836Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:27:22.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448731251, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-03-28T06:27:22.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:27:22.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:27:22.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448732255, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:27:22.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:27:22.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:27:22.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "4f53cb6b-27d4-4170-8418-81f614678879", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448763891, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T06:27:22.837Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:27:22.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:27:22.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:27:22.837Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:27:22.837Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:27:22.837Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:27:22.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:27:22.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:27:22.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:27:22.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:27:22.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:27:22.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-03-28T06:27:22.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:27:22.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:27:22.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:27:22.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:27:22.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:27:22.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:27:22.838Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:27:22.838Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:27:22.838Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:27:22.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:27:22.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:27:22.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:27:22.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:27:22.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:27:22.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448708026, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:27:22.839Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:27:22.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:27:22.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448774737, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:27:22.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:27:22.839Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:27:22.839Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448776846, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:27:22.839Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:27:31.584Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c466265a-2f34-45bf-ad54-ecd2a23279cf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:27:31.597Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c466265a-2f34-45bf-ad54-ecd2a23279cf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:27:31.599Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:27:31.599Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:27:31.599Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:28:01.600Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c466265a-2f34-45bf-ad54-ecd2a23279cf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:28:01.614Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c466265a-2f34-45bf-ad54-ecd2a23279cf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:28:01.616Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:28:01.617Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:28:01.617Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:28:22.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:28:22.800Z||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-28T06:28:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:28:23.333Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:28:23.335Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.335Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "clamp", "timestamp": 1648448794665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.336Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.336Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "clamp", "timestamp": 1648448794665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.337Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "clamp", "timestamp": 1648448794665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.337Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.337Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "multicloud-k8s-id", "timestamp": 1648448800959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "clamp", "timestamp": 1648448794665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "cds", "timestamp": 1648448801822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.338Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.338Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "multicloud-k8s-id", "timestamp": 1648448800959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.338Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "clamp", "timestamp": 1648448794665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "policy-id", "timestamp": 1648448802586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "cds", "timestamp": 1648448801822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.339Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.339Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "multicloud-k8s-id", "timestamp": 1648448800959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.339Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "clamp", "timestamp": 1648448794665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "policy-id", "timestamp": 1648448802586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "aai-ml", "timestamp": 1648448804291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.340Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "cds", "timestamp": 1648448801822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.340Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.340Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "multicloud-k8s-id", "timestamp": 1648448800959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.341Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "clamp", "timestamp": 1648448794665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.341Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.341Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "policy-id", "timestamp": 1648448802586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "aai-ml", "timestamp": 1648448804291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.342Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.342Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "cds", "timestamp": 1648448801822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.342Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "multicloud-k8s-id", "timestamp": 1648448800959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "clamp", "timestamp": 1648448794665, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:28:23.343Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "policy-id", "timestamp": 1648448802586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "aai-ml", "timestamp": 1648448804291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.344Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "cds", "timestamp": 1648448801822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.344Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.344Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "multicloud-k8s-id", "timestamp": 1648448800959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "ves-openapi-manager", "timestamp": 1648448806511, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.345Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.345Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.345Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "policy-id", "timestamp": 1648448802586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "aai-ml", "timestamp": 1648448804291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.346Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "cds", "timestamp": 1648448801822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.346Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.346Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "multicloud-k8s-id", "timestamp": 1648448800959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "ves-openapi-manager", "timestamp": 1648448806511, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.347Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.347Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "policy-id", "timestamp": 1648448802586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "aai-ml", "timestamp": 1648448804291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "cds", "timestamp": 1648448801822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.348Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.348Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "f52b8ed3-6555-4e24-a54d-75f5e845d935", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448808440, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T06:28:23.349Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:28:23.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "multicloud-k8s-id", "timestamp": 1648448800959, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:28:23.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448808149, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "ves-openapi-manager", "timestamp": 1648448806511, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "policy-id", "timestamp": 1648448802586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "aai-ml", "timestamp": 1648448804291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "cds", "timestamp": 1648448801822, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:28:23.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448808149, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448809461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "ves-openapi-manager", "timestamp": 1648448806511, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "policy-id", "timestamp": 1648448802586, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:28:23.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "aai-ml", "timestamp": 1648448804291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448808149, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448809461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "ves-openapi-manager", "timestamp": 1648448806511, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "cds", "timestamp": 1648448811284, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:28:23.355Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:28:23.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "aai-ml", "timestamp": 1648448804291, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:28:23.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448808149, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448809461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "ves-openapi-manager", "timestamp": 1648448806511, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-28T06:28:23.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "cds", "timestamp": 1648448812293, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-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-28T06:28:23.363Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of c466265a-2f34-45bf-ad54-ecd2a23279cf 2022-03-28T06:28:23.364Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c466265a-2f34-45bf-ad54-ecd2a23279cf 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-28T06:28:23.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "policy-id", "timestamp": 1648448812315, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:28:23.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:28:23.377Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "aai-ml", "timestamp": 1648448813254, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:28:23.377Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:28:23.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448808149, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448809461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.378Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.378Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.378Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "ves-openapi-manager", "timestamp": 1648448806511, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "policy-id", "timestamp": 1648448813321, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:28:23.379Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:28:23.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448808149, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448809461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.379Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.379Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.379Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "ves-openapi-manager", "timestamp": 1648448806511, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.380Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.380Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.380Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "policy-id", "timestamp": 1648448814324, "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-28T06:28:23.385Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of c466265a-2f34-45bf-ad54-ecd2a23279cf 2022-03-28T06:28:23.385Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c466265a-2f34-45bf-ad54-ecd2a23279cf 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-28T06:28:23.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448808149, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.395Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.395Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.395Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448809461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "ves-openapi-manager", "timestamp": 1648448815694, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T06:28:23.396Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:28:23.396Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.396Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448808149, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:28:23.396Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448809461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:28:23.397Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "clamp", "timestamp": 1648448816062, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:28:23.397Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:28:23.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "ves-openapi-manager", "timestamp": 1648448816715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/resourceInstances/pnf07a74e65cfbb0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-28T06:28:23.397Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:28:23.397Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.397Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448817125, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:28:23.398Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:28:23.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448809461, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:28:23.398Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:28:23.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "clamp", "timestamp": 1648448817355, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:28:23.398Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:28:23.398Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.398Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "ves-openapi-manager", "timestamp": 1648448817718, "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-28T06:28:23.405Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of c466265a-2f34-45bf-ad54-ecd2a23279cf 2022-03-28T06:28:23.406Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c466265a-2f34-45bf-ad54-ecd2a23279cf 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-28T06:28:23.414Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.414Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448818438, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:28:23.415Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:28:23.415Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.415Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "clamp", "timestamp": 1648448818358, "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-28T06:28:23.420Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of c466265a-2f34-45bf-ad54-ecd2a23279cf 2022-03-28T06:28:23.420Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c466265a-2f34-45bf-ad54-ecd2a23279cf 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-28T06:28:23.428Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.428Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "aai-ml", "timestamp": 1648448819613, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:28:23.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:28:23.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448819263, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:28:23.429Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:28:23.429Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.429Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "aai-ml", "timestamp": 1648448820617, "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-28T06:28:23.434Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of c466265a-2f34-45bf-ad54-ecd2a23279cf 2022-03-28T06:28:23.434Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c466265a-2f34-45bf-ad54-ecd2a23279cf 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-28T06:28:23.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448820269, "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-28T06:28:23.455Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of c466265a-2f34-45bf-ad54-ecd2a23279cf 2022-03-28T06:28:23.455Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId c466265a-2f34-45bf-ad54-ecd2a23279cf 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-28T06:28:23.467Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:28:23.467Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448820566, "artifactURL": "/sdc/v1/catalog/services/DemoPnfWwffa5gm7fuh5ilfqq7a/1.0/artifacts/service-DemoPnfWwffa5gm7fuh5ilfqq7a-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:28:23.467Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:28:31.617Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: c466265a-2f34-45bf-ad54-ecd2a23279cf Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:28:31.632Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: c466265a-2f34-45bf-ad54-ecd2a23279cf Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:28:31.637Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:28:31.637Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-28T06:28:31.637Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-28T06:28:31.637Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-28T06:28:31.637Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:28:31.637Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:28:31.637Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:28:31.637Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:28:31.637Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:28:31.637Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:28:31.637Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:28:31.638Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|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-28T06:28:31.643Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-28T06:29:01.644Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: c466265a-2f34-45bf-ad54-ecd2a23279cf 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-28T06:29:01.652Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: c466265a-2f34-45bf-ad54-ecd2a23279cf and serviceModelVersionId: 0553269a-d754-41eb-8ed8-0c06164185cd 2022-03-28T06:29:01.652Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe93206b-241c-4a87-a0e4-2d195003cc40 2022-03-28T06:29:01.653Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe93206b-241c-4a87-a0e4-2d195003cc40/model-vers/model-ver/0553269a-d754-41eb-8ed8-0c06164185cd?depth=0 2022-03-28T06:29:01.659Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-03-28T06:29:01.713Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe93206b-241c-4a87-a0e4-2d195003cc40/model-vers/model-ver/0553269a-d754-41eb-8ed8-0c06164185cd?depth=0|INFO|500||Invoke 2022-03-28T06:29:01.716Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe93206b-241c-4a87-a0e4-2d195003cc40/model-vers/model-ver/0553269a-d754-41eb-8ed8-0c06164185cd?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe93206b-241c-4a87-a0e4-2d195003cc40/model-vers/model-ver/0553269a-d754-41eb-8ed8-0c06164185cd?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[c466265a-2f34-45bf-ad54-ecd2a23279cf], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[fd96b6c6-0009-456d-b9f7-1562b27c22d3], X-ECOMP-RequestID=[c466265a-2f34-45bf-ad54-ecd2a23279cf], X-TransactionId=[], X-ONAP-RequestID=[c466265a-2f34-45bf-ad54-ecd2a23279cf], Content-Type=[application/merge-patch+json]} 2022-03-28T06:29:01.742Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe93206b-241c-4a87-a0e4-2d195003cc40/model-vers/model-ver/0553269a-d754-41eb-8ed8-0c06164185cd?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-28T06:29:01.916Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe93206b-241c-4a87-a0e4-2d195003cc40/model-vers/model-ver/0553269a-d754-41eb-8ed8-0c06164185cd?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/fe93206b-241c-4a87-a0e4-2d195003cc40/model-vers/model-ver/0553269a-d754-41eb-8ed8-0c06164185cd?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220328-06:29:01:405-63346], vertex-id=[553048], Content-Length=[0], Date=[Mon, 28 Mar 2022 06:29:01 GMT], Content-Type=[application/json]} 2022-03-28T06:29:01.917Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe93206b-241c-4a87-a0e4-2d195003cc40/model-vers/model-ver/0553269a-d754-41eb-8ed8-0c06164185cd?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-03-28T06:29:01.918Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe93206b-241c-4a87-a0e4-2d195003cc40/model-vers/model-ver/0553269a-d754-41eb-8ed8-0c06164185cd?depth=0|INFO|500||InvokeReturn 2022-03-28T06:29:01.919Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-28T06:29:01.919Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|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-28T06:29:01.924Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||WARN|500||catdb-pool - Connection org.mariadb.jdbc.MariaDbConnection@4ba84a1e marked as broken because of SQLSTATE(08S01), ErrorCode(1047) java.sql.SQLNonTransientConnectionException: (conn=1923) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doList(Loader.java:2850) at org.hibernate.loader.Loader.doList(Loader.java:2832) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664) at org.hibernate.loader.Loader.list(Loader.java:2659) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641) at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111) at jdk.internal.reflect.GeneratedMethodAccessor195.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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409) at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source) at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy196.findOneByModelUUID(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:205) 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) Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 58 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 59 common frames omitted 2022-03-28T06:29:01.926Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||WARN|500||SQL Error: 1047, SQLState: 08S01 2022-03-28T06:29:01.926Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||ERROR|500||(conn=1923) WSREP has not yet prepared node for application use 2022-03-28T06:29:01.935Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||ERROR|500||Error updating CatalogDBStatus org.springframework.dao.DataAccessResourceFailureException: could not extract ResultSet; nested exception is org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.springframework.orm.jpa.vendor.HibernateJpaDialect.convertHibernateAccessException(HibernateJpaDialect.java:277) at org.springframework.orm.jpa.vendor.HibernateJpaDialect.translateExceptionIfPossible(HibernateJpaDialect.java:255) at org.springframework.orm.jpa.AbstractEntityManagerFactoryBean.translateExceptionIfPossible(AbstractEntityManagerFactoryBean.java:531) at org.springframework.dao.support.ChainedPersistenceExceptionTranslator.translateExceptionIfPossible(ChainedPersistenceExceptionTranslator.java:61) at org.springframework.dao.support.DataAccessUtils.translateIfNecessary(DataAccessUtils.java:242) at org.springframework.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:154) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.jpa.repository.support.CrudMethodMetadataPostProcessor$CrudMethodMetadataPopulatingMethodInterceptor.invoke(CrudMethodMetadataPostProcessor.java:149) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.interceptor.ExposeInvocationInterceptor.invoke(ExposeInvocationInterceptor.java:95) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.JdkDynamicAopProxy.invoke(JdkDynamicAopProxy.java:212) at com.sun.proxy.$Proxy196.findOneByModelUUID(Unknown Source) at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:205) 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) Caused by: org.hibernate.exception.JDBCConnectionException: could not extract ResultSet at org.hibernate.exception.internal.SQLExceptionTypeDelegate.convert(SQLExceptionTypeDelegate.java:48) at org.hibernate.exception.internal.StandardSQLExceptionConverter.convert(StandardSQLExceptionConverter.java:42) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:113) at org.hibernate.engine.jdbc.spi.SqlExceptionHelper.convert(SqlExceptionHelper.java:99) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:67) at org.hibernate.loader.Loader.getResultSet(Loader.java:2304) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2057) at org.hibernate.loader.Loader.executeQueryStatement(Loader.java:2019) at org.hibernate.loader.Loader.doQuery(Loader.java:948) at org.hibernate.loader.Loader.doQueryAndInitializeNonLazyCollections(Loader.java:349) at org.hibernate.loader.Loader.doList(Loader.java:2850) at org.hibernate.loader.Loader.doList(Loader.java:2832) at org.hibernate.loader.Loader.listIgnoreQueryCache(Loader.java:2664) at org.hibernate.loader.Loader.list(Loader.java:2659) at org.hibernate.loader.hql.QueryLoader.list(QueryLoader.java:506) at org.hibernate.hql.internal.ast.QueryTranslatorImpl.list(QueryTranslatorImpl.java:400) at org.hibernate.engine.query.spi.HQLQueryPlan.performList(HQLQueryPlan.java:219) at org.hibernate.internal.SessionImpl.list(SessionImpl.java:1414) at org.hibernate.query.internal.AbstractProducedQuery.doList(AbstractProducedQuery.java:1625) at org.hibernate.query.internal.AbstractProducedQuery.list(AbstractProducedQuery.java:1593) at org.hibernate.query.internal.AbstractProducedQuery.getSingleResult(AbstractProducedQuery.java:1641) at org.hibernate.query.criteria.internal.compile.CriteriaQueryTypeQueryAdapter.getSingleResult(CriteriaQueryTypeQueryAdapter.java:111) at jdk.internal.reflect.GeneratedMethodAccessor195.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.orm.jpa.SharedEntityManagerCreator$DeferredQueryInvocationHandler.invoke(SharedEntityManagerCreator.java:409) at com.sun.proxy.$Proxy306.getSingleResult(Unknown Source) at org.springframework.data.jpa.repository.query.JpaQueryExecution$SingleEntityExecution.doExecute(JpaQueryExecution.java:196) at org.springframework.data.jpa.repository.query.JpaQueryExecution.execute(JpaQueryExecution.java:88) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.doExecute(AbstractJpaQuery.java:154) at org.springframework.data.jpa.repository.query.AbstractJpaQuery.execute(AbstractJpaQuery.java:142) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor$QueryMethodInvoker.invoke(QueryExecutorMethodInterceptor.java:195) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.doInvoke(QueryExecutorMethodInterceptor.java:152) at org.springframework.data.repository.core.support.QueryExecutorMethodInterceptor.invoke(QueryExecutorMethodInterceptor.java:130) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.data.projection.DefaultMethodInvokingMethodInterceptor.invoke(DefaultMethodInvokingMethodInterceptor.java:80) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) 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.dao.support.PersistenceExceptionTranslationInterceptor.invoke(PersistenceExceptionTranslationInterceptor.java:139) ... 17 common frames omitted Caused by: java.sql.SQLNonTransientConnectionException: (conn=1923) WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.createException(ExceptionFactory.java:73) at org.mariadb.jdbc.internal.util.exceptions.ExceptionFactory.create(ExceptionFactory.java:153) at org.mariadb.jdbc.MariaDbStatement.executeExceptionEpilogue(MariaDbStatement.java:274) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:229) at org.mariadb.jdbc.ClientSidePreparedStatement.execute(ClientSidePreparedStatement.java:149) at org.mariadb.jdbc.ClientSidePreparedStatement.executeQuery(ClientSidePreparedStatement.java:163) at com.zaxxer.hikari.pool.ProxyPreparedStatement.executeQuery(ProxyPreparedStatement.java:52) at com.zaxxer.hikari.pool.HikariProxyPreparedStatement.executeQuery(HikariProxyPreparedStatement.java) at org.hibernate.engine.jdbc.internal.ResultSetReturnImpl.extract(ResultSetReturnImpl.java:57) ... 53 common frames omitted Caused by: org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.util.exceptions.MariaDbSqlException.of(MariaDbSqlException.java:34) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:194) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.exceptionWithQuery(AbstractQueryProtocol.java:177) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:321) at org.mariadb.jdbc.ClientSidePreparedStatement.executeInternal(ClientSidePreparedStatement.java:220) ... 58 common frames omitted Caused by: java.sql.SQLException: WSREP has not yet prepared node for application use at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readErrorPacket(AbstractQueryProtocol.java:1688) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.readPacket(AbstractQueryProtocol.java:1550) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.getResult(AbstractQueryProtocol.java:1513) at org.mariadb.jdbc.internal.protocol.AbstractQueryProtocol.executeQuery(AbstractQueryProtocol.java:318) ... 59 common frames omitted 2022-03-28T06:29:01.936Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID c466265a-2f34-45bf-ad54-ecd2a23279cf and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-28T06:29:01.936Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-28T06:29:01.936Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:29:01.939Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:29:01.939Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448941936, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T06:29:02.039Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T06:29:02.041Z||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-28T06:29:02.041Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:29:02.060Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:29:02.060Z||pool-131-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-28T06:29:02.952Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:29:02.953Z||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-28T06:29:02.953Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:29:07.315Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:29:07.316Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-03-28T06:29:07.316Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: {"distributionID":"25a5a1b1-5d74-4148-988d-012ab0217a8a","serviceName":"Demo_pNF_39TLd4Dt0qlv5VA7y2Op","serviceVersion":"1.0","serviceUUID":"730035d5-c062-4155-842f-e6f3fdf722e2","serviceDescription":"catalog service description","serviceInvariantUUID":"c2fd800c-cbac-48d2-ab5d-bf71fd41f49a","resources":[{"resourceInstanceName":"pNF d84a9726-c062 0","resourceName":"pNF d84a9726-c062","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"308e9de8-4494-41f0-95c1-71a1bd813cb1","resourceInvariantUUID":"c5ad66d1-2fc0-4818-9b1c-56478d8ae7e7","resourceCustomizationUUID":"f7e4eea6-95eb-4338-b2b4-4d22715fb7ad","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/vf-license-model.xml","artifactChecksum":"ZDY1MDI3ZWRkOWEyOGRiODM5MGQyNmFkZjZkNzcwOWM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f7bc7abf-1184-4d46-a85e-9b335b6881e0","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/pNF.csar","artifactChecksum":"NGMyOTlmYmQ5MGM3MzNlNGE5YzFhNzc1MzM0NjU1NjQ\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"f77a3d38-b946-49b7-98c5-11d1b3cd044f","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"fc3b3923-918b-4186-8939-e62ac5e15abb","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/vendor-license-model.xml","artifactChecksum":"MTMzOWE4Mzc2MDk0OWI0MTU0ZTFmNTE5Nzk3NDdjMzY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e23605c1-f458-4f86-b506-16b7e573232b","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"508fef4a-89ab-4bf8-b010-4e35900592ab","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"718035bd-eec9-4e4e-ab73-c0ef5e6435a6","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnf39tld4dt0qlv5va7y2op-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-template.yml","artifactChecksum":"ODNiMzU2YjliODAwYTIyNWFjM2QwN2RlNzU3YzhlMzc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"4815b8d0-0409-4280-bd31-aba41008d0db","artifactVersion":"1"},{"artifactName":"service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar","artifactChecksum":"YzUwYmQ3MmM4MDJhZDM3MTgzZDU0NDdkNjU5NmU3N2I\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"40301700-7230-4d58-9ecc-431d02858833","artifactVersion":"1"}],"workloadContext":"Production"} 2022-03-28T06:29:07.318Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:29:07.319Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:29:07.322Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:29:07.322Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448942952, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:07.422Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:29:07.424Z||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-28T06:29:07.424Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:29:07.448Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:29:07.448Z||pool-132-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:29:08.323Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:29:08.324Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:29:08.326Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:29:08.326Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448942952, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:08.428Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-03-28T06:29:08.429Z||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-28T06:29:08.429Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:29:08.441Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:29:08.442Z||pool-133-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:29:09.326Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:29:09.327Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:29:09.331Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:29:09.332Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448942952, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:09.432Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:29:09.433Z||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-28T06:29:09.433Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:29:09.447Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:29:09.447Z||pool-134-thread-1|||||INFO|500||cambria reply ok (15 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:29:10.334Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:29:10.334Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:29:10.338Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:29:10.338Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448942952, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:10.438Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:29:10.439Z||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-28T06:29:10.439Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:29:10.453Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:29:10.453Z||pool-135-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:29:11.340Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:29:11.342Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:29:11.345Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:29:11.345Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448942952, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:11.444Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T06:29:11.445Z||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-28T06:29:11.446Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:29:11.465Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:29:11.466Z||pool-136-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:29:12.346Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:29:12.346Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:29:12.349Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:29:12.350Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448942952, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:12.449Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-03-28T06:29:12.451Z||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-28T06:29:12.451Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:29:12.463Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:29:12.464Z||pool-137-thread-1|||||INFO|500||cambria reply ok (14 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:29:13.351Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:29:13.351Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:29:13.354Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:29:13.354Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448942952, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:13.454Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:29:13.455Z||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-28T06:29:13.455Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:29:13.472Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:29:13.473Z||pool-138-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:29:14.354Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendNotificationStatus 2022-03-28T06:29:14.355Z||pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:29:14.357Z||pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:29:14.357Z||pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448942952, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:29:14.458Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:29:14.459Z||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-28T06:29:14.460Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:29:14.476Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:29:14.477Z||pool-139-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:29:15.360Z||pool-2-thread-3|||||DEBUG|500||sending notification to client: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "serviceName": "Demo_pNF_39TLd4Dt0qlv5VA7y2Op", "serviceVersion": "1.0", "serviceUUID": "730035d5-c062-4155-842f-e6f3fdf722e2", "serviceDescription": "catalog service description", "serviceInvariantUUID": "c2fd800c-cbac-48d2-ab5d-bf71fd41f49a", "resources": [ { "resourceInstanceName": "pNF d84a9726-c062 0", "resourceCustomizationUUID": "f7e4eea6-95eb-4338-b2b4-4d22715fb7ad", "resourceName": "pNF d84a9726-c062", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "308e9de8-4494-41f0-95c1-71a1bd813cb1", "resourceInvariantUUID": "c5ad66d1-2fc0-4818-9b1c-56478d8ae7e7", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "artifactChecksum": "YzUwYmQ3MmM4MDJhZDM3MTgzZDU0NDdkNjU5NmU3N2I\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "40301700-7230-4d58-9ecc-431d02858833" } ], "workloadContext": "Production" } 2022-03-28T06:29:15.360Z||pool-2-thread-3|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-03-28T06:29:15.361Z||pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 730035d5-c062-4155-842f-e6f3fdf722e2 ASDC 2022-03-28T06:29:15.361Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||ASDC Notification: DistributionID:25a5a1b1-5d74-4148-988d-012ab0217a8a ServiceName:Demo_pNF_39TLd4Dt0qlv5VA7y2Op ServiceVersion:1.0 ServiceUUID:730035d5-c062-4155-842f-e6f3fdf722e2 ServiceInvariantUUID:c2fd800c-cbac-48d2-ab5d-bf71fd41f49a ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar ArtifactUUID:40301700-7230-4d58-9ecc-431d02858833 ArtifactChecksum:YzUwYmQ3MmM4MDJhZDM3MTgzZDU0NDdkNjU5NmU3N2I= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF d84a9726-c062 0 ResourceCustomizationUUID:f7e4eea6-95eb-4338-b2b4-4d22715fb7ad ResourceInvariantUUID:c5ad66d1-2fc0-4818-9b1c-56478d8ae7e7 ResourceName:pNF d84a9726-c062 ResourceType:PNF ResourceUUID:308e9de8-4494-41f0-95c1-71a1bd813cb1 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-03-28T06:29:15.361Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 730035d5-c062-4155-842f-e6f3fdf722e2 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-28T06:29:15.390Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T06:29:15.391Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-28T06:29:15.391Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-28T06:29:15.391Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||Trying to download the artifact UUID: 40301700-7230-4d58-9ecc-431d02858833 from URL: /sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar 2022-03-28T06:29:15.392Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||DistributionClient - download 2022-03-28T06:29:15.392Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar 2022-03-28T06:29:15.650Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||GET Response Status 200 2022-03-28T06:29:15.655Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar 40301700-7230-4d58-9ecc-431d02858833 82639 2022-03-28T06:29:15.656Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar ASDC sendASDCNotification 2022-03-28T06:29:15.656Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar 2022-03-28T06:29:15.656Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDownloadStatus 2022-03-28T06:29:15.657Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:29:15.659Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:29:15.659Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448955656, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:29:15.759Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-03-28T06:29:15.760Z||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-28T06:29:15.760Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:29:15.776Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:29:15.776Z||pool-140-thread-1|||||INFO|500||cambria reply ok (16 ms):{"serverTimeMs":1,"count":1} 2022-03-28T06:29:16.660Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-03-28T06:29:16.661Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||MSO config path is: /app 2022-03-28T06:29:16.662Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||Trying to write artifact UUID: 40301700-7230-4d58-9ecc-431d02858833, URL: /sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar to file: /app/ASDC/1/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar 2022-03-28T06:29:16.662Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar 2022-03-28T06:29:16.662Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar 2022-03-28T06:29:16.663Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar 2022-03-28T06:29:16.804Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP12973653786949004374/Definitions/service-DemoPnf39tld4dt0qlv5va7y2op-template.yml 2022-03-28T06:29:17.785Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||CSAR conformance level is 11.0 2022-03-28T06:29:17.786Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-28T06:29:17.786Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar 2022-03-28T06:29:17.786Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-03-28T06:29:17.786Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF d84a9726-c062 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-DemoPnf39tld4dt0qlv5va7y2op-csar.csar 2022-03-28T06:29:17.786Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar 2022-03-28T06:29:17.786Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar 2022-03-28T06:29:17.786Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar 2022-03-28T06:29:17.786Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar 2022-03-28T06:29:17.787Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar 2022-03-28T06:29:17.787Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar 2022-03-28T06:29:17.787Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||WARN|500||#################################################################################################### 2022-03-28T06:29:17.787Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:29:17.787Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_39TLd4Dt0qlv5VA7y2Op is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:29:17.787Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Node template pNF d84a9726-c062 0 is matching search criteria 2022-03-28T06:29:17.788Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-28T06:29:17.788Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d84a9726-c062 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T06:29:17.788Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:29:17.788Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_39TLd4Dt0qlv5VA7y2Op is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:29:17.788Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Node template pNF d84a9726-c062 0 is matching search criteria 2022-03-28T06:29:17.788Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Search for entities recursively 2022-03-28T06:29:17.789Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Found topology templates [pNF d84a9726-c062 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-03-28T06:29:17.789Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:29:17.789Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_39TLd4Dt0qlv5VA7y2Op is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:29:17.789Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:29:17.789Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_39TLd4Dt0qlv5VA7y2Op is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:29:17.789Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:29:17.790Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_39TLd4Dt0qlv5VA7y2Op is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:29:17.790Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:29:17.790Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_39TLd4Dt0qlv5VA7y2Op is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:29:17.790Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:29:17.790Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_39TLd4Dt0qlv5VA7y2Op is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:29:17.790Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_39TLd4Dt0qlv5VA7y2Op Description:catalog service description Model UUID:730035d5-c062-4155-842f-e6f3fdf722e2 Model Version:NULL Model InvariantUuid:c2fd800c-cbac-48d2-ab5d-bf71fd41f49a 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-28T06:29:17.803Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||Processing Resource Type: PNF, Model UUID: 308e9de8-4494-41f0-95c1-71a1bd813cb1 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-28T06:29:17.806Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||pNF d84a9726-c062 0 2022-03-28T06:29:17.806Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 308e9de8-4494-41f0-95c1-71a1bd813cb1 2022-03-28T06:29:17.807Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||No resources found for Service: 730035d5-c062-4155-842f-e6f3fdf722e2 2022-03-28T06:29:17.807Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Preparing to deploy Service: 730035d5-c062-4155-842f-e6f3fdf722e2 2022-03-28T06:29:17.807Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF d84a9726-c062 0 308e9de8-4494-41f0-95c1-71a1bd813cb1 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-28T06:29:17.814Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@28ce21c8, org.onap.sdc.toscaparser.api.parameters.Input@53c9ce28, org.onap.sdc.toscaparser.api.parameters.Input@3549bcc1, org.onap.sdc.toscaparser.api.parameters.Input@21a9100a, org.onap.sdc.toscaparser.api.parameters.Input@7830b596] 2022-03-28T06:29:17.814Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:29:17.815Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_39TLd4Dt0qlv5VA7y2Op is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:29:17.815Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500|| resourceSeq for service uuid 730035d5-c062-4155-842f-e6f3fdf722e2: pNF d84a9726-c062 2022-03-28T06:29:17.815Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||Processing PNF resource: 308e9de8-4494-41f0-95c1-71a1bd813cb1 2022-03-28T06:29:17.815Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-03-28T06:29:17.815Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Service Demo_pNF_39TLd4Dt0qlv5VA7y2Op is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-03-28T06:29:17.815Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||Resource customization UUID: f7e4eea6-95eb-4338-b2b4-4d22715fb7ad is the same as notified resource customizationUUID: f7e4eea6-95eb-4338-b2b4-4d22715fb7ad 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-28T06:29:17.867Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF d84a9726-c062 308e9de8-4494-41f0-95c1-71a1bd813cb1 0 ASDC deployResourceStructure 2022-03-28T06:29:17.868Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar ASDC sendASDCNotification 2022-03-28T06:29:17.868Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar 2022-03-28T06:29:17.868Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-03-28T06:29:17.869Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:29:17.874Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:29:17.874Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448957868, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:29:17.971Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-03-28T06:29:17.972Z||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-28T06:29:17.972Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:29:17.983Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:29:17.984Z||pool-141-thread-1|||||INFO|500||cambria reply ok (13 ms):{"serverTimeMs":0,"count":1} 2022-03-28T06:29:18.875Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25a5a1b1-5d74-4148-988d-012ab0217a8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:29:18.887Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25a5a1b1-5d74-4148-988d-012ab0217a8a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:29:18.889Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:29:18.889Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-03-28T06:29:18.889Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-03-28T06:29:22.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:29:22.799Z||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-28T06:29:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:29:23.438Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:29:23.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "clamp", "timestamp": 1648448914665, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "clamp", "timestamp": 1648448914665, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.440Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "multicloud-k8s-id", "timestamp": 1648448920959, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.441Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "clamp", "timestamp": 1648448914665, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.441Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "cds", "timestamp": 1648448921822, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "multicloud-k8s-id", "timestamp": 1648448920959, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.442Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.442Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "clamp", "timestamp": 1648448914665, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.442Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "policy-id", "timestamp": 1648448922586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.443Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.443Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.443Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "cds", "timestamp": 1648448921822, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "multicloud-k8s-id", "timestamp": 1648448920959, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.444Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.444Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "clamp", "timestamp": 1648448914665, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.444Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "policy-id", "timestamp": 1648448922586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "aai-ml", "timestamp": 1648448924291, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.445Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.445Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.445Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "cds", "timestamp": 1648448921822, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "multicloud-k8s-id", "timestamp": 1648448920959, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.446Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "clamp", "timestamp": 1648448914665, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.446Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.446Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "policy-id", "timestamp": 1648448922586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "aai-ml", "timestamp": 1648448924291, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "cds", "timestamp": 1648448921822, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "multicloud-k8s-id", "timestamp": 1648448920959, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.447Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.447Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.447Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "clamp", "timestamp": 1648448914665, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "policy-id", "timestamp": 1648448922586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "aai-ml", "timestamp": 1648448924291, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "cds", "timestamp": 1648448921822, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.448Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.448Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.448Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "multicloud-k8s-id", "timestamp": 1648448920959, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "clamp", "timestamp": 1648448914665, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:29:23.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.449Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.449Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "ves-openapi-manager", "timestamp": 1648448926511, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.449Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "policy-id", "timestamp": 1648448922586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "aai-ml", "timestamp": 1648448924291, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.450Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.450Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.450Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "cds", "timestamp": 1648448921822, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "multicloud-k8s-id", "timestamp": 1648448920959, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.451Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.451Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.451Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "ves-openapi-manager", "timestamp": 1648448926511, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "policy-id", "timestamp": 1648448922586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "aai-ml", "timestamp": 1648448924291, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.452Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.452Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.452Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "cds", "timestamp": 1648448921822, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "multicloud-k8s-id", "timestamp": 1648448920959, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:29:23.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448928138, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.453Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.453Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.453Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "ves-openapi-manager", "timestamp": 1648448926511, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "policy-id", "timestamp": 1648448922586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.454Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.454Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "aai-ml", "timestamp": 1648448924291, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.454Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "cds", "timestamp": 1648448921822, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:29:23.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448928138, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.455Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.455Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.455Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "ves-openapi-manager", "timestamp": 1648448926511, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "policy-id", "timestamp": 1648448922586, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:29:23.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "aai-ml", "timestamp": 1648448924291, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.456Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448928138, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.456Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.456Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "cds", "timestamp": 1648448931011, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:29:23.457Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:29:23.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.457Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "ves-openapi-manager", "timestamp": 1648448926511, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.457Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.457Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "aai-ml", "timestamp": 1648448924291, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:29:23.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448928138, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.458Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.458Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.458Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "cds", "timestamp": 1648448932018, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-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-28T06:29:23.466Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 25a5a1b1-5d74-4148-988d-012ab0217a8a 2022-03-28T06:29:23.467Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25a5a1b1-5d74-4148-988d-012ab0217a8a 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-28T06:29:23.477Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.478Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "policy-id", "timestamp": 1648448932016, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:29:23.478Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:29:23.478Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "ves-openapi-manager", "timestamp": 1648448926511, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-03-28T06:29:23.479Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.479Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.479Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "aai-ml", "timestamp": 1648448933304, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:29:23.479Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:29:23.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.480Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448928138, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.480Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.480Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "policy-id", "timestamp": 1648448933022, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:29:23.481Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:29:23.481Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.481Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "ves-openapi-manager", "timestamp": 1648448926511, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.482Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448928138, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.482Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.482Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.482Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "policy-id", "timestamp": 1648448934025, "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-28T06:29:23.489Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 25a5a1b1-5d74-4148-988d-012ab0217a8a 2022-03-28T06:29:23.490Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25a5a1b1-5d74-4148-988d-012ab0217a8a 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-28T06:29:23.500Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.500Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "ves-openapi-manager", "timestamp": 1648448926511, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448928138, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.501Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.501Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.501Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "ves-openapi-manager", "timestamp": 1648448935673, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-03-28T06:29:23.502Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:29:23.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448928138, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:29:23.502Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "clamp", "timestamp": 1648448935378, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:29:23.502Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:29:23.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.502Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "ves-openapi-manager", "timestamp": 1648448936696, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-03-28T06:29:23.502Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:29:23.502Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448936990, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:29:23.503Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:29:23.503Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.503Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "ves-openapi-manager", "timestamp": 1648448937700, "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-28T06:29:23.508Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 25a5a1b1-5d74-4148-988d-012ab0217a8a 2022-03-28T06:29:23.509Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25a5a1b1-5d74-4148-988d-012ab0217a8a 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-28T06:29:23.517Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.517Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "clamp", "timestamp": 1648448937388, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:29:23.517Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:29:23.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "aai-ml", "timestamp": 1648448939008, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:29:23.518Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:29:23.518Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.518Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "clamp", "timestamp": 1648448938392, "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-28T06:29:23.524Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 25a5a1b1-5d74-4148-988d-012ab0217a8a 2022-03-28T06:29:23.525Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25a5a1b1-5d74-4148-988d-012ab0217a8a 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-28T06:29:23.534Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.534Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448939056, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:29:23.534Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:29:23.535Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.535Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "aai-ml", "timestamp": 1648448940014, "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-28T06:29:23.540Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 25a5a1b1-5d74-4148-988d-012ab0217a8a 2022-03-28T06:29:23.540Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25a5a1b1-5d74-4148-988d-012ab0217a8a 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-28T06:29:23.548Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.548Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1648448940062, "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-28T06:29:23.553Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 25a5a1b1-5d74-4148-988d-012ab0217a8a 2022-03-28T06:29:23.553Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 25a5a1b1-5d74-4148-988d-012ab0217a8a 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-28T06:29:23.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "c466265a-2f34-45bf-ad54-ecd2a23279cf", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448941936, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T06:29:23.561Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:29:23.561Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.561Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448942952, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.561Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448942952, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.562Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.562Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.562Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448942952, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.562Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448942952, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.563Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448942952, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.563Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.563Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.563Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448942952, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/resourceInstances/pnfd84a9726c0620/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.564Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448942952, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-template.yml", "status": "NOT_NOTIFIED" } 2022-03-28T06:29:23.564Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.564Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.564Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448942952, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "status": "NOTIFIED" } 2022-03-28T06:29:23.564Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-03-28T06:29:23.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448955656, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "status": "DOWNLOAD_OK" } 2022-03-28T06:29:23.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:29:23.565Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:29:23.565Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648448957868, "artifactURL": "/sdc/v1/catalog/services/DemoPnf39tld4dt0qlv5va7y2op/1.0/artifacts/service-DemoPnf39tld4dt0qlv5va7y2op-csar.csar", "status": "DEPLOY_OK" } 2022-03-28T06:29:23.565Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:29:48.890Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 25a5a1b1-5d74-4148-988d-012ab0217a8a Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-28T06:29:48.904Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 25a5a1b1-5d74-4148-988d-012ab0217a8a Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_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-28T06:29:48.909Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-03-28T06:29:48.909Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-03-28T06:29:48.909Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-03-28T06:29:48.909Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-03-28T06:29:48.909Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:29:48.909Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:29:48.909Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:29:48.909Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:29:48.909Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:29:48.910Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:29:48.910Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-03-28T06:29:48.910Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-03-28T06:29:48.915Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-03-28T06:30:18.915Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 25a5a1b1-5d74-4148-988d-012ab0217a8a 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-28T06:30:18.921Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 25a5a1b1-5d74-4148-988d-012ab0217a8a and serviceModelVersionId: 730035d5-c062-4155-842f-e6f3fdf722e2 2022-03-28T06:30:18.921Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : c2fd800c-cbac-48d2-ab5d-bf71fd41f49a 2022-03-28T06:30:18.922Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/c2fd800c-cbac-48d2-ab5d-bf71fd41f49a/model-vers/model-ver/730035d5-c062-4155-842f-e6f3fdf722e2?depth=0 2022-03-28T06:30:18.928Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||RestClientSSL using default SSL context! 2022-03-28T06:30:18.972Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2fd800c-cbac-48d2-ab5d-bf71fd41f49a/model-vers/model-ver/730035d5-c062-4155-842f-e6f3fdf722e2?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-28T06:30:18.976Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2fd800c-cbac-48d2-ab5d-bf71fd41f49a/model-vers/model-ver/730035d5-c062-4155-842f-e6f3fdf722e2?depth=0|INFO|500||Invoke 2022-03-28T06:30:19.005Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2fd800c-cbac-48d2-ab5d-bf71fd41f49a/model-vers/model-ver/730035d5-c062-4155-842f-e6f3fdf722e2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-03-28T06:30:19.510Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2fd800c-cbac-48d2-ab5d-bf71fd41f49a/model-vers/model-ver/730035d5-c062-4155-842f-e6f3fdf722e2?depth=0|INFO|500||InvokeReturn 2022-03-28T06:30:19.511Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/c2fd800c-cbac-48d2-ab5d-bf71fd41f49a/model-vers/model-ver/730035d5-c062-4155-842f-e6f3fdf722e2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220328-06:30:18:668-66176], vertex-id=[491664], Content-Length=[0], Date=[Mon, 28 Mar 2022 06:30:18 GMT], Content-Type=[application/json]} 2022-03-28T06:30:19.512Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Response was returned with an empty entity. 2022-03-28T06:30:19.512Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-03-28T06:30:19.512Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-03-28T06:30:19.522Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-28T06:30:19.522Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 25a5a1b1-5d74-4148-988d-012ab0217a8a and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-03-28T06:30:19.522Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-03-28T06:30:19.523Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||INFO|500||DistributionClient - sendStatus 2022-03-28T06:30:19.525Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-03-28T06:30:19.525Z|25a5a1b1-5d74-4148-988d-012ab0217a8a|pool-2-thread-3|||||DEBUG|500||try to send status { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648449019522, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T06:30:19.629Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-03-28T06:30:19.631Z||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-28T06:30:19.631Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:30:19.661Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:30:19.662Z||pool-142-thread-1|||||INFO|500||cambria reply ok (32 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-28T06:30:20.538Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:30:20.539Z||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-28T06:30:20.539Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:30:22.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:30:22.800Z||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-28T06:30:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:30:23.432Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:30:23.432Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-03-28T06:30:23.432Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "25a5a1b1-5d74-4148-988d-012ab0217a8a", "consumerID": "SO-COpenSource-Env11", "timestamp": 1648449019522, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-03-28T06:30:23.433Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-03-28T06:30:30.111Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:30:30.112Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:30:30.112Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:30:30.113Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:30:39.662Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:30:39.662Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:30:39.663Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:30:39.663Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:30:49.231Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:30:49.232Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:30:49.233Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:30:49.233Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:30:58.788Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:30:58.789Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:30:58.790Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:30:58.790Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:31:08.338Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:31:08.338Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:31:08.339Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:31:08.339Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:31:17.915Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:31:17.915Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:31:17.916Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:31:17.916Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:31:22.799Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:31:22.799Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|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-28T06:31:22.800Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:31:27.469Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:31:27.470Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:31:27.470Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:31:27.471Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:31:32.363Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:31:37.026Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:31:37.027Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:31:37.028Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:31:37.028Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:31:46.577Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:32:22.796Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:32:22.797Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:32:22.798Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:32:22.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:32:22.799Z||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-28T06:32:22.799Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:32:32.374Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:32:32.375Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:33:22.796Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:33:22.797Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:33:22.798Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:33:22.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:33:22.799Z||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-28T06:33:22.799Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:33:32.372Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:33:32.373Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:34:22.796Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:34:22.799Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:34:22.799Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:34:22.799Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:34:22.799Z||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-28T06:34:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:34:32.355Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:34:32.358Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:35:22.797Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:35:22.799Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:35:22.800Z||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-28T06:35:22.800Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:35:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:35:22.800Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:35:32.350Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:35:32.355Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:36:22.797Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:36:22.798Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:36:22.798Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:36:22.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:36:22.799Z||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-28T06:36:22.799Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:36:32.361Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:36:32.362Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:37:22.796Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:37:22.797Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:37:22.798Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:37:22.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:37:22.799Z||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-28T06:37:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:37:32.344Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:37:32.346Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:38:22.797Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:38:22.797Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:38:22.797Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:38:22.799Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:38:22.799Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|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-28T06:38:22.799Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:38:32.355Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:38:32.355Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:39:22.796Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:39:22.797Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:39:22.798Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:39:22.799Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:39:22.799Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|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-28T06:39:22.799Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:39:32.353Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:39:32.354Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:40:22.796Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:40:22.797Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:40:22.797Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:40:22.799Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:40:22.799Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|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-28T06:40:22.799Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:40:32.383Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:40:32.385Z|f16726bc-4ce3-4891-a9dc-762ac1fef220|pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:41:22.797Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:41:22.798Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:41:22.798Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:41:22.799Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:41:22.799Z||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-28T06:41:22.799Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:41:32.347Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:41:32.347Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:42:22.796Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:42:22.797Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:42:22.797Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:42:22.799Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:42:22.799Z||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-28T06:42:22.799Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:42:32.349Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:42:32.358Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:43:22.796Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:43:22.798Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:43:22.798Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:43:22.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:43:22.799Z||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-28T06:43:22.799Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:43:32.358Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:43:32.359Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:44:22.796Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:44:22.798Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T06:44:22.798Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:44:22.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:44:22.799Z||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-28T06:44:22.799Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:44:32.362Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:44:32.364Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:45:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:45:22.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:45:22.799Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T06:45:22.799Z||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-28T06:45:22.799Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:45:22.799Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:45:32.386Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:45:32.393Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:46:22.797Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:46:22.798Z||pool-2-thread-6|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-03-28T06:46:22.798Z||pool-2-thread-6|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as bs4QWdgaHex0rpWY) ... 2022-03-28T06:46:22.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:46:22.799Z||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-28T06:46:22.799Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:46:32.383Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:46:32.384Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:47:22.797Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:47:22.798Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:47:22.798Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:47:22.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:47:22.800Z||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-28T06:47:22.800Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:47:32.362Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:47:32.362Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:48:22.796Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:48:22.797Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:48:22.798Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:48:22.799Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:48:22.799Z||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-28T06:48:22.799Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:48:32.383Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:48:32.383Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:49:22.796Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:49:22.797Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:49:22.797Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:49:22.799Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:49:22.799Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|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-28T06:49:22.800Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:49:32.353Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:49:32.361Z|c466265a-2f34-45bf-ad54-ecd2a23279cf|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:50:19.713Z||http-nio-8085-exec-6|||||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-28T06:50:22.796Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:50:22.798Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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-28T06:50:22.798Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:50:22.799Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-03-28T06:50:22.799Z||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-28T06:50:22.799Z||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 bs4QWdgaHex0rpWY) ... 2022-03-28T06:50:32.355Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-03-28T06:50:32.374Z|950dda8f-ecb7-4ed3-99aa-4ce46871758f|pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK