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-06-16T03:35:41.093Z||main|||||INFO|500||The following profiles are active: basic 2022-06-16T03:36:17.127Z||main|||||INFO|500||Starting service [Tomcat] 2022-06-16T03:36:17.143Z||main|||||INFO|500||Starting Servlet engine: [Apache Tomcat/9.0.41] 2022-06-16T03:36:17.467Z||main|||||INFO|500||Initializing Spring embedded WebApplicationContext 2022-06-16T03:36:27.808Z||main|||||INFO|500||catdb-pool - Starting... 2022-06-16T03:36:29.059Z||main|||||INFO|500||catdb-pool - Start completed. 2022-06-16T03:36:30.333Z||main|||||INFO|500||reqdb-pool - Starting... 2022-06-16T03:36:30.373Z||main|||||INFO|500||reqdb-pool - Start completed. 2022-06-16T03:36:30.734Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: requestDB] 2022-06-16T03:36:31.765Z||main|||||INFO|500||HHH000412: Hibernate ORM core version 5.4.25.Final 2022-06-16T03:36:34.197Z||main|||||INFO|500||HCANN000001: Hibernate Commons Annotations {5.1.2.Final} 2022-06-16T03:36:41.399Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-16T03:36:46.699Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-16T03:36:46.856Z||main|||||INFO|500||HHH000204: Processing PersistenceUnitInfo [name: catalogDB] 2022-06-16T03:36:48.300Z||main|||||INFO|500||HHH000400: Using dialect: org.hibernate.dialect.MariaDB103Dialect 2022-06-16T03:36:48.924Z||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-06-16T03:36:51.783Z||main|||||INFO|500||HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform] 2022-06-16T03:36:54.332Z||main|||||DEBUG|500||SDC ActivitySpec endpoint: http://sdc-wfd-be:8080 2022-06-16T03:36:54.387Z||main|||||WARN|500||Exception on connecting to SDC WFD endpoint: java.net.ConnectException: Connection refused (Connection refused) at java.base/java.net.PlainSocketImpl.socketConnect(Native Method) at java.base/java.net.AbstractPlainSocketImpl.doConnect(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connectToAddress(Unknown Source) at java.base/java.net.AbstractPlainSocketImpl.connect(Unknown Source) at java.base/java.net.Socket.connect(Unknown Source) at java.base/sun.net.NetworkClient.doConnect(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.openServer(Unknown Source) at java.base/sun.net.www.http.HttpClient.(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.http.HttpClient.New(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getNewHttpClient(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.plainConnect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.connect(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream0(Unknown Source) at java.base/sun.net.www.protocol.http.HttpURLConnection.getInputStream(Unknown Source) at java.base/java.net.HttpURLConnection.getResponseCode(Unknown Source) at org.onap.so.asdc.activity.DeployActivitySpecs.checkHttpServerUp(DeployActivitySpecs.java:155) at org.onap.so.asdc.activity.DeployActivitySpecs.deployActivities(DeployActivitySpecs.java:70) at org.onap.so.asdc.activity.DeployActivitySpecs$$FastClassBySpringCGLIB$$7dbd81c4.invoke() at org.springframework.cglib.proxy.MethodProxy.invoke(MethodProxy.java:218) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.invokeJoinpoint(CglibAopProxy.java:771) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:163) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.transaction.interceptor.TransactionAspectSupport.invokeWithinTransaction(TransactionAspectSupport.java:367) at org.springframework.transaction.interceptor.TransactionInterceptor.invoke(TransactionInterceptor.java:118) at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:186) at org.springframework.aop.framework.CglibAopProxy$CglibMethodInvocation.proceed(CglibAopProxy.java:749) at org.springframework.aop.framework.CglibAopProxy$DynamicAdvisedInterceptor.intercept(CglibAopProxy.java:691) at org.onap.so.asdc.activity.DeployActivitySpecs$$EnhancerBySpringCGLIB$$9ade955a.deployActivities() at org.onap.so.asdc.Application.deployActivities(Application.java:52) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleElement.invoke(InitDestroyAnnotationBeanPostProcessor.java:389) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor$LifecycleMetadata.invokeInitMethods(InitDestroyAnnotationBeanPostProcessor.java:333) at org.springframework.beans.factory.annotation.InitDestroyAnnotationBeanPostProcessor.postProcessBeforeInitialization(InitDestroyAnnotationBeanPostProcessor.java:157) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.applyBeanPostProcessorsBeforeInitialization(AbstractAutowireCapableBeanFactory.java:415) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.initializeBean(AbstractAutowireCapableBeanFactory.java:1786) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.doCreateBean(AbstractAutowireCapableBeanFactory.java:594) at org.springframework.beans.factory.support.AbstractAutowireCapableBeanFactory.createBean(AbstractAutowireCapableBeanFactory.java:516) at org.springframework.beans.factory.support.AbstractBeanFactory.lambda$doGetBean$0(AbstractBeanFactory.java:324) at org.springframework.beans.factory.support.DefaultSingletonBeanRegistry.getSingleton(DefaultSingletonBeanRegistry.java:234) at org.springframework.beans.factory.support.AbstractBeanFactory.doGetBean(AbstractBeanFactory.java:322) at org.springframework.beans.factory.support.AbstractBeanFactory.getBean(AbstractBeanFactory.java:202) at org.springframework.beans.factory.support.DefaultListableBeanFactory.preInstantiateSingletons(DefaultListableBeanFactory.java:897) at org.springframework.context.support.AbstractApplicationContext.finishBeanFactoryInitialization(AbstractApplicationContext.java:879) at org.springframework.context.support.AbstractApplicationContext.refresh(AbstractApplicationContext.java:551) at org.springframework.boot.web.servlet.context.ServletWebServerApplicationContext.refresh(ServletWebServerApplicationContext.java:143) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:758) at org.springframework.boot.SpringApplication.refresh(SpringApplication.java:750) at org.springframework.boot.SpringApplication.refreshContext(SpringApplication.java:405) at org.springframework.boot.SpringApplication.run(SpringApplication.java:315) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1237) at org.springframework.boot.SpringApplication.run(SpringApplication.java:1226) at org.onap.so.asdc.Application.main(Application.java:60) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.springframework.boot.loader.MainMethodRunner.run(MainMethodRunner.java:49) at org.springframework.boot.loader.Launcher.launch(Launcher.java:107) at org.springframework.boot.loader.Launcher.launch(Launcher.java:58) at org.springframework.boot.loader.JarLauncher.main(JarLauncher.java:88) 2022-06-16T03:36:54.389Z||main|||||WARN|500||The sdc end point is not alive 2022-06-16T03:37:01.398Z||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-06-16T03:37:08.250Z||main|||||WARN|500||--- 2022-06-16T03:37:08.251Z||main|||||WARN|500||Spring Data REST HAL Browser is deprecated! Prefer the HAL Explorer (artifactId: spring-data-rest-hal-explorer)! 2022-06-16T03:37:08.252Z||main|||||WARN|500||--- 2022-06-16T03:37:09.199Z||main|||||DEBUG|500||Injecting class org.onap.so.security.SoBasicHttpSecurityConfigurer configuration ... 2022-06-16T03:37:18.602Z||main|||||INFO|500||Started Application in 106.807 seconds (JVM running for 114.042) 2022-06-16T03:37:18.635Z||scheduling-1|||||INFO|500||org.onap.so.asdc.client.ASDCController not running will try to initialize it, currrent status: STOPPED 2022-06-16T03:37:18.637Z||scheduling-1|||||DEBUG|500||Initialize the ASDC Controller 2022-06-16T03:37:18.661Z||scheduling-1|||||INFO|500||DistributionClient - init 2022-06-16T03:37:18.709Z||scheduling-1|||||DEBUG|500||get ueb cluster server list from component(configuration file) 2022-06-16T03:37:18.793Z||scheduling-1|||||DEBUG|500||about to perform getServerList. requestId= ba4a0280-c012-4a6d-ad5a-091e7134ea51 url= /sdc/v1/artifactTypes 2022-06-16T03:37:18.794Z||scheduling-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/artifactTypes 2022-06-16T03:37:19.260Z||scheduling-1|||||DEBUG|500||GET Response Status 200 2022-06-16T03:37:19.386Z||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-06-16T03:37:19.429Z||scheduling-1|||||DEBUG|500||create keys 2022-06-16T03:37:19.443Z||scheduling-1|||||INFO|500||POST http://message-router.onap:3904/apiKeys/create (anonymous) ... 2022-06-16T03:37:19.487Z||scheduling-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:37:19.513Z||scheduling-1|||||DEBUG|500||about to perform registerAsdcTopics. requestId= 27af0ea4-0af6-4a44-99c2-e48cbfd322c9 url= /sdc/v1/registerForDistribution 2022-06-16T03:37:19.659Z||scheduling-1|||||DEBUG|500||registerAsdcTopics response= 200. requestId= 27af0ea4-0af6-4a44-99c2-e48cbfd322c9 url= /sdc/v1/registerForDistribution 2022-06-16T03:37:19.660Z||scheduling-1|||||INFO|500||start DistributionClient 2022-06-16T03:37:19.701Z||scheduling-1|||||INFO|500||ASDC_INIT_ASDC_CLIENT_SUC ASDC changeControllerStatus 2022-06-16T03:37:19.707Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:37:19.708Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:37:19.749Z||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-06-16T03:37:19.761Z||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-06-16T03:37:19.763Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:37:19.768Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:37:30.094Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:37:30.125Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:38:19.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:38:19.676Z||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-06-16T03:38:19.677Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:38:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:38:19.682Z||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-06-16T03:38:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:38:29.258Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:38:29.297Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:39:19.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:39:19.676Z||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-06-16T03:39:19.677Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:39:19.681Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:39:19.683Z||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-06-16T03:39:19.683Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:39:29.236Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:39:29.249Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:40:19.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:40:19.677Z||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-06-16T03:40:19.677Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:40:19.686Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:40:19.687Z||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-06-16T03:40:19.688Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:40:29.254Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:40:29.254Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:41:19.676Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:41:19.679Z||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-06-16T03:41:19.679Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:41:19.682Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:41:19.683Z||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-06-16T03:41:19.684Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:41:29.235Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:41:29.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:42:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:42:19.679Z||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-06-16T03:42:19.680Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:42:19.681Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:42:19.682Z||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-06-16T03:42:19.683Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:42:29.251Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:42:29.251Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:43:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:43:19.678Z||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-06-16T03:43:19.678Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:43:19.681Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:43:19.682Z||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-06-16T03:43:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:43:29.241Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:43:29.245Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:44:19.676Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:44:19.680Z||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-06-16T03:44:19.680Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:44:19.681Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:44:19.682Z||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-06-16T03:44:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:44:29.246Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:44:29.250Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:45:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:45:19.679Z||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-06-16T03:45:19.679Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:45:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:45:19.683Z||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-06-16T03:45:19.683Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:45:29.233Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:45:29.233Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:45:40.171Z||http-nio-8085-exec-1|||||INFO|500||Initializing Spring DispatcherServlet 'dispatcherServlet' 2022-06-16T03:46:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:46:19.676Z||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-06-16T03:46:19.677Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:46:19.681Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:46:19.682Z||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-06-16T03:46:19.683Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:46:29.225Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:46:29.233Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:47:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:47:19.677Z||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-06-16T03:47:19.677Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:47:19.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:47:19.683Z||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-06-16T03:47:19.684Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:47:29.240Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:47:29.248Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:48:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:48:19.678Z||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-06-16T03:48:19.679Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:48:19.681Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:48:19.683Z||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-06-16T03:48:19.684Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:48:29.235Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:48:29.243Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:49:19.676Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:49:19.679Z||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-06-16T03:49:19.680Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:49:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:49:19.681Z||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-06-16T03:49:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:49:29.245Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:49:29.291Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:50:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:50:19.678Z||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-06-16T03:50:19.678Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:50:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:50:19.682Z||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-06-16T03:50:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:50:29.239Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:50:29.241Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:51:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:51:19.677Z||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-06-16T03:51:19.678Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:51:19.681Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:51:19.682Z||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-06-16T03:51:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:51:29.248Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:51:29.250Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:52:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:52:19.678Z||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-06-16T03:52:19.678Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:52:19.681Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:52:19.681Z||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-06-16T03:52:19.681Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:52:29.233Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:52:29.235Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:53:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:53:19.681Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:53:19.683Z||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-06-16T03:53:19.683Z||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-06-16T03:53:19.683Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:53:19.686Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:53:29.250Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:53:29.250Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:54:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:54:19.677Z||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-06-16T03:54:19.679Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:54:19.681Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:54:19.685Z||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-06-16T03:54:19.686Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:54:29.237Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:54:29.237Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:55:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:55:19.677Z||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-06-16T03:55:19.677Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:55:19.682Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:55:19.688Z||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-06-16T03:55:19.688Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:55:29.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:55:29.250Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:56:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:56:19.677Z||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-06-16T03:56:19.677Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:56:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:56:19.682Z||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-06-16T03:56:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:56:29.229Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:56:29.232Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:57:19.675Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:57:19.677Z||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-06-16T03:57:19.677Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:57:19.681Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:57:19.686Z||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-06-16T03:57:19.687Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:57:29.226Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:57:29.255Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:58:19.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:58:19.677Z||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-06-16T03:58:19.677Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:58:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:58:19.682Z||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-06-16T03:58:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:58:29.230Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:58:29.240Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:59:19.676Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:59:19.677Z||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-06-16T03:59:19.678Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:59:19.681Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T03:59:19.681Z||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-06-16T03:59:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T03:59:29.297Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T03:59:29.298Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:00:19.676Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:00:19.678Z||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-06-16T04:00:19.678Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:00:19.681Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:00:19.682Z||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-06-16T04:00:19.683Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:00:29.253Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:00:29.261Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:01:19.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:01:19.677Z||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-06-16T04:01:19.677Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:01:19.681Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:01:19.682Z||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-06-16T04:01:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:01:29.232Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:01:29.234Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:02:19.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:02:19.676Z||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-06-16T04:02:19.677Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:02:19.681Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:02:19.682Z||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-06-16T04:02:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:02:29.235Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:02:29.235Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:03:19.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:03:19.677Z||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-06-16T04:03:19.677Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:03:19.681Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:03:19.682Z||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-06-16T04:03:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:03:29.232Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:03:29.232Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:04:19.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:04:19.677Z||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-06-16T04:04:19.680Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:04:19.681Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:04:19.682Z||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-06-16T04:04:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:04:29.236Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:04:29.237Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:05:19.677Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:05:19.678Z||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-06-16T04:05:19.679Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:05:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:05:19.682Z||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-06-16T04:05:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:05:29.232Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:05:29.232Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:06:19.675Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:06:19.677Z||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-06-16T04:06:19.677Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:06:19.682Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:06:19.683Z||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-06-16T04:06:19.684Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:06:29.235Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:06:29.238Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:07:19.676Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:07:19.678Z||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-06-16T04:07:19.678Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:07:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:07:19.682Z||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-06-16T04:07:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:07:29.242Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:07:29.242Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:08:19.676Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:08:19.678Z||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-06-16T04:08:19.678Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:08:19.685Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:08:19.686Z||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-06-16T04:08:19.687Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:08:29.250Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:08:29.250Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:09:19.675Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:09:19.678Z||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-06-16T04:09:19.678Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:09:19.681Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:09:19.682Z||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-06-16T04:09:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:09:29.237Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:09:29.239Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:10:19.675Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:10:19.677Z||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-06-16T04:10:19.679Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:10:19.681Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:10:19.681Z||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-06-16T04:10:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:10:29.239Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:10:29.254Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:11:19.677Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:11:19.680Z||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-06-16T04:11:19.681Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:11:19.681Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:11:19.682Z||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-06-16T04:11:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:11:29.237Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:11:29.240Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:12:19.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:12:19.677Z||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-06-16T04:12:19.677Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:12:19.681Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:12:19.682Z||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-06-16T04:12:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:12:29.238Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:12:29.245Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:13:19.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:13:19.678Z||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-06-16T04:13:19.678Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:13:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:13:19.682Z||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-06-16T04:13:19.684Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:13:29.230Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:13:29.234Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:14:19.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:14:19.677Z||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-06-16T04:14:19.677Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:14:19.681Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:14:19.682Z||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-06-16T04:14:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:14:29.245Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:14:29.247Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:15:19.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:15:19.676Z||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-06-16T04:15:19.676Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:15:19.681Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:15:19.682Z||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-06-16T04:15:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:15:29.249Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:15:29.249Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:16:19.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:16:19.677Z||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-06-16T04:16:19.677Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:16:19.681Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:16:19.683Z||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-06-16T04:16:19.683Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:16:29.236Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:16:29.237Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:17:19.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:17:19.676Z||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-06-16T04:17:19.678Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:17:19.681Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:17:19.683Z||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-06-16T04:17:19.683Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:17:29.243Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:17:29.245Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:18:19.677Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:18:19.680Z||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-06-16T04:18:19.680Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:18:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:18:19.682Z||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-06-16T04:18:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:18:29.241Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:18:29.241Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:19:19.676Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:19:19.679Z||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-06-16T04:19:19.679Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:19:19.681Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:19:19.683Z||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-06-16T04:19:19.683Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:19:29.264Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:19:29.266Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:20:19.675Z||pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:20:19.678Z||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-06-16T04:20:19.678Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:20:19.686Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:20:19.687Z||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-06-16T04:20:19.688Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:20:19.841Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:20:19.858Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.858Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "policy-id", "timestamp": 1655353192442, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:19.907Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.908Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.908Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "cds", "timestamp": 1655353200309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:19.910Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.910Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.910Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "policy-id", "timestamp": 1655353192442, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:19.911Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.911Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.912Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "cds", "timestamp": 1655353200309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:19.912Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.912Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.913Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "policy-id", "timestamp": 1655353192442, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-16T04:20:19.913Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.913Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.914Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "aai-ml", "timestamp": 1655353202059, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:19.914Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.914Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.915Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "cds", "timestamp": 1655353200309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:19.917Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.917Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.918Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "policy-id", "timestamp": 1655353192442, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:19.919Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.919Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.919Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "aai-ml", "timestamp": 1655353202059, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:19.920Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.920Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.920Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "cds", "timestamp": 1655353200309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:19.921Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.921Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.922Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "policy-id", "timestamp": 1655353192442, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:19.922Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.922Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.923Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "aai-ml", "timestamp": 1655353202059, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:19.923Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.923Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.924Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "cds", "timestamp": 1655353200309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:19.924Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.925Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.925Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "ves-openapi-manager", "timestamp": 1655353204133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:19.925Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.926Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.926Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "policy-id", "timestamp": 1655353192442, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:19.926Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.927Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.927Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "aai-ml", "timestamp": 1655353202059, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:19.929Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.929Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.930Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "cds", "timestamp": 1655353200309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:19.930Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.930Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.931Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "ves-openapi-manager", "timestamp": 1655353204133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:19.931Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.931Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.932Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "policy-id", "timestamp": 1655353192442, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:20:19.932Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.932Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.933Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "aai-ml", "timestamp": 1655353202059, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:19.933Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.933Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.934Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "cds", "timestamp": 1655353200309, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:20:19.934Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.935Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.935Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "ves-openapi-manager", "timestamp": 1655353204133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:19.936Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.936Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.936Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "aai-ml", "timestamp": 1655353202059, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:19.937Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.937Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.938Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "policy-id", "timestamp": 1655353207749, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:20:19.938Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:20:19.938Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.939Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "cds", "timestamp": 1655353208404, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:20:19.939Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:20:19.940Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.940Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "ves-openapi-manager", "timestamp": 1655353204133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:19.941Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.941Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.942Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "aai-ml", "timestamp": 1655353202059, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:20:19.942Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:19.943Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.943Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "policy-id", "timestamp": 1655353208763, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:20:19.944Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:20:19.944Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:19.944Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "cds", "timestamp": 1655353209447, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-16T04:20:20.336Z||pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:20:20.338Z||pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.338Z||pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"93aa7e94-c537-4404-94fc-c290e3c2a2f7","serviceName":"vFW 2022-06-16 04-18-53","serviceVersion":"1.0","serviceUUID":"498165f5-449b-480c-b98f-a5c2dacf7d2a","serviceDescription":"catalog service description","serviceInvariantUUID":"370c561a-53ae-4c03-9909-66f610195cdc","resources":[{"resourceInstanceName":"vFW 0f684fc5-9c58 0","resourceName":"vFW 0f684fc5-9c58","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"6a9d9641-4d3a-4082-aa73-620a2bcaa5d6","resourceInvariantUUID":"433f23e7-7e3d-4bc6-a988-9a7c35549ba7","resourceCustomizationUUID":"f1597e54-74e9-4961-8f60-8851f8c68178","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vf-license-model.xml","artifactChecksum":"MzRjMTdiNmY0ZDk2YmI4MjYzZjQ2M2RlZTcwNWQ1NzE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ca9c5600-594e-4899-aa37-ddd7e4a4ec62","artifactVersion":"1"},{"artifactName":"vfw0f684fc59c580_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json","artifactChecksum":"NDZhYzIxODE3OWM5NWVjM2Q1ZDhhYTJiYzQyZjBmMTQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"9ba0adbb-de0c-4283-b609-a490e8ee70b3","artifactVersion":"1"},{"artifactName":"base_vfw.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml","artifactChecksum":"ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"6f093e3c-8e56-4ec8-abe5-caa78b149af7","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vendor-license-model.xml","artifactChecksum":"YmY1MGQ5MjE2NDMxYjczOGJkNjZmNDZjZjNjZTU1MDk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a7e5f685-415b-4a22-b337-23e8c392b638","artifactVersion":"1"},{"artifactName":"base_vfw.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env","artifactChecksum":"MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"eee485e5-9b77-4a21-9d61-b0c52bd68472","artifactVersion":"2","generatedFromUUID":"6f093e3c-8e56-4ec8-abe5-caa78b149af7"}]}],"serviceArtifacts":[{"artifactName":"service-Vfw20220616041853-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-template.yml","artifactChecksum":"YmNiYzZiNDYxYmY3MmQyMGFkYTZmYTg4YzQwZmJkNTE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"ec63ccb5-b422-494b-802b-5d3fcc1c5af1","artifactVersion":"1"},{"artifactName":"service-Vfw20220616041853-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar","artifactChecksum":"Yzk1MjgzZDlhNzc0YzZkNTA4NTVhZTFmYmE0NzQ0NmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d1a95912-7024-4772-a67e-7ba298db31fc","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-16T04:20:20.354Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:20:20.366Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:20:20.400Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:20:20.400Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353219675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } Hibernate: insert into watchdog_distributionid_status (CREATE_TIME, DISTRIBUTION_ID_STATUS, MODIFY_TIME, LOCK_VERSION, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-16T04:20:20.461Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 93aa7e94-c537-4404-94fc-c290e3c2a2f7 2022-06-16T04:20:20.501Z||pool-3-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 80 ms 2022-06-16T04:20:20.507Z||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-06-16T04:20:20.508Z||pool-3-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:20:20.509Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93aa7e94-c537-4404-94fc-c290e3c2a2f7 and ComponentName cds 2022-06-16T04:20:20.532Z||pool-3-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:20:20.534Z||pool-3-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-16T04:20:20.556Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.557Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "ves-openapi-manager", "timestamp": 1655353204133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:20.558Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:20.558Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.558Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "policy-id", "timestamp": 1655353209768, "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-06-16T04:20:20.592Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93aa7e94-c537-4404-94fc-c290e3c2a2f7 2022-06-16T04:20:20.592Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93aa7e94-c537-4404-94fc-c290e3c2a2f7 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-06-16T04:20:20.611Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.611Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "multicloud-k8s-id", "timestamp": 1655353208501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:20.612Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:20.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.612Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "aai-ml", "timestamp": 1655353209999, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:20:20.612Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:20:20.612Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655353208646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:20.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:20.613Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.613Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "ves-openapi-manager", "timestamp": 1655353204133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:20.613Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:20.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.614Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "multicloud-k8s-id", "timestamp": 1655353208501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json", "status": "NOTIFIED" } 2022-06-16T04:20:20.614Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:20.614Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655353208646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:20.615Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:20.615Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.615Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "ves-openapi-manager", "timestamp": 1655353204133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:20.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:20.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "multicloud-k8s-id", "timestamp": 1655353208501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-16T04:20:20.616Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:20.616Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.616Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655353208646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:20.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:20.617Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.617Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "multicloud-k8s-id", "timestamp": 1655353208501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:20.617Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:20.618Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.618Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655353208646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:20.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:20.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.619Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "multicloud-k8s-id", "timestamp": 1655353208501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-16T04:20:20.619Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:20.619Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655353208646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:20.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:20.620Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.620Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "multicloud-k8s-id", "timestamp": 1655353208501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:20.620Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:20.621Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.621Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655353208646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:20.621Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:20.622Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.622Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "multicloud-k8s-id", "timestamp": 1655353208501, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:20:20.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:20.623Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.623Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655353208646, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:20:20.623Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:20.624Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.624Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "multicloud-k8s-id", "timestamp": 1655353216397, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json", "status": "DOWNLOAD_OK" } 2022-06-16T04:20:20.624Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:20:20.625Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.625Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655353216519, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:20:20.625Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:20:20.626Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.626Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "multicloud-k8s-id", "timestamp": 1655353217535, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-16T04:20:20.626Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:20:20.627Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:20:20.627Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "clamp", "timestamp": 1655353218328, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:20.628Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:20:21.426Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:20:21.427Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:20:21.431Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:20:21.431Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353219675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json", "status": "NOTIFIED" } 2022-06-16T04:20:21.531Z||pool-4-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:20:21.533Z||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-06-16T04:20:21.533Z||pool-4-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:20:21.562Z||pool-4-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:20:21.563Z||pool-4-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:20:22.432Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:20:22.434Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:20:22.439Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:20:22.439Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353219675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-16T04:20:22.539Z||pool-5-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:20:22.541Z||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-06-16T04:20:22.541Z||pool-5-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:20:22.560Z||pool-5-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:20:22.561Z||pool-5-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:20:23.440Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:20:23.442Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:20:23.445Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:20:23.445Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353219675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:23.546Z||pool-6-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:20:23.547Z||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-06-16T04:20:23.548Z||pool-6-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:20:23.572Z||pool-6-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:20:23.573Z||pool-6-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:20:24.447Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:20:24.450Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:20:24.455Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:20:24.456Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353219675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-16T04:20:24.560Z||pool-7-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-16T04:20:24.562Z||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-06-16T04:20:24.562Z||pool-7-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:20:24.595Z||pool-7-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:20:24.596Z||pool-7-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:20:25.458Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:20:25.459Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:20:25.463Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:20:25.464Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353219675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:20:25.563Z||pool-8-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:20:25.565Z||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-06-16T04:20:25.565Z||pool-8-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:20:25.586Z||pool-8-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:20:25.587Z||pool-8-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:20:26.465Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:20:26.466Z||pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:20:26.469Z||pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:20:26.469Z||pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353219675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:20:26.571Z||pool-9-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-16T04:20:26.575Z||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-06-16T04:20:26.575Z||pool-9-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:20:26.590Z||pool-9-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:20:26.591Z||pool-9-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:20:27.474Z||pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "serviceName": "vFW 2022-06-16 04-18-53", "serviceVersion": "1.0", "serviceUUID": "498165f5-449b-480c-b98f-a5c2dacf7d2a", "serviceDescription": "catalog service description", "serviceInvariantUUID": "370c561a-53ae-4c03-9909-66f610195cdc", "resources": [ { "resourceInstanceName": "vFW 0f684fc5-9c58 0", "resourceCustomizationUUID": "f1597e54-74e9-4961-8f60-8851f8c68178", "resourceName": "vFW 0f684fc5-9c58", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "6a9d9641-4d3a-4082-aa73-620a2bcaa5d6", "resourceInvariantUUID": "433f23e7-7e3d-4bc6-a988-9a7c35549ba7", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "vfw0f684fc59c580_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json", "artifactChecksum": "NDZhYzIxODE3OWM5NWVjM2Q1ZDhhYTJiYzQyZjBmMTQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "9ba0adbb-de0c-4283-b609-a490e8ee70b3", "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml", "artifactChecksum": "ZmM1NGJiZjBlNDE5MjM5MWIwMjRlOTM2YjI4NTA1OTU\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "6f093e3c-8e56-4ec8-abe5-caa78b149af7", "generatedArtifact": { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "eee485e5-9b77-4a21-9d61-b0c52bd68472", "generatedFromUUID": "6f093e3c-8e56-4ec8-abe5-caa78b149af7" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_vfw.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env", "artifactChecksum": "MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "eee485e5-9b77-4a21-9d61-b0c52bd68472", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-Vfw20220616041853-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "artifactChecksum": "Yzk1MjgzZDlhNzc0YzZkNTA4NTVhZTFmYmE0NzQ0NmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d1a95912-7024-4772-a67e-7ba298db31fc" } ], "workloadContext": "Production" } 2022-06-16T04:20:27.476Z||pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-16T04:20:27.478Z||pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 498165f5-449b-480c-b98f-a5c2dacf7d2a ASDC 2022-06-16T04:20:27.784Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:93aa7e94-c537-4404-94fc-c290e3c2a2f7 ServiceName:vFW 2022-06-16 04-18-53 ServiceVersion:1.0 ServiceUUID:498165f5-449b-480c-b98f-a5c2dacf7d2a ServiceInvariantUUID:370c561a-53ae-4c03-9909-66f610195cdc ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-Vfw20220616041853-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar ArtifactUUID:d1a95912-7024-4772-a67e-7ba298db31fc ArtifactChecksum:Yzk1MjgzZDlhNzc0YzZkNTA4NTVhZTFmYmE0NzQ0NmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:vFW 0f684fc5-9c58 0 ResourceCustomizationUUID:f1597e54-74e9-4961-8f60-8851f8c68178 ResourceInvariantUUID:433f23e7-7e3d-4bc6-a988-9a7c35549ba7 ResourceName:vFW 0f684fc5-9c58 ResourceType:VF ResourceUUID:6a9d9641-4d3a-4082-aa73-620a2bcaa5d6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:vfw0f684fc59c580_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json ArtifactUUID:9ba0adbb-de0c-4283-b609-a490e8ee70b3 ArtifactChecksum:NDZhYzIxODE3OWM5NWVjM2Q1ZDhhYTJiYzQyZjBmMTQ= 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/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml ArtifactUUID:6f093e3c-8e56-4ec8-abe5-caa78b149af7 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/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env ArtifactUUID:eee485e5-9b77-4a21-9d61-b0c52bd68472 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/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env ArtifactUUID:eee485e5-9b77-4a21-9d61-b0c52bd68472 ArtifactChecksum:MGVmNWZjZTllNGFjNjkyYTAwYzMyZTcwODk2NGRkYmU= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-16T04:20:27.785Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 498165f5-449b-480c-b98f-a5c2dacf7d2a 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-06-16T04:20:27.917Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-16T04:20:27.920Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-16T04:20:27.922Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-16T04:20:27.923Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: d1a95912-7024-4772-a67e-7ba298db31fc from URL: /sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar 2022-06-16T04:20:27.923Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-16T04:20:27.928Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar 2022-06-16T04:20:28.095Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-16T04:20:28.131Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar d1a95912-7024-4772-a67e-7ba298db31fc 98979 2022-06-16T04:20:28.136Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar ASDC sendASDCNotification 2022-06-16T04:20:28.138Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar 2022-06-16T04:20:28.143Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:20:28.147Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:20:28.152Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:20:28.155Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353228133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:20:28.252Z||pool-10-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-16T04:20:28.254Z||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-06-16T04:20:28.254Z||pool-10-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:20:28.273Z||pool-10-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:20:28.274Z||pool-10-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:20:29.157Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-16T04:20:29.159Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-16T04:20:29.160Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: d1a95912-7024-4772-a67e-7ba298db31fc, URL: /sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar to file: /app/ASDC/1/service-Vfw20220616041853-csar.csar 2022-06-16T04:20:29.161Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-Vfw20220616041853-csar.csar 2022-06-16T04:20:29.358Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-Vfw20220616041853-csar.csar 2022-06-16T04:20:29.359Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-Vfw20220616041853-csar.csar 2022-06-16T04:20:31.251Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP9255495238698591794/Definitions/service-Vfw20220616041853-template.yml Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vfw_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vfw_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vfw_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vpg_onap_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vpg_int_unprotected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_subnetpoolid" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role_tag" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_vlan_requirements" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_related_networks" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_network_role" is not provided Log warning: The required parameter "port_vsn_int_protected_private_port_0_order" is not provided Log warning: The required parameter "port_vsn_onap_private_port_0_subnetpoolid" is not provided 2022-06-16T04:20:37.247Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-16T04:20:37.261Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-16T04:20:37.262Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-Vfw20220616041853-csar.csar 2022-06-16T04:20:37.262Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 13 Parsing Warnings occurred... 2022-06-16T04:20:37.263Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [port_vfw_int_unprotected_private_port_0_related_networks, port_vfw_onap_private_port_0_network_role, port_vfw_int_protected_private_port_0_order, port_vfw_int_protected_private_port_0_subnetpoolid, port_vfw_int_protected_private_port_0_vlan_requirements, port_vfw_int_protected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_vlan_requirements, port_vfw_int_unprotected_private_port_0_order, port_vfw_onap_private_port_0_related_networks, port_vfw_onap_private_port_0_subnetpoolid, port_vfw_onap_private_port_0_vlan_requirements, port_vfw_onap_private_port_0_order, nfc_function, port_vfw_int_protected_private_port_0_network_role_tag, port_vfw_int_unprotected_private_port_0_subnetpoolid, port_vfw_int_unprotected_private_port_0_network_role, port_vfw_int_unprotected_private_port_0_network_role_tag, port_vfw_int_protected_private_port_0_related_networks]. CSAR name - /app/ASDC/1/service-Vfw20220616041853-csar.csar 2022-06-16T04:20:37.263Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [port_vpg_onap_private_port_0_network_role, port_vpg_int_unprotected_private_port_0_order, port_vpg_onap_private_port_0_related_networks, port_vpg_onap_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_related_networks, nfc_function, port_vpg_onap_private_port_0_order, port_vpg_int_unprotected_private_port_0_vlan_requirements, port_vpg_int_unprotected_private_port_0_network_role_tag, port_vpg_onap_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_subnetpoolid, port_vpg_int_unprotected_private_port_0_network_role]. CSAR name - /app/ASDC/1/service-Vfw20220616041853-csar.csar 2022-06-16T04:20:37.264Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616041853-csar.csar 2022-06-16T04:20:37.264Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616041853-csar.csar 2022-06-16T04:20:37.265Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vfw" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616041853-csar.csar 2022-06-16T04:20:37.265Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vsn" are missing field(s): [port_vsn_int_protected_private_port_0_subnetpoolid, port_vsn_int_protected_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role_tag, port_vsn_onap_private_port_0_order, nfc_function, port_vsn_onap_private_port_0_vlan_requirements, port_vsn_int_protected_private_port_0_network_role, port_vsn_onap_private_port_0_related_networks, port_vsn_int_protected_private_port_0_related_networks, port_vsn_onap_private_port_0_network_role, port_vsn_int_protected_private_port_0_order, port_vsn_onap_private_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-Vfw20220616041853-csar.csar 2022-06-16T04:20:37.266Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616041853-csar.csar 2022-06-16T04:20:37.266Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616041853-csar.csar 2022-06-16T04:20:37.267Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "vFW 0f684fc5-9c58 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-Vfw20220616041853-csar.csar 2022-06-16T04:20:37.267Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[{get_input=sec_group}]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-Vfw20220616041853-csar.csar 2022-06-16T04:20:37.267Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-Vfw20220616041853-csar.csar 2022-06-16T04:20:37.268Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_vpg" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-Vfw20220616041853-csar.csar 2022-06-16T04:20:37.268Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-Vfw20220616041853-csar.csar 2022-06-16T04:20:37.269Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-16T04:20:37.285Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:37.289Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:20:37.299Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is matching search criteria 2022-06-16T04:20:37.300Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-16T04:20:37.304Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0f684fc5-9c58 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-16T04:20:37.307Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:37.308Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:20:37.308Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is matching search criteria 2022-06-16T04:20:37.308Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-16T04:20:37.309Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0f684fc5-9c58 0, abstract_vfw, abstract_vsn, abstract_vpg] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-16T04:20:37.309Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:37.309Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:20:37.316Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:37.317Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is not matching search criteria 2022-06-16T04:20:37.317Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-16T04:20:37.318Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-16T04:20:37.318Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-16T04:20:37.318Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-16T04:20:37.318Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-16T04:20:37.319Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-16T04:20:37.319Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-16T04:20:37.319Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-16T04:20:37.320Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-16T04:20:37.320Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-16T04:20:37.320Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-16T04:20:37.320Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-16T04:20:37.321Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-16T04:20:37.321Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-16T04:20:37.321Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-16T04:20:37.321Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-16T04:20:37.322Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:37.322Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-16T04:20:37.324Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:37.325Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is matching search criteria 2022-06-16T04:20:37.325Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0f684fc5-9c58 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:20:37.326Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:37.326Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is matching search criteria 2022-06-16T04:20:37.326Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0f684fc5-9c58 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:20:37.327Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:37.327Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is matching search criteria 2022-06-16T04:20:37.327Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0f684fc5-9c58 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:20:37.327Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:37.327Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is not matching search criteria 2022-06-16T04:20:37.328Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-16T04:20:37.328Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-16T04:20:37.329Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-16T04:20:37.329Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-16T04:20:37.329Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-16T04:20:37.330Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-16T04:20:37.330Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-16T04:20:37.330Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-16T04:20:37.330Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-16T04:20:37.331Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-16T04:20:37.331Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-16T04:20:37.331Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9bce7f1e-3d81-42fb-976b-f71924b5f5cf 2022-06-16T04:20:37.332Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:37.332Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is not matching search criteria 2022-06-16T04:20:37.332Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-16T04:20:37.333Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-16T04:20:37.333Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-16T04:20:37.333Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-16T04:20:37.333Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-16T04:20:37.334Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-16T04:20:37.334Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-16T04:20:37.334Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-16T04:20:37.334Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-16T04:20:37.335Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-16T04:20:37.335Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-16T04:20:37.335Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-16T04:20:37.335Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d48d129c-5cd2-4075-9559-c69ef49ba539 2022-06-16T04:20:37.336Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:37.338Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is not matching search criteria 2022-06-16T04:20:37.338Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-16T04:20:37.339Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-16T04:20:37.339Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-16T04:20:37.340Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-16T04:20:37.340Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-16T04:20:37.340Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-16T04:20:37.341Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-16T04:20:37.341Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-16T04:20:37.341Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-16T04:20:37.344Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-16T04:20:37.347Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-16T04:20:37.348Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-16T04:20:37.348Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e6f0b2e9-0be3-4d29-b13a-fbdcdd190eb1 2022-06-16T04:20:37.348Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:37.349Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:20:37.349Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:37.349Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:20:37.349Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:37.350Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:20:37.350Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:37.350Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:20:37.350Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:vFW 2022-06-16 04-18-53 Description:catalog service description Model UUID:498165f5-449b-480c-b98f-a5c2dacf7d2a Model Version:NULL Model InvariantUuid:370c561a-53ae-4c03-9909-66f610195cdc Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:vFW 0f684fc5-9c58 Model UUID:268bacf1-4f33-4cac-84ea-c662d2ff4480 Description:vendor software product Version:1.0 Type:VF Category:Generic InvariantUuid:433f23e7-7e3d-4bc6-a988-9a7c35549ba7 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:f1597e54-74e9-4961-8f60-8851f8c68178 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f495663c-b348-4fe7-be74-7418111ceef7 ModelName:Vfw0f684fc59c58..base_vfw..module-0 ModelUuid:3b2d5c64-8e6e-4850-bbb2-ba2c82161851 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:9bce7f1e-3d81-42fb-976b-f71924b5f5cf ModelInvariantUuid:55ff599a-fff4-465e-a902-4c664dafdae6 ModelName:vFW 0f684fc5-9c58-nodes.vfwCvfc ModelUuid:babd609f-d82f-4341-ade5-d94c42179077 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vfw VNFC Properties: ModelCustomizationUuid:43463f81-aee0-4af6-99a5-bb8090179cd5 ModelInvariantUuid:d32973d7-f627-44f6-a1b6-b5bd59c8588a ModelName:Vfw0f684fc59c58.compute.nodes.heat.vfw ModelUuid:45d0f398-0252-4a02-a283-3c55e29a0168 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:d48d129c-5cd2-4075-9559-c69ef49ba539 ModelInvariantUuid:75beef23-a4e9-45c5-a8ac-4601d859f2df ModelName:vFW 0f684fc5-9c58-nodes.vsnCvfc ModelUuid:40d1c111-326d-48e4-bd4c-f7c6741c6c9b ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vsn VNFC Properties: ModelCustomizationUuid:7301a86f-28e1-4f85-9046-c0422db1edd0 ModelInvariantUuid:c2661da5-1e7e-43b2-96fb-c08f4f09ebdc ModelName:Vfw0f684fc59c58.compute.nodes.heat.vsn ModelUuid:5947bfaf-6d7b-4d35-96d9-f086dc55a4b6 ModelVersion:1.0 Description:Not reusable inner VFC Sub Category:Abstract CVNFC Properties: ModelCustomizationUuid:e6f0b2e9-0be3-4d29-b13a-fbdcdd190eb1 ModelInvariantUuid:4a0b7ac0-1bbb-4942-a2d3-6b1729f5c861 ModelName:vFW 0f684fc5-9c58-nodes.vpgCvfc ModelUuid:cdc5fecb-30bf-4b6e-9692-12e7f7d5c939 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_vpg VNFC Properties: ModelCustomizationUuid:024cb275-f5c4-4941-ba6e-eaaf6fe67ab5 ModelInvariantUuid:deee3095-df9a-4c2f-ad36-9af1a0dac7da ModelName:Vfw0f684fc59c58.compute.nodes.heat.vpg ModelUuid:a71346ca-0f28-4134-8a6e-196d04ca857c 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-06-16T04:20:37.386Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||Processing Resource Type: VF, Model UUID: 6a9d9641-4d3a-4082-aa73-620a2bcaa5d6 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-06-16T04:20:37.587Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||vFW 0f684fc5-9c58 0 2022-06-16T04:20:37.600Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 6a9d9641-4d3a-4082-aa73-620a2bcaa5d6 2022-06-16T04:20:37.601Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 9ba0adbb-de0c-4283-b609-a490e8ee70b3 from URL: /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json 2022-06-16T04:20:37.601Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-16T04:20:37.601Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json 2022-06-16T04:20:37.667Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-16T04:20:37.670Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json 9ba0adbb-de0c-4283-b609-a490e8ee70b3 785 2022-06-16T04:20:37.670Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json ASDC sendASDCNotification 2022-06-16T04:20:37.670Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json 2022-06-16T04:20:37.670Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:20:37.671Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:20:37.678Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:20:37.680Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353237670, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json", "status": "DOWNLOAD_OK" } 2022-06-16T04:20:37.779Z||pool-11-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-16T04:20:37.781Z||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-06-16T04:20:37.781Z||pool-11-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:20:37.808Z||pool-11-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:20:37.809Z||pool-11-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:20:38.686Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0f684fc59c58..base_vfw..module-0", "vfModuleModelInvariantUUID": "f495663c-b348-4fe7-be74-7418111ceef7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3b2d5c64-8e6e-4850-bbb2-ba2c82161851", "vfModuleModelCustomizationUUID": "7d6f7e5c-5912-40f6-afa8-1d5924a3bb38", "isBase": true, "artifacts": [ "6f093e3c-8e56-4ec8-abe5-caa78b149af7", "eee485e5-9b77-4a21-9d61-b0c52bd68472" ], "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-06-16T04:20:38.727Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0f684fc59c58..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3b2d5c64-8e6e-4850-bbb2-ba2c82161851 VfModuleModelInvariantUUID:f495663c-b348-4fe7-be74-7418111ceef7 VfModuleModelDescription:NULL Artifacts UUID List:{ 6f093e3c-8e56-4ec8-abe5-caa78b149af7 , eee485e5-9b77-4a21-9d61-b0c52bd68472 } 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-06-16T04:20:38.736Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "Vfw0f684fc59c58..base_vfw..module-0", "vfModuleModelInvariantUUID": "f495663c-b348-4fe7-be74-7418111ceef7", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3b2d5c64-8e6e-4850-bbb2-ba2c82161851", "vfModuleModelCustomizationUUID": "7d6f7e5c-5912-40f6-afa8-1d5924a3bb38", "isBase": true, "artifacts": [ "6f093e3c-8e56-4ec8-abe5-caa78b149af7", "eee485e5-9b77-4a21-9d61-b0c52bd68472" ], "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-06-16T04:20:38.737Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:Vfw0f684fc59c58..base_vfw..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3b2d5c64-8e6e-4850-bbb2-ba2c82161851 VfModuleModelInvariantUUID:f495663c-b348-4fe7-be74-7418111ceef7 VfModuleModelDescription:NULL Artifacts UUID List:{ 6f093e3c-8e56-4ec8-abe5-caa78b149af7 , eee485e5-9b77-4a21-9d61-b0c52bd68472 } 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-06-16T04:20:38.737Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 6f093e3c-8e56-4ec8-abe5-caa78b149af7 from URL: /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml 2022-06-16T04:20:38.737Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-16T04:20:38.737Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml 2022-06-16T04:20:38.837Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-16T04:20:38.839Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml 6f093e3c-8e56-4ec8-abe5-caa78b149af7 20368 2022-06-16T04:20:38.840Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-16T04:20:38.840Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml 2022-06-16T04:20:38.840Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:20:38.841Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:20:38.844Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:20:38.844Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353238840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-16T04:20:38.961Z||pool-12-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 117 ms 2022-06-16T04:20:38.963Z||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-06-16T04:20:38.963Z||pool-12-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:20:38.985Z||pool-12-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:20:38.986Z||pool-12-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:20:39.849Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: eee485e5-9b77-4a21-9d61-b0c52bd68472 from URL: /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env 2022-06-16T04:20:39.850Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-16T04:20:39.850Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env 2022-06-16T04:20:39.905Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-16T04:20:39.906Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env eee485e5-9b77-4a21-9d61-b0c52bd68472 2098 2022-06-16T04:20:39.907Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-16T04:20:39.907Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env 2022-06-16T04:20:39.907Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:20:39.908Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:20:39.913Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:20:39.913Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353239907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-16T04:20:40.012Z||pool-13-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:20:40.014Z||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-06-16T04:20:40.015Z||pool-13-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:20:40.036Z||pool-13-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:20:40.037Z||pool-13-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:20:40.916Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 498165f5-449b-480c-b98f-a5c2dacf7d2a 2022-06-16T04:20:40.926Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT vFW 0f684fc5-9c58 0 6a9d9641-4d3a-4082-aa73-620a2bcaa5d6 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-06-16T04:20:41.002Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@75f8ed64, org.onap.sdc.toscaparser.api.parameters.Input@703ba15f, org.onap.sdc.toscaparser.api.parameters.Input@7e11d38b, org.onap.sdc.toscaparser.api.parameters.Input@4c7bc730, org.onap.sdc.toscaparser.api.parameters.Input@7eda8016] 2022-06-16T04:20:41.009Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:41.009Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:20:41.010Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||VF Category is: Generic 2022-06-16T04:20:41.010Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||VFCustomizationUUID= f1597e54-74e9-4961-8f60-8851f8c68178 2022-06-16T04:20:41.010Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: f1597e54-74e9-4961-8f60-8851f8c68178 matches Tosca VF Customization UUID: f1597e54-74e9-4961-8f60-8851f8c68178 2022-06-16T04:20:41.010Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||vfCustomizationUUID: f1597e54-74e9-4961-8f60-8851f8c68178 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-06-16T04:20:41.031Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:41.032Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:20:41.037Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||resource request for resource customization id f1597e54-74e9-4961-8f60-8851f8c68178: {\"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-06-16T04:20:41.038Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@7bde8546 2022-06-16T04:20:41.038Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:41.039Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-16T04:20:41.040Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 7d6f7e5c-5912-40f6-afa8-1d5924a3bb38 2022-06-16T04:20:41.042Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 7d6f7e5c-5912-40f6-afa8-1d5924a3bb38 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-06-16T04:20:41.051Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:41.052Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is matching search criteria 2022-06-16T04:20:41.053Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0f684fc5-9c58 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:20:41.054Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:41.055Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is matching search criteria 2022-06-16T04:20:41.055Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0f684fc5-9c58 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:20:41.056Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:41.056Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is not matching search criteria 2022-06-16T04:20:41.057Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-16T04:20:41.057Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-16T04:20:41.058Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is matching search criteria 2022-06-16T04:20:41.058Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-16T04:20:41.058Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-16T04:20:41.059Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-16T04:20:41.059Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-16T04:20:41.060Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-16T04:20:41.060Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-16T04:20:41.061Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-16T04:20:41.061Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-16T04:20:41.062Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vfw] matching following query criteria: sdcType=CVFC, customizationUUID=9bce7f1e-3d81-42fb-976b-f71924b5f5cf 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-06-16T04:20:41.074Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:41.075Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is matching search criteria 2022-06-16T04:20:41.075Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0f684fc5-9c58 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:20:41.075Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:41.076Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is not matching search criteria 2022-06-16T04:20:41.077Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-16T04:20:41.077Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-16T04:20:41.078Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-16T04:20:41.078Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-16T04:20:41.079Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-16T04:20:41.079Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-16T04:20:41.079Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-16T04:20:41.080Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is matching search criteria 2022-06-16T04:20:41.080Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is not matching search criteria 2022-06-16T04:20:41.081Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_onap_private_port_0 is not matching search criteria 2022-06-16T04:20:41.081Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg is not matching search criteria 2022-06-16T04:20:41.082Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vpg_vpg_int_unprotected_private_port_0 is not matching search criteria 2022-06-16T04:20:41.082Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vsn] matching following query criteria: sdcType=CVFC, customizationUUID=d48d129c-5cd2-4075-9559-c69ef49ba539 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-06-16T04:20:41.088Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:41.089Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is matching search criteria 2022-06-16T04:20:41.090Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0f684fc5-9c58 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:20:41.095Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:41.096Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is not matching search criteria 2022-06-16T04:20:41.097Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_protected_private_network is not matching search criteria 2022-06-16T04:20:41.097Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template int_unprotected_private_network is not matching search criteria 2022-06-16T04:20:41.098Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vfw is not matching search criteria 2022-06-16T04:20:41.099Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_onap_private_port_0 is not matching search criteria 2022-06-16T04:20:41.099Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_protected_private_port_0 is not matching search criteria 2022-06-16T04:20:41.100Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw_vfw_int_unprotected_private_port_0 is not matching search criteria 2022-06-16T04:20:41.100Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vfw is not matching search criteria 2022-06-16T04:20:41.101Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vsn is not matching search criteria 2022-06-16T04:20:41.101Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn is not matching search criteria 2022-06-16T04:20:41.102Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_int_protected_private_port_0 is not matching search criteria 2022-06-16T04:20:41.102Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vsn_vsn_onap_private_port_0 is not matching search criteria 2022-06-16T04:20:41.103Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template abstract_vpg is matching search criteria 2022-06-16T04:20:41.104Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [abstract_vpg] matching following query criteria: sdcType=CVFC, customizationUUID=e6f0b2e9-0be3-4d29-b13a-fbdcdd190eb1 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-06-16T04:20:41.109Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:41.110Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is matching search criteria 2022-06-16T04:20:41.110Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0f684fc5-9c58 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:20:41.111Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:41.111Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Node template vFW 0f684fc5-9c58 0 is matching search criteria 2022-06-16T04:20:41.112Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found topology templates [vFW 0f684fc5-9c58 0] matching following query criteria: sdcType=VF, customizationUUID=f1597e54-74e9-4961-8f60-8851f8c68178 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-06-16T04:20:41.117Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:41.117Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:20:41.118Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 498165f5-449b-480c-b98f-a5c2dacf7d2a: vFW 0f684fc5-9c58 2022-06-16T04:20:41.119Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:41.119Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:20:41.120Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:41.120Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:20:41.121Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:41.121Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:20:41.122Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:41.123Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:20:41.123Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:20:41.124Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Service vFW 2022-06-16 04-18-53 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:20:41.124Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||Saving Service: vFW 2022-06-16 04-18-53 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-06-16T04:20:41.759Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC vFW 0f684fc5-9c58 6a9d9641-4d3a-4082-aa73-620a2bcaa5d6 1 ASDC deployResourceStructure 2022-06-16T04:20:41.760Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json ASDC sendASDCNotification 2022-06-16T04:20:41.760Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json 2022-06-16T04:20:41.760Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:20:41.761Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:20:41.763Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:20:41.764Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353241760, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json", "status": "DEPLOY_OK" } 2022-06-16T04:20:41.864Z||pool-14-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:20:41.866Z||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-06-16T04:20:41.866Z||pool-14-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:20:41.884Z||pool-14-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:20:41.885Z||pool-14-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:20:42.765Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml ASDC sendASDCNotification 2022-06-16T04:20:42.766Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml 2022-06-16T04:20:42.766Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:20:42.766Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:20:42.773Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:20:42.774Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353242765, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-16T04:20:42.873Z||pool-15-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-16T04:20:42.876Z||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-06-16T04:20:42.877Z||pool-15-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:20:42.897Z||pool-15-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:20:42.898Z||pool-15-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:20:43.775Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env ASDC sendASDCNotification 2022-06-16T04:20:43.775Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env 2022-06-16T04:20:43.775Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:20:43.787Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:20:43.790Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:20:43.791Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353243775, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-16T04:20:43.891Z||pool-16-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:20:43.892Z||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-06-16T04:20:43.893Z||pool-16-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:20:43.915Z||pool-16-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:20:43.917Z||pool-16-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:20:44.793Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar ASDC sendASDCNotification 2022-06-16T04:20:44.794Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar 2022-06-16T04:20:44.794Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:20:44.798Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:20:44.811Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:20:44.813Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353244793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:20:44.911Z||pool-17-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-16T04:20:44.913Z||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-06-16T04:20:44.914Z||pool-17-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:20:44.940Z||pool-17-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:20:44.942Z||pool-17-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:20:45.823Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:20:45.873Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:20:45.880Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:20:45.880Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-16T04:20:45.881Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-16T04:21:15.882Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:21:15.912Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:21:15.918Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:21:15.918Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-16T04:21:15.919Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-16T04:21:19.681Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:21:19.683Z||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-06-16T04:21:19.683Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:21:19.718Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:21:19.719Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:21:19.719Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "multicloud-k8s-id", "timestamp": 1655353218596, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-16T04:21:19.721Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:21:45.920Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:21:45.950Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:21:45.959Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:21:45.960Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-16T04:21:45.960Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-16T04:22:15.961Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:22:15.983Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:22:15.990Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:22:15.990Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-16T04:22:15.990Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-16T04:22:19.681Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:22:19.682Z||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-06-16T04:22:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:22:20.219Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:22:20.221Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.222Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353219675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:22:20.223Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:22:20.223Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.223Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "clamp", "timestamp": 1655353218328, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json", "status": "NOTIFIED" } 2022-06-16T04:22:20.224Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:22:20.224Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.224Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "multicloud-k8s-id", "timestamp": 1655353219709, "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-06-16T04:22:20.247Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 93aa7e94-c537-4404-94fc-c290e3c2a2f7 2022-06-16T04:22:20.247Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93aa7e94-c537-4404-94fc-c290e3c2a2f7 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-06-16T04:22:20.275Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.275Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353219675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json", "status": "NOTIFIED" } 2022-06-16T04:22:20.276Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:22:20.276Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.277Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "clamp", "timestamp": 1655353218328, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:22:20.277Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:22:20.277Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.277Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "multicloud-k8s-id", "timestamp": 1655353220717, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json", "status": "DEPLOY_OK" } 2022-06-16T04:22:20.278Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:22:20.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353219675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml", "status": "NOTIFIED" } 2022-06-16T04:22:20.278Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:22:20.278Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.278Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "clamp", "timestamp": 1655353218328, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:22:20.279Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:22:20.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655353222055, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:22:20.279Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:22:20.279Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.279Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353219675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:22:20.280Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:22:20.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "clamp", "timestamp": 1655353218328, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:22:20.280Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:22:20.280Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.280Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655353223061, "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-06-16T04:22:20.294Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 93aa7e94-c537-4404-94fc-c290e3c2a2f7 2022-06-16T04:22:20.295Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93aa7e94-c537-4404-94fc-c290e3c2a2f7 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-06-16T04:22:20.325Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.325Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353219675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env", "status": "NOTIFIED" } 2022-06-16T04:22:20.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:22:20.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "clamp", "timestamp": 1655353218328, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:22:20.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:22:20.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.326Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353219675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:22:20.326Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:22:20.326Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "clamp", "timestamp": 1655353218328, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:22:20.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:22:20.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353219675, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:22:20.327Z||pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:22:20.327Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.327Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353228133, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:22:20.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:22:20.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "aai-ml", "timestamp": 1655353234472, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:22:20.328Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:22:20.328Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.328Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "aai-ml", "timestamp": 1655353235478, "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-06-16T04:22:20.335Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 93aa7e94-c537-4404-94fc-c290e3c2a2f7 2022-06-16T04:22:20.336Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93aa7e94-c537-4404-94fc-c290e3c2a2f7 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-06-16T04:22:20.349Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.349Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "clamp", "timestamp": 1655353236386, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:22:20.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:22:20.350Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.350Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353237670, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json", "status": "DOWNLOAD_OK" } 2022-06-16T04:22:20.350Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:22:20.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.351Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "clamp", "timestamp": 1655353237527, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:22:20.351Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:22:20.351Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353238840, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml", "status": "DOWNLOAD_OK" } 2022-06-16T04:22:20.352Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:22:20.352Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.352Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "clamp", "timestamp": 1655353238534, "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-06-16T04:22:20.363Z||pool-2-thread-7|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 93aa7e94-c537-4404-94fc-c290e3c2a2f7 2022-06-16T04:22:20.364Z||pool-2-thread-7|||||DEBUG|500||Entering installTheComponentStatus for distributionId 93aa7e94-c537-4404-94fc-c290e3c2a2f7 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-06-16T04:22:20.389Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353239907, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env", "status": "DOWNLOAD_OK" } 2022-06-16T04:22:20.390Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:22:20.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.390Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353241760, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/vfw0f684fc59c580_modules.json", "status": "DEPLOY_OK" } 2022-06-16T04:22:20.390Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:22:20.390Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353242765, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.yaml", "status": "DEPLOY_OK" } 2022-06-16T04:22:20.391Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:22:20.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353243775, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/resourceInstances/vfw0f684fc59c580/artifacts/base_vfw.env", "status": "DEPLOY_OK" } 2022-06-16T04:22:20.391Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:22:20.391Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:22:20.391Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353244793, "artifactURL": "/sdc/v1/catalog/services/Vfw20220616041853/1.0/artifacts/service-Vfw20220616041853-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:22:20.392Z||pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:22:45.991Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:22:46.024Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:22:46.042Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:22:46.043Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-16T04:22:46.043Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-16T04:22:46.043Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-16T04:22:46.043Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:22:46.043Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:22:46.043Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:22:46.044Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:22:46.044Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:22:46.044Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:22:46.044Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-16T04:22:46.073Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-16T04:23:16.075Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7 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-06-16T04:23:16.094Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 93aa7e94-c537-4404-94fc-c290e3c2a2f7 and serviceModelVersionId: 498165f5-449b-480c-b98f-a5c2dacf7d2a 2022-06-16T04:23:16.095Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 370c561a-53ae-4c03-9909-66f610195cdc 2022-06-16T04:23:19.681Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:23:19.683Z||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-06-16T04:23:19.683Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:23:29.241Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:23:41.045Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/370c561a-53ae-4c03-9909-66f610195cdc/model-vers/model-ver/498165f5-449b-480c-b98f-a5c2dacf7d2a?depth=0 2022-06-16T04:23:41.228Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-06-16T04:23:42.202Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370c561a-53ae-4c03-9909-66f610195cdc/model-vers/model-ver/498165f5-449b-480c-b98f-a5c2dacf7d2a?depth=0|INFO|500||Invoke 2022-06-16T04:23:42.218Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370c561a-53ae-4c03-9909-66f610195cdc/model-vers/model-ver/498165f5-449b-480c-b98f-a5c2dacf7d2a?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370c561a-53ae-4c03-9909-66f610195cdc/model-vers/model-ver/498165f5-449b-480c-b98f-a5c2dacf7d2a?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[93aa7e94-c537-4404-94fc-c290e3c2a2f7], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[0dd6c746-7f49-45cb-b340-dc0b1061bc71], X-ECOMP-RequestID=[93aa7e94-c537-4404-94fc-c290e3c2a2f7], X-TransactionId=[], X-ONAP-RequestID=[93aa7e94-c537-4404-94fc-c290e3c2a2f7], Content-Type=[application/merge-patch+json]} 2022-06-16T04:23:42.453Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370c561a-53ae-4c03-9909-66f610195cdc/model-vers/model-ver/498165f5-449b-480c-b98f-a5c2dacf7d2a?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-16T04:23:42.659Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370c561a-53ae-4c03-9909-66f610195cdc/model-vers/model-ver/498165f5-449b-480c-b98f-a5c2dacf7d2a?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/370c561a-53ae-4c03-9909-66f610195cdc/model-vers/model-ver/498165f5-449b-480c-b98f-a5c2dacf7d2a?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220616-04:23:41:146-54789], vertex-id=[168048], Content-Length=[0], Date=[Thu, 16 Jun 2022 04:23:41 GMT], Content-Type=[application/json]} 2022-06-16T04:23:42.661Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370c561a-53ae-4c03-9909-66f610195cdc/model-vers/model-ver/498165f5-449b-480c-b98f-a5c2dacf7d2a?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-16T04:23:42.662Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/370c561a-53ae-4c03-9909-66f610195cdc/model-vers/model-ver/498165f5-449b-480c-b98f-a5c2dacf7d2a?depth=0|INFO|500||InvokeReturn 2022-06-16T04:23:42.670Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-16T04:23:42.670Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-16T04:23:42.680Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-16T04:23:42.683Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 93aa7e94-c537-4404-94fc-c290e3c2a2f7 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-16T04:23:42.686Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-16T04:23:42.687Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:23:42.692Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:23:42.693Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353422683, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-16T04:23:42.793Z||pool-18-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:23:42.794Z||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-06-16T04:23:42.794Z||pool-18-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:23:42.812Z||pool-18-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:23:42.813Z||pool-18-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-06-16T04:23:43.737Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:23:43.739Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|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-06-16T04:23:43.739Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:23:54.019Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:23:54.020Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:23:54.021Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|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-06-16T04:23:54.021Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:24:03.566Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:24:03.569Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:24:03.573Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|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-06-16T04:24:03.573Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:24:13.172Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:24:19.681Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:24:19.682Z||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-06-16T04:24:19.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:24:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:24:19.682Z||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-06-16T04:24:19.683Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:24:20.342Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:24:20.343Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:24:20.343Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "93aa7e94-c537-4404-94fc-c290e3c2a2f7", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353422683, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-16T04:24:20.345Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:24:29.229Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:25:19.675Z||pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:25:19.677Z||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-06-16T04:25:19.677Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:25:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:25:19.682Z||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-06-16T04:25:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:25:20.330Z||pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:25:20.331Z||pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.332Z||pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"fb1e7c67-1c62-451b-9354-849872127ea4","serviceName":"basic_onboard_MPwJjQ","serviceVersion":"1.0","serviceUUID":"f6e519b8-a61d-440a-9122-e18086ebfd8b","serviceDescription":"service","serviceInvariantUUID":"d2ac173e-9c8e-47b8-8298-6fa00110682a","resources":[{"resourceInstanceName":"basic_onboard_MPwJjQ 0","resourceName":"basic_onboard_MPwJjQ","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"3e8f2fe1-e739-4146-931a-ffbbeaed9c9b","resourceInvariantUUID":"32d197b0-7ca7-47fe-b809-199548bd15df","resourceCustomizationUUID":"890287b9-7f40-4ec0-9a5a-46d11aed5a61","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vf-license-model.xml","artifactChecksum":"MmE0MmMxNzA3NDNmYjIwZTliMjViMjQ1YjUxNDc2NTc\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"f5f06c35-aa01-4e77-a01a-e8d5fd9e7ff8","artifactVersion":"1"},{"artifactName":"basic_onboard_mpwjjq0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json","artifactChecksum":"NGEyMjdkZTNiZjMwYzI2YzM1OTJiY2M0NGM3OWM5NzQ\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"cec61536-a044-4f47-94e7-ea32b2636c6a","artifactVersion":"1"},{"artifactName":"base_ubuntu18.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml","artifactChecksum":"NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"48c126db-bbaa-434a-a2bb-2c7367679d66","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vendor-license-model.xml","artifactChecksum":"M2QxN2ZmN2I2ZmIwOWEyNTJjYmYzMTBlNWI3NmNmYTc\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"3e8a7aed-2e43-41d4-a407-13857aee6fe9","artifactVersion":"1"},{"artifactName":"base_ubuntu18.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env","artifactChecksum":"ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"04f3d761-89b9-44d9-ba1f-20bd1d268e09","artifactVersion":"2","generatedFromUUID":"48c126db-bbaa-434a-a2bb-2c7367679d66"}]}],"serviceArtifacts":[{"artifactName":"service-BasicOnboardMpwjjq-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-template.yml","artifactChecksum":"YWFjMjRkZWQ2OTkxOWY0OGE1NTY4OWIxZTZlZGUxN2Q\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"c469dd1c-6d86-470f-91e4-e93bd6598329","artifactVersion":"1"},{"artifactName":"service-BasicOnboardMpwjjq-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar","artifactChecksum":"ZDExNjQ0ZDY1MDIzYzE0MDRjZmZiNTdlMTU2MDliODQ\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"324d77ab-86d3-4713-b27b-cc2abee78879","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-16T04:25:20.340Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:25:20.347Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.348Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "ves-openapi-manager", "timestamp": 1655353464133, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.348Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:25:20.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.349Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.349Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "aai-ml", "timestamp": 1655353472059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.349Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1655353468501, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "cds", "timestamp": 1655353470309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.350Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.350Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:25:20.350Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.350Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "policy-id", "timestamp": 1655353472442, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "ves-openapi-manager", "timestamp": 1655353464133, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.351Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.351Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.351Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "aai-ml", "timestamp": 1655353472059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.352Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1655353468501, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json", "status": "NOTIFIED" } 2022-06-16T04:25:20.352Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.352Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "cds", "timestamp": 1655353470309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.353Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "policy-id", "timestamp": 1655353472442, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.353Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.353Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "ves-openapi-manager", "timestamp": 1655353464133, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.354Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.354Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "aai-ml", "timestamp": 1655353472059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.354Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1655353468501, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-16T04:25:20.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.355Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.355Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "cds", "timestamp": 1655353470309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.355Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "policy-id", "timestamp": 1655353472442, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-16T04:25:20.356Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.356Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.356Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "ves-openapi-manager", "timestamp": 1655353464133, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.357Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "aai-ml", "timestamp": 1655353472059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.357Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:25:20.357Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.357Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353519675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.357Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1655353468501, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.358Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.358Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "cds", "timestamp": 1655353470309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.358Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "policy-id", "timestamp": 1655353472442, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.359Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.359Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.359Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "ves-openapi-manager", "timestamp": 1655353464133, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.360Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.360Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.360Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "aai-ml", "timestamp": 1655353472059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.361Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.361Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1655353468501, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-16T04:25:20.361Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "cds", "timestamp": 1655353470309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.362Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.362Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.362Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "policy-id", "timestamp": 1655353472442, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.363Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.363Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "ves-openapi-manager", "timestamp": 1655353464133, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.363Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.364Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.364Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "aai-ml", "timestamp": 1655353472059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.364Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1655353468501, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.365Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.365Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.365Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "cds", "timestamp": 1655353470309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.366Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.366Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.366Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "policy-id", "timestamp": 1655353472442, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.367Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.367Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "aai-ml", "timestamp": 1655353472059, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:25:20.367Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.368Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "ves-openapi-manager", "timestamp": 1655353464133, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.368Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.368Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.372Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1655353468501, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:25:20.372Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.372Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "cds", "timestamp": 1655353470309, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:25:20.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "policy-id", "timestamp": 1655353472442, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:25:20.373Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.373Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.373Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655353478646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.374Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "aai-ml", "timestamp": 1655353480112, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:25:20.374Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:25:20.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.374Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1655353479383, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-16T04:25:20.374Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:25:20.374Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "cds", "timestamp": 1655353480484, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:25:20.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:25:20.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "policy-id", "timestamp": 1655353480249, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:25:20.375Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:25:20.375Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.375Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655353478646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.376Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.376Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1655353480442, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-16T04:25:20.376Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:25:20.376Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.377Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "cds", "timestamp": 1655353481495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-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-06-16T04:25:20.416Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of fb1e7c67-1c62-451b-9354-849872127ea4 2022-06-16T04:25:20.419Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb1e7c67-1c62-451b-9354-849872127ea4 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-06-16T04:25:20.437Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.438Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "policy-id", "timestamp": 1655353481256, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:25:20.438Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:25:20.439Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.439Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655353478646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.439Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.440Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1655353481498, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-16T04:25:20.440Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:25:20.440Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.441Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "policy-id", "timestamp": 1655353482261, "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-06-16T04:25:20.455Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb1e7c67-1c62-451b-9354-849872127ea4 2022-06-16T04:25:20.455Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb1e7c67-1c62-451b-9354-849872127ea4 and ComponentName POLICY 2022-06-16T04:25:20.473Z||pool-19-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 115 ms 2022-06-16T04:25:20.475Z||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-06-16T04:25:20.476Z||pool-19-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-16T04:25:20.492Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655353478646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.493Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.493Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.493Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1655353482554, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-06-16T04:25:20.495Z||pool-19-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:25:20.497Z||pool-19-thread-1|||||INFO|500||cambria reply ok (23 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=? 2022-06-16T04:25:20.522Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of fb1e7c67-1c62-451b-9354-849872127ea4 2022-06-16T04:25:20.523Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb1e7c67-1c62-451b-9354-849872127ea4 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-06-16T04:25:20.553Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.553Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655353478646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.554Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "multicloud-k8s-id", "timestamp": 1655353483570, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json", "status": "DEPLOY_OK" } 2022-06-16T04:25:20.554Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:25:20.554Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.554Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655353478646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655353478646, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:25:20.555Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.555Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.555Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655353486423, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:25:20.556Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:25:20.557Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.558Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "clamp", "timestamp": 1655353488328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.558Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655353489156, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:25:20.559Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:25:20.559Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.559Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "clamp", "timestamp": 1655353488328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json", "status": "NOTIFIED" } 2022-06-16T04:25:20.560Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.560Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.560Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655353490166, "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-06-16T04:25:20.578Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of fb1e7c67-1c62-451b-9354-849872127ea4 2022-06-16T04:25:20.578Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb1e7c67-1c62-451b-9354-849872127ea4 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-06-16T04:25:20.608Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.609Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "clamp", "timestamp": 1655353488328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.609Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.609Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "aai-ml", "timestamp": 1655353491749, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:25:20.610Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:25:20.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "clamp", "timestamp": 1655353488328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.610Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.610Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.610Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "aai-ml", "timestamp": 1655353492753, "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-06-16T04:25:20.618Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of fb1e7c67-1c62-451b-9354-849872127ea4 2022-06-16T04:25:20.619Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb1e7c67-1c62-451b-9354-849872127ea4 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-06-16T04:25:20.634Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.634Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "clamp", "timestamp": 1655353488328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.635Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "clamp", "timestamp": 1655353488328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:20.635Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.635Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "clamp", "timestamp": 1655353488328, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:25:20.636Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:25:20.636Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.636Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "clamp", "timestamp": 1655353506459, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:25:20.637Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:25:20.637Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.637Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "clamp", "timestamp": 1655353507495, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:25:20.637Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:25:20.638Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:25:20.638Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "clamp", "timestamp": 1655353508502, "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-06-16T04:25:20.646Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of fb1e7c67-1c62-451b-9354-849872127ea4 2022-06-16T04:25:20.646Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId fb1e7c67-1c62-451b-9354-849872127ea4 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-06-16T04:25:21.358Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:25:21.360Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:25:21.362Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:25:21.363Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353519675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json", "status": "NOTIFIED" } 2022-06-16T04:25:21.463Z||pool-20-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:25:21.465Z||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-06-16T04:25:21.465Z||pool-20-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:25:21.481Z||pool-20-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:25:21.482Z||pool-20-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:25:22.365Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:25:22.367Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:25:22.373Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:25:22.374Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353519675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-16T04:25:22.475Z||pool-21-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-16T04:25:22.476Z||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-06-16T04:25:22.476Z||pool-21-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:25:22.497Z||pool-21-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:25:22.498Z||pool-21-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:25:23.374Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:25:23.375Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:25:23.381Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:25:23.381Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353519675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:23.480Z||pool-22-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:25:23.482Z||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-06-16T04:25:23.483Z||pool-22-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:25:23.538Z||pool-22-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:25:23.539Z||pool-22-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:25:24.383Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:25:24.384Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:25:24.393Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:25:24.393Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353519675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-16T04:25:24.490Z||pool-23-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-16T04:25:24.492Z||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-06-16T04:25:24.493Z||pool-23-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:25:24.512Z||pool-23-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:25:24.515Z||pool-23-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:25:25.394Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:25:25.395Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:25:25.398Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:25:25.399Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353519675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:25:25.503Z||pool-24-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-16T04:25:25.504Z||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-06-16T04:25:25.504Z||pool-24-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:25:25.519Z||pool-24-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:25:25.520Z||pool-24-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:25:26.400Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:25:26.401Z||pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:25:26.404Z||pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:25:26.405Z||pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353519675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:25:26.509Z||pool-25-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-16T04:25:26.510Z||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-06-16T04:25:26.511Z||pool-25-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:25:26.527Z||pool-25-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:25:26.528Z||pool-25-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:25:27.407Z||pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "serviceName": "basic_onboard_MPwJjQ", "serviceVersion": "1.0", "serviceUUID": "f6e519b8-a61d-440a-9122-e18086ebfd8b", "serviceDescription": "service", "serviceInvariantUUID": "d2ac173e-9c8e-47b8-8298-6fa00110682a", "resources": [ { "resourceInstanceName": "basic_onboard_MPwJjQ 0", "resourceCustomizationUUID": "890287b9-7f40-4ec0-9a5a-46d11aed5a61", "resourceName": "basic_onboard_MPwJjQ", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "3e8f2fe1-e739-4146-931a-ffbbeaed9c9b", "resourceInvariantUUID": "32d197b0-7ca7-47fe-b809-199548bd15df", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_onboard_mpwjjq0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json", "artifactChecksum": "NGEyMjdkZTNiZjMwYzI2YzM1OTJiY2M0NGM3OWM5NzQ\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "cec61536-a044-4f47-94e7-ea32b2636c6a", "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml", "artifactChecksum": "NzA5ZGU3Y2Q2M2IwNWU2OTc1NTQ0ZDBhNDhlNjNjZjY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "48c126db-bbaa-434a-a2bb-2c7367679d66", "generatedArtifact": { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "04f3d761-89b9-44d9-ba1f-20bd1d268e09", "generatedFromUUID": "48c126db-bbaa-434a-a2bb-2c7367679d66" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_ubuntu18.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env", "artifactChecksum": "ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "04f3d761-89b9-44d9-ba1f-20bd1d268e09", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicOnboardMpwjjq-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "artifactChecksum": "ZDExNjQ0ZDY1MDIzYzE0MDRjZmZiNTdlMTU2MDliODQ\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "324d77ab-86d3-4713-b27b-cc2abee78879" } ], "workloadContext": "Production" } 2022-06-16T04:25:27.410Z||pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-16T04:25:27.410Z||pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 f6e519b8-a61d-440a-9122-e18086ebfd8b ASDC 2022-06-16T04:25:27.412Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:fb1e7c67-1c62-451b-9354-849872127ea4 ServiceName:basic_onboard_MPwJjQ ServiceVersion:1.0 ServiceUUID:f6e519b8-a61d-440a-9122-e18086ebfd8b ServiceInvariantUUID:d2ac173e-9c8e-47b8-8298-6fa00110682a ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicOnboardMpwjjq-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar ArtifactUUID:324d77ab-86d3-4713-b27b-cc2abee78879 ArtifactChecksum:ZDExNjQ0ZDY1MDIzYzE0MDRjZmZiNTdlMTU2MDliODQ= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_onboard_MPwJjQ 0 ResourceCustomizationUUID:890287b9-7f40-4ec0-9a5a-46d11aed5a61 ResourceInvariantUUID:32d197b0-7ca7-47fe-b809-199548bd15df ResourceName:basic_onboard_MPwJjQ ResourceType:VF ResourceUUID:3e8f2fe1-e739-4146-931a-ffbbeaed9c9b ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_onboard_mpwjjq0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json ArtifactUUID:cec61536-a044-4f47-94e7-ea32b2636c6a ArtifactChecksum:NGEyMjdkZTNiZjMwYzI2YzM1OTJiY2M0NGM3OWM5NzQ= 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/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml ArtifactUUID:48c126db-bbaa-434a-a2bb-2c7367679d66 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/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env ArtifactUUID:04f3d761-89b9-44d9-ba1f-20bd1d268e09 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/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env ArtifactUUID:04f3d761-89b9-44d9-ba1f-20bd1d268e09 ArtifactChecksum:ODYwMmYwMDliN2JjOTNlN2ZlM2RkNzAzMTg3OWMzNTA= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-16T04:25:27.413Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF f6e519b8-a61d-440a-9122-e18086ebfd8b 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-06-16T04:25:27.476Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-16T04:25:27.477Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-16T04:25:27.478Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-16T04:25:27.478Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 324d77ab-86d3-4713-b27b-cc2abee78879 from URL: /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar 2022-06-16T04:25:27.478Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-16T04:25:27.479Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar 2022-06-16T04:25:27.575Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-16T04:25:27.580Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar 324d77ab-86d3-4713-b27b-cc2abee78879 71592 2022-06-16T04:25:27.581Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar ASDC sendASDCNotification 2022-06-16T04:25:27.582Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar 2022-06-16T04:25:27.582Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:25:27.583Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:25:27.593Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:25:27.605Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353527581, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:25:27.686Z||pool-26-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 81 ms 2022-06-16T04:25:27.688Z||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-06-16T04:25:27.688Z||pool-26-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:25:27.710Z||pool-26-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:25:27.711Z||pool-26-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:25:28.606Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-16T04:25:28.607Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-16T04:25:28.607Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 324d77ab-86d3-4713-b27b-cc2abee78879, URL: /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar to file: /app/ASDC/1/service-BasicOnboardMpwjjq-csar.csar 2022-06-16T04:25:28.608Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicOnboardMpwjjq-csar.csar 2022-06-16T04:25:28.610Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicOnboardMpwjjq-csar.csar 2022-06-16T04:25:28.610Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicOnboardMpwjjq-csar.csar 2022-06-16T04:25:28.969Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP7020509260960581614/Definitions/service-BasicOnboardMpwjjq-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-06-16T04:25:31.578Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-16T04:25:31.579Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-16T04:25:31.579Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicOnboardMpwjjq-csar.csar 2022-06-16T04:25:31.579Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-16T04:25:31.580Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_onboard_MPwJjQ 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-BasicOnboardMpwjjq-csar.csar 2022-06-16T04:25:31.580Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||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-BasicOnboardMpwjjq-csar.csar 2022-06-16T04:25:31.580Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMpwjjq-csar.csar 2022-06-16T04:25:31.581Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMpwjjq-csar.csar 2022-06-16T04:25:31.581Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMpwjjq-csar.csar 2022-06-16T04:25:31.581Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu18_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicOnboardMpwjjq-csar.csar 2022-06-16T04:25:31.582Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu18" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicOnboardMpwjjq-csar.csar 2022-06-16T04:25:31.582Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicOnboardMpwjjq-csar.csar 2022-06-16T04:25:31.583Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicOnboardMpwjjq-csar.csar 2022-06-16T04:25:31.583Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-16T04:25:31.583Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:31.584Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:25:31.584Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is matching search criteria 2022-06-16T04:25:31.585Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-16T04:25:31.585Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_MPwJjQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-16T04:25:31.586Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:31.587Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:25:31.587Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is matching search criteria 2022-06-16T04:25:31.588Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-16T04:25:31.588Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_MPwJjQ 0, abstract_ubuntu18] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-16T04:25:31.589Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:31.590Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:25:31.590Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:31.591Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is not matching search criteria 2022-06-16T04:25:31.592Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is not matching search criteria 2022-06-16T04:25:31.592Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18 is not matching search criteria 2022-06-16T04:25:31.593Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_ubuntu18_admin_plane_port_0 is not matching search criteria 2022-06-16T04:25:31.593Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-16T04:25:31.594Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-16T04:25:31.594Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:31.595Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-16T04:25:31.596Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:31.598Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is matching search criteria 2022-06-16T04:25:31.598Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_MPwJjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:25:31.599Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:31.600Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is matching search criteria 2022-06-16T04:25:31.600Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_MPwJjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:25:31.601Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:31.601Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is matching search criteria 2022-06-16T04:25:31.602Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_MPwJjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:25:31.603Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:31.603Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is not matching search criteria 2022-06-16T04:25:31.604Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-16T04:25:31.604Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-16T04:25:31.605Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=18102b19-2e05-4711-b5d5-32dcde5c3e16 2022-06-16T04:25:31.606Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:31.606Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:25:31.607Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:31.607Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:25:31.608Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:31.608Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:25:31.609Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:31.611Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:25:31.615Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_onboard_MPwJjQ Description:service Model UUID:f6e519b8-a61d-440a-9122-e18086ebfd8b Model Version:NULL Model InvariantUuid:d2ac173e-9c8e-47b8-8298-6fa00110682a Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_onboard_MPwJjQ Model UUID:5859184b-933d-4392-b860-8642abe6c20f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:32d197b0-7ca7-47fe-b809-199548bd15df Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:890287b9-7f40-4ec0-9a5a-46d11aed5a61 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:21578aaa-3833-44dc-978d-5c8dbd64dd2e ModelName:BasicOnboardMpwjjq..base_ubuntu18..module-0 ModelUuid:597fec00-3d3e-4e82-9bd2-9b932353bf26 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:18102b19-2e05-4711-b5d5-32dcde5c3e16 ModelInvariantUuid:a26c5b46-f01d-4c41-9f9b-ab8c6a71b3a4 ModelName:basic_onboard_MPwJjQ-nodes.ubuntu18Cvfc ModelUuid:2df085a8-7a07-4908-a26f-50cb85627897 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu18 VNFC Properties: ModelCustomizationUuid:3f64d2fe-af2f-4e9b-bca5-e7760064c96c ModelInvariantUuid:8e42faed-f8dc-4108-9833-11d51dec9856 ModelName:BasicOnboardMpwjjq.compute.nodes.heat.ubuntu18 ModelUuid:172f1898-72fc-4d2a-af12-f0fc6addb6b0 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-06-16T04:25:31.642Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 3e8f2fe1-e739-4146-931a-ffbbeaed9c9b 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-06-16T04:25:31.650Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||basic_onboard_MPwJjQ 0 2022-06-16T04:25:31.651Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 3e8f2fe1-e739-4146-931a-ffbbeaed9c9b 2022-06-16T04:25:31.651Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: cec61536-a044-4f47-94e7-ea32b2636c6a from URL: /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json 2022-06-16T04:25:31.651Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-16T04:25:31.651Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json 2022-06-16T04:25:31.849Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-16T04:25:31.850Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json cec61536-a044-4f47-94e7-ea32b2636c6a 798 2022-06-16T04:25:31.850Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json ASDC sendASDCNotification 2022-06-16T04:25:31.850Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json 2022-06-16T04:25:31.851Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:25:31.851Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:25:31.855Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:25:31.856Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353531850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-16T04:25:31.956Z||pool-27-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:25:31.966Z||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-06-16T04:25:31.966Z||pool-27-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:25:32.007Z||pool-27-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:25:32.009Z||pool-27-thread-1|||||INFO|500||cambria reply ok (52 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:25:32.857Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardMpwjjq..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "21578aaa-3833-44dc-978d-5c8dbd64dd2e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "597fec00-3d3e-4e82-9bd2-9b932353bf26", "vfModuleModelCustomizationUUID": "5ab31c5d-3bac-4667-be46-b6a83d67efa7", "isBase": true, "artifacts": [ "48c126db-bbaa-434a-a2bb-2c7367679d66", "04f3d761-89b9-44d9-ba1f-20bd1d268e09" ], "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-06-16T04:25:32.871Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardMpwjjq..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:597fec00-3d3e-4e82-9bd2-9b932353bf26 VfModuleModelInvariantUUID:21578aaa-3833-44dc-978d-5c8dbd64dd2e VfModuleModelDescription:NULL Artifacts UUID List:{ 48c126db-bbaa-434a-a2bb-2c7367679d66 , 04f3d761-89b9-44d9-ba1f-20bd1d268e09 } 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-06-16T04:25:32.877Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicOnboardMpwjjq..base_ubuntu18..module-0", "vfModuleModelInvariantUUID": "21578aaa-3833-44dc-978d-5c8dbd64dd2e", "vfModuleModelVersion": "1", "vfModuleModelUUID": "597fec00-3d3e-4e82-9bd2-9b932353bf26", "vfModuleModelCustomizationUUID": "5ab31c5d-3bac-4667-be46-b6a83d67efa7", "isBase": true, "artifacts": [ "48c126db-bbaa-434a-a2bb-2c7367679d66", "04f3d761-89b9-44d9-ba1f-20bd1d268e09" ], "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-06-16T04:25:32.877Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicOnboardMpwjjq..base_ubuntu18..module-0 VfModuleModelVersion:1 VfModuleModelUUID:597fec00-3d3e-4e82-9bd2-9b932353bf26 VfModuleModelInvariantUUID:21578aaa-3833-44dc-978d-5c8dbd64dd2e VfModuleModelDescription:NULL Artifacts UUID List:{ 48c126db-bbaa-434a-a2bb-2c7367679d66 , 04f3d761-89b9-44d9-ba1f-20bd1d268e09 } 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-06-16T04:25:32.877Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 48c126db-bbaa-434a-a2bb-2c7367679d66 from URL: /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml 2022-06-16T04:25:32.877Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-16T04:25:32.878Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml 2022-06-16T04:25:32.976Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-16T04:25:32.977Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml 48c126db-bbaa-434a-a2bb-2c7367679d66 5033 2022-06-16T04:25:32.978Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-16T04:25:32.979Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml 2022-06-16T04:25:32.979Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:25:32.979Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:25:32.982Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:25:32.983Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353532977, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-16T04:25:33.083Z||pool-28-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:25:33.084Z||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-06-16T04:25:33.084Z||pool-28-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:25:33.106Z||pool-28-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:25:33.107Z||pool-28-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:25:33.984Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 04f3d761-89b9-44d9-ba1f-20bd1d268e09 from URL: /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env 2022-06-16T04:25:33.992Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-16T04:25:33.999Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env 2022-06-16T04:25:34.056Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-16T04:25:34.071Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env 04f3d761-89b9-44d9-ba1f-20bd1d268e09 909 2022-06-16T04:25:34.071Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-16T04:25:34.072Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env 2022-06-16T04:25:34.072Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:25:34.073Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:25:34.079Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:25:34.080Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353534071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-16T04:25:34.179Z||pool-29-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-16T04:25:34.180Z||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-06-16T04:25:34.180Z||pool-29-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:25:34.210Z||pool-29-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:25:34.212Z||pool-29-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:25:35.082Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: f6e519b8-a61d-440a-9122-e18086ebfd8b 2022-06-16T04:25:35.083Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_onboard_MPwJjQ 0 3e8f2fe1-e739-4146-931a-ffbbeaed9c9b 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-06-16T04:25:35.116Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@40eca218, org.onap.sdc.toscaparser.api.parameters.Input@4e355538, org.onap.sdc.toscaparser.api.parameters.Input@1b50af45, org.onap.sdc.toscaparser.api.parameters.Input@70aa36a, org.onap.sdc.toscaparser.api.parameters.Input@22d33df1] 2022-06-16T04:25:35.124Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:35.125Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:25:35.126Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-16T04:25:35.127Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 890287b9-7f40-4ec0-9a5a-46d11aed5a61 2022-06-16T04:25:35.127Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 890287b9-7f40-4ec0-9a5a-46d11aed5a61 matches Tosca VF Customization UUID: 890287b9-7f40-4ec0-9a5a-46d11aed5a61 2022-06-16T04:25:35.128Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 890287b9-7f40-4ec0-9a5a-46d11aed5a61 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-06-16T04:25:35.135Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:35.137Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:25:35.139Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 890287b9-7f40-4ec0-9a5a-46d11aed5a61: {\"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-06-16T04:25:35.139Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@adc7c9b 2022-06-16T04:25:35.140Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:35.143Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-16T04:25:35.144Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 5ab31c5d-3bac-4667-be46-b6a83d67efa7 2022-06-16T04:25:35.145Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 5ab31c5d-3bac-4667-be46-b6a83d67efa7 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-06-16T04:25:35.156Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:35.157Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is matching search criteria 2022-06-16T04:25:35.157Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_MPwJjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:25:35.158Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:35.158Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is matching search criteria 2022-06-16T04:25:35.158Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_MPwJjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:25:35.159Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:35.159Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is not matching search criteria 2022-06-16T04:25:35.160Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu18 is matching search criteria 2022-06-16T04:25:35.160Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template ubuntu18_admin_security_group is not matching search criteria 2022-06-16T04:25:35.160Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu18] matching following query criteria: sdcType=CVFC, customizationUUID=18102b19-2e05-4711-b5d5-32dcde5c3e16 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-06-16T04:25:35.170Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:35.171Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is matching search criteria 2022-06-16T04:25:35.171Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_MPwJjQ 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:25:35.171Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:35.172Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Node template basic_onboard_MPwJjQ 0 is matching search criteria 2022-06-16T04:25:35.172Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_onboard_MPwJjQ 0] matching following query criteria: sdcType=VF, customizationUUID=890287b9-7f40-4ec0-9a5a-46d11aed5a61 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-06-16T04:25:35.175Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:35.176Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:25:35.176Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid f6e519b8-a61d-440a-9122-e18086ebfd8b: basic_onboard_MPwJjQ 2022-06-16T04:25:35.176Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:35.177Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:25:35.177Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:35.177Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:25:35.177Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:35.178Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:25:35.178Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:35.178Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:25:35.178Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:25:35.178Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Service basic_onboard_MPwJjQ is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:25:35.178Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Saving Service: basic_onboard_MPwJjQ 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-06-16T04:25:35.499Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_onboard_MPwJjQ 3e8f2fe1-e739-4146-931a-ffbbeaed9c9b 1 ASDC deployResourceStructure 2022-06-16T04:25:35.500Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json ASDC sendASDCNotification 2022-06-16T04:25:35.500Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json 2022-06-16T04:25:35.500Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:25:35.500Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:25:35.508Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:25:35.509Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353535500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json", "status": "DEPLOY_OK" } 2022-06-16T04:25:35.615Z||pool-30-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-16T04:25:35.617Z||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-06-16T04:25:35.617Z||pool-30-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:25:35.668Z||pool-30-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:25:35.669Z||pool-30-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:25:36.510Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml ASDC sendASDCNotification 2022-06-16T04:25:36.511Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml 2022-06-16T04:25:36.511Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:25:36.512Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:25:36.516Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:25:36.516Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353536510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-16T04:25:36.617Z||pool-31-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:25:36.618Z||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-06-16T04:25:36.618Z||pool-31-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:25:36.658Z||pool-31-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:25:36.661Z||pool-31-thread-1|||||INFO|500||cambria reply ok (43 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:25:37.522Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env ASDC sendASDCNotification 2022-06-16T04:25:37.522Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env 2022-06-16T04:25:37.522Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:25:37.523Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:25:37.527Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:25:37.528Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353537522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-16T04:25:37.627Z||pool-32-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:25:37.630Z||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-06-16T04:25:37.631Z||pool-32-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:25:37.678Z||pool-32-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:25:37.679Z||pool-32-thread-1|||||INFO|500||cambria reply ok (51 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:25:38.529Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar ASDC sendASDCNotification 2022-06-16T04:25:38.529Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar 2022-06-16T04:25:38.530Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:25:38.530Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:25:38.533Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:25:38.533Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353538528, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:25:38.633Z||pool-33-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:25:38.635Z||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-06-16T04:25:38.636Z||pool-33-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:25:38.661Z||pool-33-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:25:38.663Z||pool-33-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:25:39.535Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: fb1e7c67-1c62-451b-9354-849872127ea4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:25:39.567Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: fb1e7c67-1c62-451b-9354-849872127ea4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:25:39.580Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:25:39.584Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-16T04:25:39.585Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-16T04:25:39.586Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-16T04:25:39.587Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:25:39.589Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:25:39.590Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:25:39.590Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:25:39.590Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:25:39.590Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:25:39.590Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-16T04:25:39.601Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-16T04:26:09.603Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: fb1e7c67-1c62-451b-9354-849872127ea4 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-06-16T04:26:09.615Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: fb1e7c67-1c62-451b-9354-849872127ea4 and serviceModelVersionId: f6e519b8-a61d-440a-9122-e18086ebfd8b 2022-06-16T04:26:09.615Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : d2ac173e-9c8e-47b8-8298-6fa00110682a 2022-06-16T04:26:09.617Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/d2ac173e-9c8e-47b8-8298-6fa00110682a/model-vers/model-ver/f6e519b8-a61d-440a-9122-e18086ebfd8b?depth=0 2022-06-16T04:26:09.624Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-16T04:26:09.857Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2ac173e-9c8e-47b8-8298-6fa00110682a/model-vers/model-ver/f6e519b8-a61d-440a-9122-e18086ebfd8b?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-06-16T04:26:09.859Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2ac173e-9c8e-47b8-8298-6fa00110682a/model-vers/model-ver/f6e519b8-a61d-440a-9122-e18086ebfd8b?depth=0|INFO|500||Invoke 2022-06-16T04:26:09.944Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2ac173e-9c8e-47b8-8298-6fa00110682a/model-vers/model-ver/f6e519b8-a61d-440a-9122-e18086ebfd8b?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-16T04:26:10.131Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2ac173e-9c8e-47b8-8298-6fa00110682a/model-vers/model-ver/f6e519b8-a61d-440a-9122-e18086ebfd8b?depth=0|INFO|500||InvokeReturn 2022-06-16T04:26:10.132Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/d2ac173e-9c8e-47b8-8298-6fa00110682a/model-vers/model-ver/f6e519b8-a61d-440a-9122-e18086ebfd8b?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220616-04:26:08:628-10070], vertex-id=[208896], Content-Length=[0], Date=[Thu, 16 Jun 2022 04:26:08 GMT], Content-Type=[application/json]} 2022-06-16T04:26:10.132Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Response was returned with an empty entity. 2022-06-16T04:26:10.132Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-16T04:26:10.132Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-16T04:26:10.153Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-16T04:26:10.153Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID fb1e7c67-1c62-451b-9354-849872127ea4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-16T04:26:10.154Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-16T04:26:10.154Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:26:10.159Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:26:10.160Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353570154, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-16T04:26:10.258Z||pool-34-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-16T04:26:10.260Z||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-06-16T04:26:10.260Z||pool-34-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:26:10.336Z||pool-34-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:26:10.337Z||pool-34-thread-1|||||INFO|500||cambria reply ok (78 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-06-16T04:26:19.675Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:26:19.677Z|fb1e7c67-1c62-451b-9354-849872127ea4|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-06-16T04:26:19.677Z|fb1e7c67-1c62-451b-9354-849872127ea4|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:26:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:26:19.682Z||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-06-16T04:26:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:26:19.807Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:26:19.808Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:26:19.808Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353519675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:26:19.809Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:26:29.223Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:27:19.675Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:27:19.676Z|fb1e7c67-1c62-451b-9354-849872127ea4|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-06-16T04:27:19.677Z|fb1e7c67-1c62-451b-9354-849872127ea4|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:27:19.681Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:27:19.682Z||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-06-16T04:27:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:27:20.222Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:27:20.224Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-16T04:27:20.225Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353519675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json", "status": "NOTIFIED" } 2022-06-16T04:27:20.233Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-16T04:27:20.234Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-16T04:27:20.234Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353519675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml", "status": "NOTIFIED" } 2022-06-16T04:27:20.234Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-16T04:27:20.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-16T04:27:20.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353519675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:27:20.235Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-16T04:27:20.235Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-16T04:27:20.235Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353519675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env", "status": "NOTIFIED" } 2022-06-16T04:27:20.248Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-16T04:27:20.249Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-16T04:27:20.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353519675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:27:20.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-16T04:27:20.250Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-16T04:27:20.250Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353519675, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:27:20.250Z||pool-2-thread-6|||||INFO|500||Missing status on Status Object. 2022-06-16T04:27:20.251Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-16T04:27:20.258Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353527581, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:27:20.259Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:27:20.259Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-16T04:27:20.259Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353531850, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-16T04:27:20.260Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:27:20.260Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-16T04:27:20.260Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353532977, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml", "status": "DOWNLOAD_OK" } 2022-06-16T04:27:20.260Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:27:20.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-16T04:27:20.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353534071, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env", "status": "DOWNLOAD_OK" } 2022-06-16T04:27:20.261Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:27:20.261Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-16T04:27:20.261Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353535500, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/basic_onboard_mpwjjq0_modules.json", "status": "DEPLOY_OK" } 2022-06-16T04:27:20.261Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:27:20.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-16T04:27:20.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353536510, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.yaml", "status": "DEPLOY_OK" } 2022-06-16T04:27:20.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:27:20.262Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-16T04:27:20.262Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353537522, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/resourceInstances/basic_onboard_mpwjjq0/artifacts/base_ubuntu18.env", "status": "DEPLOY_OK" } 2022-06-16T04:27:20.262Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:27:20.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-16T04:27:20.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353538528, "artifactURL": "/sdc/v1/catalog/services/BasicOnboardMpwjjq/1.0/artifacts/service-BasicOnboardMpwjjq-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:27:20.263Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:27:20.263Z||pool-2-thread-6|||||DEBUG|500||received message from topic 2022-06-16T04:27:20.263Z||pool-2-thread-6|||||DEBUG|500||recieved notification from broker: { "distributionID": "fb1e7c67-1c62-451b-9354-849872127ea4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655353570154, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-16T04:27:20.263Z||pool-2-thread-6|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:27:29.241Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:28:19.675Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:28:19.677Z|fb1e7c67-1c62-451b-9354-849872127ea4|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-06-16T04:28:19.677Z|fb1e7c67-1c62-451b-9354-849872127ea4|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:28:19.681Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:28:19.683Z||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-06-16T04:28:19.683Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:28:29.233Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:28:29.237Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:29:19.675Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:29:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:29:19.682Z||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-06-16T04:29:19.683Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:29:19.685Z|fb1e7c67-1c62-451b-9354-849872127ea4|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-06-16T04:29:19.686Z|fb1e7c67-1c62-451b-9354-849872127ea4|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:29:29.278Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:29:29.282Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:30:19.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:30:19.678Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-16T04:30:19.679Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:30:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:30:19.682Z||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-06-16T04:30:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:30:29.248Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:30:29.249Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:31:19.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:31:19.677Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-16T04:31:19.677Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:31:19.681Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:31:19.681Z||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-06-16T04:31:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:31:29.242Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:31:29.243Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:32:19.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:32:19.678Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-16T04:32:19.678Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:32:19.681Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:32:19.682Z||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-06-16T04:32:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:32:29.237Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:32:29.237Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:33:19.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:33:19.677Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-16T04:33:19.678Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:33:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:33:19.682Z||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-06-16T04:33:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:33:29.249Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:33:29.261Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:34:19.675Z||pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:34:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:34:19.676Z||pool-2-thread-9|||||WARN|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 will send credentials over a clear channel. 2022-06-16T04:34:19.682Z||pool-2-thread-9|||||INFO|500||GET http://message-router.onap:3904/events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:34:19.683Z||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-06-16T04:34:19.684Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:34:20.123Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:34:20.128Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:34:20.129Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "multicloud-k8s-id", "timestamp": 1655354048501, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:34:20.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:34:20.142Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:34:20.142Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354048646, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:34:20.142Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:34:20.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:34:20.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "cds", "timestamp": 1655354055309, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:34:20.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:34:20.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:34:20.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "policy-id", "timestamp": 1655354052442, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:34:20.143Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:34:20.143Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:34:20.143Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354048646, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:34:20.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:34:20.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:34:20.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "multicloud-k8s-id", "timestamp": 1655354048501, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:34:20.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:34:20.144Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:34:20.144Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "cds", "timestamp": 1655354055309, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:34:20.144Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:34:20.145Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:34:20.153Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "policy-id", "timestamp": 1655354052442, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:34:20.154Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:34:20.154Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:34:20.154Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354057958, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:34:20.155Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:34:20.156Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:34:20.156Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "cds", "timestamp": 1655354058948, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:34:20.156Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:34:20.157Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:34:20.157Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "policy-id", "timestamp": 1655354058562, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:34:20.158Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:34:20.158Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:34:20.158Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "clamp", "timestamp": 1655354058327, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:34:20.158Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:34:20.322Z||pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:34:20.324Z||pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-16T04:34:20.324Z||pool-2-thread-9|||||DEBUG|500||recieved notification from broker: {"distributionID":"9d17e876-3f2b-42af-a1e3-a3e341da403d","serviceName":"basic_network","serviceVersion":"1.0","serviceUUID":"925a4e34-cfa6-49c0-8fb0-06a4b40be437","serviceDescription":"service","serviceInvariantUUID":"b90c0dc3-33d4-451a-a045-6f9b0d560a28","resources":[{"resourceInstanceName":"Generic NeutronNet 0","resourceName":"Generic NeutronNet","resourceVersion":"1.0","resoucreType":"VL","resourceUUID":"75b618ae-656f-4407-aa6d-433fb016cdba","resourceInvariantUUID":"acdf22db-1976-4998-9765-f0b229ea15b7","resourceCustomizationUUID":"0901c8a8-a335-472c-b8d9-1053eea1e6f3","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":"MDdkNGVjZjY5Y2FiYmQyNWIyMWMzODlmOTVkNGEwNDg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7ea08f5b-5cfe-4445-acf8-f7fd3bca57b7","artifactVersion":"1"},{"artifactName":"service-BasicNetwork-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar","artifactChecksum":"NDM0MzY2OWJlZjAyYjIxNTZmYTkxOGMyNDE5NzdjODY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"7daaefe2-7b07-498e-be28-cc87a11d7d90","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-16T04:34:20.345Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:34:20.346Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:34:20.353Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:34:20.353Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354059675, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:34:20.457Z||pool-35-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-16T04:34:20.458Z||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-06-16T04:34:20.458Z||pool-35-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:34:20.523Z||pool-35-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:34:20.524Z||pool-35-thread-1|||||INFO|500||cambria reply ok (67 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:34:21.354Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:34:21.355Z||pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:34:21.359Z||pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:34:21.359Z||pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354059675, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:34:21.459Z||pool-36-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:34:21.460Z||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-06-16T04:34:21.461Z||pool-36-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:34:21.491Z||pool-36-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:34:21.491Z||pool-36-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:34:22.361Z||pool-2-thread-9|||||DEBUG|500||sending notification to client: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "serviceName": "basic_network", "serviceVersion": "1.0", "serviceUUID": "925a4e34-cfa6-49c0-8fb0-06a4b40be437", "serviceDescription": "service", "serviceInvariantUUID": "b90c0dc3-33d4-451a-a045-6f9b0d560a28", "resources": [ { "resourceInstanceName": "Generic NeutronNet 0", "resourceCustomizationUUID": "0901c8a8-a335-472c-b8d9-1053eea1e6f3", "resourceName": "Generic NeutronNet", "resourceVersion": "1.0", "resoucreType": "VL", "resourceUUID": "75b618ae-656f-4407-aa6d-433fb016cdba", "resourceInvariantUUID": "acdf22db-1976-4998-9765-f0b229ea15b7", "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": "NDM0MzY2OWJlZjAyYjIxNTZmYTkxOGMyNDE5NzdjODY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7daaefe2-7b07-498e-be28-cc87a11d7d90" } ], "workloadContext": "Production" } 2022-06-16T04:34:22.361Z||pool-2-thread-9|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-16T04:34:22.362Z||pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 925a4e34-cfa6-49c0-8fb0-06a4b40be437 ASDC 2022-06-16T04:34:22.363Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||ASDC Notification: DistributionID:9d17e876-3f2b-42af-a1e3-a3e341da403d ServiceName:basic_network ServiceVersion:1.0 ServiceUUID:925a4e34-cfa6-49c0-8fb0-06a4b40be437 ServiceInvariantUUID:b90c0dc3-33d4-451a-a045-6f9b0d560a28 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:7daaefe2-7b07-498e-be28-cc87a11d7d90 ArtifactChecksum:NDM0MzY2OWJlZjAyYjIxNTZmYTkxOGMyNDE5NzdjODY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:Generic NeutronNet 0 ResourceCustomizationUUID:0901c8a8-a335-472c-b8d9-1053eea1e6f3 ResourceInvariantUUID:acdf22db-1976-4998-9765-f0b229ea15b7 ResourceName:Generic NeutronNet ResourceType:VL ResourceUUID:75b618ae-656f-4407-aa6d-433fb016cdba ResourceVersion:1.0 Category:Generic SubCategory:Network Elements Resource Artifacts List: NULL } 2022-06-16T04:34:22.365Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 925a4e34-cfa6-49c0-8fb0-06a4b40be437 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-06-16T04:34:22.449Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-16T04:34:22.452Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-16T04:34:22.452Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-16T04:34:22.453Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Trying to download the artifact UUID: 7daaefe2-7b07-498e-be28-cc87a11d7d90 from URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-16T04:34:22.454Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||DistributionClient - download 2022-06-16T04:34:22.454Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-16T04:34:22.561Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||GET Response Status 200 2022-06-16T04:34:22.566Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 7daaefe2-7b07-498e-be28-cc87a11d7d90 52511 2022-06-16T04:34:22.567Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-16T04:34:22.567Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-16T04:34:22.567Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:34:22.568Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:34:22.571Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:34:22.572Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354062567, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:34:22.673Z||pool-37-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-16T04:34:22.675Z||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-06-16T04:34:22.675Z||pool-37-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:34:22.732Z||pool-37-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:34:22.733Z||pool-37-thread-1|||||INFO|500||cambria reply ok (59 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:34:23.572Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-16T04:34:23.574Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||MSO config path is: /app 2022-06-16T04:34:23.575Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Trying to write artifact UUID: 7daaefe2-7b07-498e-be28-cc87a11d7d90, URL: /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar to file: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-16T04:34:23.575Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicNetwork-csar.csar 2022-06-16T04:34:23.576Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-16T04:34:23.576Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-16T04:34:23.908Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15759805065809527430/Definitions/service-BasicNetwork-template.yml 2022-06-16T04:34:25.217Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-16T04:34:25.218Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-16T04:34:25.218Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-16T04:34:25.218Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||WARN|500||ToscaTemplate - verifyTemplate - 8 Parsing Warnings occurred... 2022-06-16T04:34:25.218Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||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-06-16T04:34:25.218Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||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-06-16T04:34:25.219Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||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-06-16T04:34:25.219Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||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-06-16T04:34:25.219Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicNetwork-csar.csar 2022-06-16T04:34:25.219Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||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-06-16T04:34:25.219Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||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-06-16T04:34:25.219Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||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-06-16T04:34:25.219Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||WARN|500||#################################################################################################### 2022-06-16T04:34:25.220Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:34:25.220Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:34:25.220Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-16T04:34:25.221Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-16T04:34:25.221Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-16T04:34:25.221Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:34:25.221Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:34:25.222Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Node template Generic NeutronNet 0 is not matching search criteria 2022-06-16T04:34:25.222Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Search for entities recursively 2022-06-16T04:34:25.222Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-16T04:34:25.222Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:34:25.222Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:34:25.222Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:34:25.223Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:34:25.223Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:34:25.223Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:34:25.224Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:34:25.224Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:34:25.224Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:34:25.224Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:34:25.224Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_network Description:service Model UUID:925a4e34-cfa6-49c0-8fb0-06a4b40be437 Model Version:NULL Model InvariantUuid:b90c0dc3-33d4-451a-a045-6f9b0d560a28 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing NETWORK Level Properties: Model Name:Generic NeutronNet Model InvariantUuid:acdf22db-1976-4998-9765-f0b229ea15b7 Model UUID:57b6b480-8214-4803-8ca2-380a6c230730 Model Version:1.0 AIC Max Version:NULL AIC Min Version:NULL Tosca Node Type:VL Description:Generic NeutronNet NETWORK Customization Properties: CustomizationUUID:0901c8a8-a335-472c-b8d9-1053eea1e6f3 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-06-16T04:34:25.240Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Processing Resource Type: VL, Model UUID: 75b618ae-656f-4407-aa6d-433fb016cdba 2022-06-16T04:34:25.240Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||No resources found for Service: 925a4e34-cfa6-49c0-8fb0-06a4b40be437 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-06-16T04:34:25.251Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500|| 2022-06-16T04:34:25.251Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Processing Resource Type: VL and Model UUID: 2022-06-16T04:34:25.254Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||No resources found for Service: 925a4e34-cfa6-49c0-8fb0-06a4b40be437 2022-06-16T04:34:25.254Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Preparing to deploy Service: 925a4e34-cfa6-49c0-8fb0-06a4b40be437 2022-06-16T04:34:25.255Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT ASDC 2022-06-16T04:34:25.255Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||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-06-16T04:34:25.269Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@32ac100a, org.onap.sdc.toscaparser.api.parameters.Input@406bff6a, org.onap.sdc.toscaparser.api.parameters.Input@456de7e7, org.onap.sdc.toscaparser.api.parameters.Input@5eb7c9b5, org.onap.sdc.toscaparser.api.parameters.Input@cc9be29] 2022-06-16T04:34:25.271Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:34:25.274Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:34:25.274Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:34:25.274Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:34:25.274Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500|| resourceSeq for service uuid 925a4e34-cfa6-49c0-8fb0-06a4b40be437: Generic NeutronNet 2022-06-16T04:34:25.275Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:34:25.275Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:34:25.275Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:34:25.275Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||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-06-16T04:34:25.335Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:34:25.336Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:34:25.336Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:34:25.337Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:34:25.337Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:34:25.338Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Service basic_network is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:34:25.338Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||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-06-16T04:34:25.448Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC 0 ASDC deployResourceStructure 2022-06-16T04:34:25.449Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar ASDC sendASDCNotification 2022-06-16T04:34:25.449Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar 2022-06-16T04:34:25.450Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:34:25.450Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:34:25.455Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:34:25.455Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354065449, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:34:25.555Z||pool-38-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:34:25.557Z||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-06-16T04:34:25.557Z||pool-38-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:34:25.575Z||pool-38-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:34:25.576Z||pool-38-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:34:26.457Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:34:26.476Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:34:26.482Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:34:26.483Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-16T04:34:26.483Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-16T04:34:56.484Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:34:56.515Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:34:56.521Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:34:56.521Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-16T04:34:56.521Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-16T04:35:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:35:19.682Z||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-06-16T04:35:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:35:19.770Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:35:19.771Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:35:19.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "policy-id", "timestamp": 1655354059568, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:35:19.772Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:35:26.525Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:35:26.571Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:35:26.578Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:35:26.579Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-16T04:35:26.579Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-16T04:35:56.579Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:35:56.609Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:35:56.614Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:35:56.614Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-16T04:35:56.614Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-16T04:36:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:36:19.682Z||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-06-16T04:36:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:36:19.733Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:36:19.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:36:19.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "cds", "timestamp": 1655354059964, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-16T04:36:19.780Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9d17e876-3f2b-42af-a1e3-a3e341da403d 2022-06-16T04:36:19.782Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d17e876-3f2b-42af-a1e3-a3e341da403d 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-06-16T04:36:26.615Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:36:26.631Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:36:26.642Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:36:26.643Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-16T04:36:26.643Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-16T04:36:56.643Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:36:56.679Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:36:56.684Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:36:56.684Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-16T04:36:56.685Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-16T04:37:19.681Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:37:19.683Z||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-06-16T04:37:19.683Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:37:19.740Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:37:19.742Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354059675, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "clamp", "timestamp": 1655354058327, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:37:19.745Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354059827, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:37:19.745Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:37:19.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "policy-id", "timestamp": 1655354060572, "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-06-16T04:37:19.759Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9d17e876-3f2b-42af-a1e3-a3e341da403d 2022-06-16T04:37:19.759Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d17e876-3f2b-42af-a1e3-a3e341da403d 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-06-16T04:37:19.782Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.782Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354059675, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:37:19.783Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.783Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.784Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354060831, "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-06-16T04:37:19.793Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9d17e876-3f2b-42af-a1e3-a3e341da403d 2022-06-16T04:37:19.794Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d17e876-3f2b-42af-a1e3-a3e341da403d 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-06-16T04:37:19.807Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.807Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354062567, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:37:19.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:37:19.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354065449, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:37:19.808Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:37:19.808Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.808Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "ves-openapi-manager", "timestamp": 1655354064133, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.809Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "ves-openapi-manager", "timestamp": 1655354064133, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.809Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.809Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.809Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "aai-ml", "timestamp": 1655354072059, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.810Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.810Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "clamp", "timestamp": 1655354072663, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:37:19.810Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:37:19.810Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.811Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "aai-ml", "timestamp": 1655354072059, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:37:19.811Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.811Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.812Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "aai-ml", "timestamp": 1655354074830, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:37:19.812Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:37:19.812Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "clamp", "timestamp": 1655354075661, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:37:19.813Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:37:19.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "clamp", "timestamp": 1655354076668, "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-06-16T04:37:19.823Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9d17e876-3f2b-42af-a1e3-a3e341da403d 2022-06-16T04:37:19.824Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d17e876-3f2b-42af-a1e3-a3e341da403d 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-06-16T04:37:19.838Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.839Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "aai-ml", "timestamp": 1655354080374, "artifactURL": "/sdc/v1/catalog/services/BasicNetwork/1.0/artifacts/service-BasicNetwork-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:37:19.839Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:37:19.840Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.841Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "aai-ml", "timestamp": 1655354081379, "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-06-16T04:37:19.849Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9d17e876-3f2b-42af-a1e3-a3e341da403d 2022-06-16T04:37:19.850Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9d17e876-3f2b-42af-a1e3-a3e341da403d 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-06-16T04:37:19.865Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.866Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "ves-openapi-manager", "timestamp": 1655354104133, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.866Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.867Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.867Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655354108501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.868Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.868Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.868Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354108646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.869Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.869Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.870Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "policy-id", "timestamp": 1655354112442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.871Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.871Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "cds", "timestamp": 1655354115309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.871Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.872Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.872Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "ves-openapi-manager", "timestamp": 1655354104133, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.873Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.873Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.873Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655354108501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-16T04:37:19.874Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.874Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.874Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354108646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.875Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.875Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.876Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "policy-id", "timestamp": 1655354112442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.877Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.877Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.878Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "cds", "timestamp": 1655354115309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.878Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.878Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.879Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "ves-openapi-manager", "timestamp": 1655354104133, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.879Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.880Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.881Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655354108501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-16T04:37:19.882Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.882Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.882Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354108646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.883Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.883Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.883Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "policy-id", "timestamp": 1655354112442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.884Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.884Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.884Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "cds", "timestamp": 1655354115309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.885Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "ves-openapi-manager", "timestamp": 1655354104133, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.885Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.885Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354108646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.886Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655354108501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-16T04:37:19.886Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "policy-id", "timestamp": 1655354112442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "cds", "timestamp": 1655354115309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "ves-openapi-manager", "timestamp": 1655354104133, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.888Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.888Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.888Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354108646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.889Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.889Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655354108501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-16T04:37:19.890Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.890Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.890Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "policy-id", "timestamp": 1655354112442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-16T04:37:19.891Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:19.891Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:37:19.891Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "clamp", "timestamp": 1655354118327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:37:19.892Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:37:26.685Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:37:26.771Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:37:26.796Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:37:26.796Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-16T04:37:26.797Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-16T04:37:26.797Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-16T04:37:26.797Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:37:26.797Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:37:26.797Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:37:26.797Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:37:26.797Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:37:26.797Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:37:26.798Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-16T04:37:26.833Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-16T04:37:56.834Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d 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-06-16T04:37:56.848Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9d17e876-3f2b-42af-a1e3-a3e341da403d and serviceModelVersionId: 925a4e34-cfa6-49c0-8fb0-06a4b40be437 2022-06-16T04:37:56.849Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : b90c0dc3-33d4-451a-a045-6f9b0d560a28 2022-06-16T04:37:56.864Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/b90c0dc3-33d4-451a-a045-6f9b0d560a28/model-vers/model-ver/925a4e34-cfa6-49c0-8fb0-06a4b40be437?depth=0 2022-06-16T04:37:56.884Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||RestClientSSL using default SSL context! 2022-06-16T04:37:57.020Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b90c0dc3-33d4-451a-a045-6f9b0d560a28/model-vers/model-ver/925a4e34-cfa6-49c0-8fb0-06a4b40be437?depth=0|INFO|500||Invoke 2022-06-16T04:37:57.022Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b90c0dc3-33d4-451a-a045-6f9b0d560a28/model-vers/model-ver/925a4e34-cfa6-49c0-8fb0-06a4b40be437?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b90c0dc3-33d4-451a-a045-6f9b0d560a28/model-vers/model-ver/925a4e34-cfa6-49c0-8fb0-06a4b40be437?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9d17e876-3f2b-42af-a1e3-a3e341da403d], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[02ee567c-937b-4918-bf6f-8103c2df4653], X-ECOMP-RequestID=[9d17e876-3f2b-42af-a1e3-a3e341da403d], X-TransactionId=[], X-ONAP-RequestID=[9d17e876-3f2b-42af-a1e3-a3e341da403d], Content-Type=[application/merge-patch+json]} 2022-06-16T04:37:57.076Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b90c0dc3-33d4-451a-a045-6f9b0d560a28/model-vers/model-ver/925a4e34-cfa6-49c0-8fb0-06a4b40be437?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-16T04:37:57.270Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b90c0dc3-33d4-451a-a045-6f9b0d560a28/model-vers/model-ver/925a4e34-cfa6-49c0-8fb0-06a4b40be437?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/b90c0dc3-33d4-451a-a045-6f9b0d560a28/model-vers/model-ver/925a4e34-cfa6-49c0-8fb0-06a4b40be437?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220616-04:37:55:732-63770], vertex-id=[188528], Content-Length=[0], Date=[Thu, 16 Jun 2022 04:37:55 GMT], Content-Type=[application/json]} 2022-06-16T04:37:57.271Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b90c0dc3-33d4-451a-a045-6f9b0d560a28/model-vers/model-ver/925a4e34-cfa6-49c0-8fb0-06a4b40be437?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-16T04:37:57.272Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/b90c0dc3-33d4-451a-a045-6f9b0d560a28/model-vers/model-ver/925a4e34-cfa6-49c0-8fb0-06a4b40be437?depth=0|INFO|500||InvokeReturn 2022-06-16T04:37:57.274Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-16T04:37:57.275Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-16T04:37:57.306Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-16T04:37:57.312Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9d17e876-3f2b-42af-a1e3-a3e341da403d and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-16T04:37:57.313Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-16T04:37:57.315Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:37:57.319Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:37:57.320Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||try to send status { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354277313, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-16T04:37:57.420Z||pool-39-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:37:57.423Z||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-06-16T04:37:57.423Z||pool-39-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:37:57.461Z||pool-39-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:37:57.463Z||pool-39-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-06-16T04:37:58.349Z||pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:37:58.350Z||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-06-16T04:37:58.351Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:02.814Z||pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:02.817Z||pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T04:38:02.817Z||pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"e467a0ec-887d-49ac-8ab6-b54c7aaa80cb","serviceName":"basic_cnf","serviceVersion":"1.0","serviceUUID":"819293b9-2e80-4d80-bc6c-4a2027d6123f","serviceDescription":"service","serviceInvariantUUID":"bd353259-bb48-4134-9054-02b956a3392c","resources":[{"resourceInstanceName":"basic_cnf 0","resourceName":"basic_cnf","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"da03a762-1eb7-49e2-acb9-589967a9f546","resourceInvariantUUID":"a60cb126-80ee-4bd1-9d1a-8e62bb80101c","resourceCustomizationUUID":"84188470-352f-48f9-8285-d4db7814c675","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml","artifactChecksum":"M2YwYjhlNTVlOTdmNjFiMDc0OGZmZjcxZThhZjhmZDY\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6aa8aec6-bc5b-41d6-b788-b4b60456af6a","artifactVersion":"1"},{"artifactName":"nginx_cloudtech_k8s_charts.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"8a69f723-5da5-44f7-b288-55fa8f169d8e","artifactVersion":"2","generatedFromUUID":"dfc98bd5-8956-47fb-89e1-e2cffe9ba56b"},{"artifactName":"nginx_cloudtech_k8s_charts.tgz","artifactType":"CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz","artifactChecksum":"YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"dfc98bd5-8956-47fb-89e1-e2cffe9ba56b","artifactVersion":"1"},{"artifactName":"basic_cnf0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json","artifactChecksum":"YjE4MDEzYzU4NGYxNTUzNDIxMTI0ZjM4NTM4NjI4NTI\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"b4ee26cf-4363-4812-91de-7c64808da861","artifactVersion":"1"},{"artifactName":"base_dummy.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml","artifactChecksum":"MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"a69517ef-5520-4877-9de0-0f93f99f8c87","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml","artifactChecksum":"OWI0ZjVmMTVjZmQ2Nzk1ZTUyOWQyYzdjMjFhYTI4NzE\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"a99cd198-3ea6-4939-a48d-9ae2767856ea","artifactVersion":"1"},{"artifactName":"base_dummy.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env","artifactChecksum":"NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"6a973770-1421-4998-8d3e-d4629338afd4","artifactVersion":"2","generatedFromUUID":"a69517ef-5520-4877-9de0-0f93f99f8c87"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnf-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml","artifactChecksum":"YjQ4MzdiNzE3MTU5ZDExMmI0M2ZiMDVmNTU4YjM2OTc\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"2ca8b4e7-f45d-45d9-b164-bc5f00f1cc8e","artifactVersion":"1"},{"artifactName":"service-BasicCnf-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar","artifactChecksum":"ZGI5MzRkZTk1NWYyOGVkMDFkMTY2N2E2N2FhMmUyZjI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"24e7d866-dc7f-4787-b503-ec8ee0591545","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-16T04:38:02.828Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:38:02.829Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:02.834Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:02.835Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:02.937Z||pool-40-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-16T04:38:02.939Z||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-06-16T04:38:02.940Z||pool-40-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:02.977Z||pool-40-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:02.979Z||pool-40-thread-1|||||INFO|500||cambria reply ok (41 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:38:03.837Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:38:03.838Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:03.842Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:03.843Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-16T04:38:03.943Z||pool-41-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:38:03.945Z||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-06-16T04:38:03.946Z||pool-41-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:03.974Z||pool-41-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:03.975Z||pool-41-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:38:04.843Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:38:04.845Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:04.848Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:04.849Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-16T04:38:04.954Z||pool-42-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-16T04:38:04.956Z||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-06-16T04:38:04.957Z||pool-42-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:04.976Z||pool-42-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:04.977Z||pool-42-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:38:05.849Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:38:05.851Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:05.854Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:05.855Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-16T04:38:05.955Z||pool-43-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:38:05.957Z||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-06-16T04:38:05.957Z||pool-43-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:05.975Z||pool-43-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:05.976Z||pool-43-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:38:06.856Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:38:06.873Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:06.879Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:06.880Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-16T04:38:06.980Z||pool-44-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:38:06.981Z||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-06-16T04:38:06.982Z||pool-44-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:07.004Z||pool-44-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:07.009Z||pool-44-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:38:07.881Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:38:07.881Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:07.893Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:07.895Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:07.987Z||pool-45-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-06-16T04:38:07.988Z||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-06-16T04:38:07.993Z||pool-45-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:08.016Z||pool-45-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:08.018Z||pool-45-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:38:08.897Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:38:08.898Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:08.925Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:08.925Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-16T04:38:09.003Z||pool-46-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 77 ms 2022-06-16T04:38:09.005Z||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-06-16T04:38:09.006Z||pool-46-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:09.063Z||pool-46-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:09.065Z||pool-46-thread-1|||||INFO|500||cambria reply ok (61 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:38:09.926Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:38:09.928Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:09.936Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:09.937Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:10.032Z||pool-47-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-16T04:38:10.034Z||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-06-16T04:38:10.034Z||pool-47-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:10.057Z||pool-47-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:10.058Z||pool-47-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:38:10.937Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:38:10.939Z||pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:10.943Z||pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:10.944Z||pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:38:11.043Z||pool-48-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:38:11.045Z||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-06-16T04:38:11.045Z||pool-48-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:11.063Z||pool-48-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:11.063Z||pool-48-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:38:11.947Z||pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "serviceName": "basic_cnf", "serviceVersion": "1.0", "serviceUUID": "819293b9-2e80-4d80-bc6c-4a2027d6123f", "serviceDescription": "service", "serviceInvariantUUID": "bd353259-bb48-4134-9054-02b956a3392c", "resources": [ { "resourceInstanceName": "basic_cnf 0", "resourceCustomizationUUID": "84188470-352f-48f9-8285-d4db7814c675", "resourceName": "basic_cnf", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "da03a762-1eb7-49e2-acb9-589967a9f546", "resourceInvariantUUID": "a60cb126-80ee-4bd1-9d1a-8e62bb80101c", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "nginx_cloudtech_k8s_charts.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "8a69f723-5da5-44f7-b288-55fa8f169d8e", "relatedArtifactsInfo": [] }, { "artifactName": "nginx_cloudtech_k8s_charts.tgz", "artifactType": "CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "artifactChecksum": "YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "dfc98bd5-8956-47fb-89e1-e2cffe9ba56b", "relatedArtifactsInfo": [] }, { "artifactName": "basic_cnf0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "artifactChecksum": "YjE4MDEzYzU4NGYxNTUzNDIxMTI0ZjM4NTM4NjI4NTI\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "b4ee26cf-4363-4812-91de-7c64808da861", "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "artifactChecksum": "MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "a69517ef-5520-4877-9de0-0f93f99f8c87", "generatedArtifact": { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6a973770-1421-4998-8d3e-d4629338afd4", "generatedFromUUID": "a69517ef-5520-4877-9de0-0f93f99f8c87" }, "relatedArtifactsInfo": [] }, { "artifactName": "base_dummy.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "artifactChecksum": "NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "6a973770-1421-4998-8d3e-d4629338afd4", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnf-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "artifactChecksum": "ZGI5MzRkZTk1NWYyOGVkMDFkMTY2N2E2N2FhMmUyZjI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "24e7d866-dc7f-4787-b503-ec8ee0591545" } ], "workloadContext": "Production" } 2022-06-16T04:38:11.949Z||pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-16T04:38:11.950Z||pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 819293b9-2e80-4d80-bc6c-4a2027d6123f ASDC 2022-06-16T04:38:11.952Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:e467a0ec-887d-49ac-8ab6-b54c7aaa80cb ServiceName:basic_cnf ServiceVersion:1.0 ServiceUUID:819293b9-2e80-4d80-bc6c-4a2027d6123f ServiceInvariantUUID:bd353259-bb48-4134-9054-02b956a3392c ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnf-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ArtifactUUID:24e7d866-dc7f-4787-b503-ec8ee0591545 ArtifactChecksum:ZGI5MzRkZTk1NWYyOGVkMDFkMTY2N2E2N2FhMmUyZjI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf 0 ResourceCustomizationUUID:84188470-352f-48f9-8285-d4db7814c675 ResourceInvariantUUID:a60cb126-80ee-4bd1-9d1a-8e62bb80101c ResourceName:basic_cnf ResourceType:VF ResourceUUID:da03a762-1eb7-49e2-acb9-589967a9f546 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ArtifactUUID:8a69f723-5da5-44f7-b288-55fa8f169d8e ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:nginx_cloudtech_k8s_charts.tgz ArtifactVersion:1 ArtifactType:CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ArtifactUUID:dfc98bd5-8956-47fb-89e1-e2cffe9ba56b ArtifactChecksum:YzdjNDVhYzZjMGFiYWFlNTVkNDUxNGFjNGVhODI4N2M= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:basic_cnf0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ArtifactUUID:b4ee26cf-4363-4812-91de-7c64808da861 ArtifactChecksum:YjE4MDEzYzU4NGYxNTUzNDIxMTI0ZjM4NTM4NjI4NTI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ArtifactUUID:a69517ef-5520-4877-9de0-0f93f99f8c87 ArtifactChecksum:MDlhOWNkMjQ2MDgxNDNmYTNjMmM5ZWYxZjIzMTJjYzk= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:6a973770-1421-4998-8d3e-d4629338afd4 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_dummy.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ArtifactUUID:6a973770-1421-4998-8d3e-d4629338afd4 ArtifactChecksum:NmZhYzg0NmUzZTJiM2I2ZmJlZDE2YzY0ODM0MTZkYmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-16T04:38:11.955Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 819293b9-2e80-4d80-bc6c-4a2027d6123f 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-06-16T04:38:12.066Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-16T04:38:12.068Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-16T04:38:12.068Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-16T04:38:12.069Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 24e7d866-dc7f-4787-b503-ec8ee0591545 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-16T04:38:12.070Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-16T04:38:12.071Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-16T04:38:12.277Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-16T04:38:12.283Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 24e7d866-dc7f-4787-b503-ec8ee0591545 68956 2022-06-16T04:38:12.283Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-16T04:38:12.283Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-16T04:38:12.284Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:38:12.284Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:12.288Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:12.288Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354292283, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:12.391Z||pool-49-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-16T04:38:12.393Z||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-06-16T04:38:12.393Z||pool-49-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:12.418Z||pool-49-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:12.419Z||pool-49-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:38:13.289Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-16T04:38:13.291Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-16T04:38:13.291Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 24e7d866-dc7f-4787-b503-ec8ee0591545, URL: /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar to file: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-16T04:38:13.292Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnf-csar.csar 2022-06-16T04:38:13.293Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-16T04:38:13.293Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-16T04:38:13.686Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP14459928689446159630/Definitions/service-BasicCnf-template.yml 2022-06-16T04:38:16.367Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-16T04:38:16.367Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-16T04:38:16.368Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-16T04:38:16.368Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-16T04:38:16.368Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-16T04:38:16.368Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-16T04:38:16.368Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|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-BasicCnf-csar.csar 2022-06-16T04:38:16.369Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf 0" are missing field(s): [nf_naming_code, nf_function, sdnc_artifact_name, max_instances, nf_type, sdnc_model_version, nf_role, min_instances, sdnc_model_name]. CSAR name - /app/ASDC/1/service-BasicCnf-csar.csar 2022-06-16T04:38:16.370Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-16T04:38:16.370Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:16.370Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:38:16.371Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-16T04:38:16.371Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-16T04:38:16.371Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-16T04:38:16.372Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:16.372Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:38:16.372Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-16T04:38:16.373Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-16T04:38:16.373Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0, abstract_dummy] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-16T04:38:16.373Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:16.373Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:38:16.374Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:16.374Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-16T04:38:16.375Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is not matching search criteria 2022-06-16T04:38:16.375Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template dummy is not matching search criteria 2022-06-16T04:38:16.375Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-16T04:38:16.375Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:16.376Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-16T04:38:16.376Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:16.376Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-16T04:38:16.377Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:38:16.377Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:16.377Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-16T04:38:16.378Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:38:16.378Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:16.378Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-16T04:38:16.378Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:38:16.379Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:16.379Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-16T04:38:16.379Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-16T04:38:16.379Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6585d49f-208f-428e-815d-720cf8d394f0 2022-06-16T04:38:16.380Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:16.380Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:38:16.380Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:16.380Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:38:16.381Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:16.381Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:38:16.381Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:16.381Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:38:16.381Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf Description:service Model UUID:819293b9-2e80-4d80-bc6c-4a2027d6123f Model Version:NULL Model InvariantUuid:bd353259-bb48-4134-9054-02b956a3392c Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf Model UUID:8f948066-0d26-4c70-8138-422499cd21b6 Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:a60cb126-80ee-4bd1-9d1a-8e62bb80101c Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:84188470-352f-48f9-8285-d4db7814c675 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:b491fec0-c6b9-43e6-ad9f-442256bf19ae ModelName:BasicCnf..base_dummy..module-0 ModelUuid:d9fe0d4d-4f15-4441-ae85-9f11177c5842 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:6585d49f-208f-428e-815d-720cf8d394f0 ModelInvariantUuid:7a174222-44ec-417e-97dc-605e7b132961 ModelName:basic_cnf-nodes.dummyCvfc ModelUuid:71afafad-5d47-4abe-940e-fdff475fe0d7 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy VNFC Properties: ModelCustomizationUuid:f591c870-7ef5-456c-84c7-0adbcc552005 ModelInvariantUuid:94761677-4d86-496c-a093-94ea3ebabddb ModelName:BasicCnf.compute.nodes.heat.dummy ModelUuid:69b15502-7c16-417a-9fc6-0ff8c323535c 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-06-16T04:38:16.410Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: da03a762-1eb7-49e2-acb9-589967a9f546 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-06-16T04:38:16.414Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||basic_cnf 0 2022-06-16T04:38:16.415Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: da03a762-1eb7-49e2-acb9-589967a9f546 2022-06-16T04:38:16.415Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 8a69f723-5da5-44f7-b288-55fa8f169d8e from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-16T04:38:16.415Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-16T04:38:16.416Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-16T04:38:16.556Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-16T04:38:16.557Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 8a69f723-5da5-44f7-b288-55fa8f169d8e 12 2022-06-16T04:38:16.558Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-16T04:38:16.558Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env 2022-06-16T04:38:16.558Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:38:16.559Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:16.562Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:16.562Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354296558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:16.665Z||pool-50-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-16T04:38:16.666Z||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-06-16T04:38:16.666Z||pool-50-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:16.682Z||pool-50-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:16.683Z||pool-50-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:38:17.564Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: dfc98bd5-8956-47fb-89e1-e2cffe9ba56b from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-16T04:38:17.566Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-16T04:38:17.567Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-16T04:38:17.643Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-16T04:38:17.644Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz dfc98bd5-8956-47fb-89e1-e2cffe9ba56b 2688 2022-06-16T04:38:17.645Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-16T04:38:17.645Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz 2022-06-16T04:38:17.645Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:38:17.646Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:17.657Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:17.657Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354297644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:17.763Z||pool-51-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-16T04:38:17.799Z||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-06-16T04:38:17.799Z||pool-51-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:17.829Z||pool-51-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:17.831Z||pool-51-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:38:18.659Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: b4ee26cf-4363-4812-91de-7c64808da861 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-16T04:38:18.660Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-16T04:38:18.660Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-16T04:38:18.762Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-16T04:38:18.764Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json b4ee26cf-4363-4812-91de-7c64808da861 828 2022-06-16T04:38:18.765Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-16T04:38:18.765Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-16T04:38:18.766Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:38:18.766Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:18.776Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:18.776Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354298765, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:18.881Z||pool-52-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-16T04:38:18.882Z||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-06-16T04:38:18.882Z||pool-52-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:18.898Z||pool-52-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:18.899Z||pool-52-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:38:19.681Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:38:19.682Z||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-06-16T04:38:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:19.712Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:19.724Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.725Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "cds", "timestamp": 1655354115309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.727Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "ves-openapi-manager", "timestamp": 1655354104133, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655354108501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "policy-id", "timestamp": 1655354112442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354108646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "clamp", "timestamp": 1655354118327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "cds", "timestamp": 1655354115309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.732Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "ves-openapi-manager", "timestamp": 1655354104133, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655354108501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-16T04:38:19.734Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.734Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.734Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354108646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "policy-id", "timestamp": 1655354112442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.736Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "clamp", "timestamp": 1655354118327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.736Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.736Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "cds", "timestamp": 1655354115309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.737Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.737Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "ves-openapi-manager", "timestamp": 1655354104133, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655354108501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354108646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "policy-id", "timestamp": 1655354112442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "clamp", "timestamp": 1655354118327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-16T04:38:19.740Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.740Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "cds", "timestamp": 1655354115309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.741Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "ves-openapi-manager", "timestamp": 1655354104133, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655354108501, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:38:19.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354108646, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:38:19.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "policy-id", "timestamp": 1655354112442, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:38:19.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "clamp", "timestamp": 1655354118327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "cds", "timestamp": 1655354115309, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:38:19.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.744Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.744Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354123329, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:19.745Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:19.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "policy-id", "timestamp": 1655354123942, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:19.745Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:19.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655354123320, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:19.745Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:19.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "clamp", "timestamp": 1655354118327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "cds", "timestamp": 1655354125182, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:19.747Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:19.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "policy-id", "timestamp": 1655354124948, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:38:19.748Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:19.748Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655354124386, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:19.749Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:19.749Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.749Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "clamp", "timestamp": 1655354118327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.750Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.750Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "cds", "timestamp": 1655354126212, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-16T04:38:19.767Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of e467a0ec-887d-49ac-8ab6-b54c7aaa80cb 2022-06-16T04:38:19.767Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e467a0ec-887d-49ac-8ab6-b54c7aaa80cb 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=? 2022-06-16T04:38:19.777Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "b491fec0-c6b9-43e6-ad9f-442256bf19ae", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d9fe0d4d-4f15-4441-ae85-9f11177c5842", "vfModuleModelCustomizationUUID": "190562c0-be6f-4d89-8f30-1dfb177f7822", "isBase": true, "artifacts": [ "a69517ef-5520-4877-9de0-0f93f99f8c87", "dfc98bd5-8956-47fb-89e1-e2cffe9ba56b", "6a973770-1421-4998-8d3e-d4629338afd4" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-16T04:38:19.790Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d9fe0d4d-4f15-4441-ae85-9f11177c5842 VfModuleModelInvariantUUID:b491fec0-c6b9-43e6-ad9f-442256bf19ae VfModuleModelDescription:NULL Artifacts UUID List:{ a69517ef-5520-4877-9de0-0f93f99f8c87 , dfc98bd5-8956-47fb-89e1-e2cffe9ba56b , 6a973770-1421-4998-8d3e-d4629338afd4 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-16T04:38:19.795Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.795Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "policy-id", "timestamp": 1655354125953, "artifactURL": "", "status": "COMPONENT_DONE_OK", "componentName": "POLICY" } 2022-06-16T04:38:19.796Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnf..base_dummy..module-0", "vfModuleModelInvariantUUID": "b491fec0-c6b9-43e6-ad9f-442256bf19ae", "vfModuleModelVersion": "1", "vfModuleModelUUID": "d9fe0d4d-4f15-4441-ae85-9f11177c5842", "vfModuleModelCustomizationUUID": "190562c0-be6f-4d89-8f30-1dfb177f7822", "isBase": true, "artifacts": [ "a69517ef-5520-4877-9de0-0f93f99f8c87", "dfc98bd5-8956-47fb-89e1-e2cffe9ba56b", "6a973770-1421-4998-8d3e-d4629338afd4" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_dummy", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-16T04:38:19.796Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnf..base_dummy..module-0 VfModuleModelVersion:1 VfModuleModelUUID:d9fe0d4d-4f15-4441-ae85-9f11177c5842 VfModuleModelInvariantUUID:b491fec0-c6b9-43e6-ad9f-442256bf19ae VfModuleModelDescription:NULL Artifacts UUID List:{ a69517ef-5520-4877-9de0-0f93f99f8c87 , dfc98bd5-8956-47fb-89e1-e2cffe9ba56b , 6a973770-1421-4998-8d3e-d4629338afd4 } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_dummy max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true } 2022-06-16T04:38:19.797Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: a69517ef-5520-4877-9de0-0f93f99f8c87 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-16T04:38:19.797Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-16T04:38:19.798Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-16T04:38:19.828Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e467a0ec-887d-49ac-8ab6-b54c7aaa80cb 2022-06-16T04:38:19.829Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e467a0ec-887d-49ac-8ab6-b54c7aaa80cb 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=? 2022-06-16T04:38:19.842Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-16T04:38:19.843Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml a69517ef-5520-4877-9de0-0f93f99f8c87 1164 2022-06-16T04:38:19.844Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-16T04:38:19.844Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-16T04:38:19.844Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:38:19.845Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:19.850Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:19.851Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354299843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:19.854Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.855Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "clamp", "timestamp": 1655354118327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.855Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.855Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.857Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655354125457, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:19.858Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:19.858Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.858Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354125878, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:38:19.859Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:19.859Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.859Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "ves-openapi-manager", "timestamp": 1655354124134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.859Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "clamp", "timestamp": 1655354118327, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:38:19.860Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.860Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.860Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655354126512, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:19.861Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:19.861Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.861Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354126884, "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-06-16T04:38:19.871Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of e467a0ec-887d-49ac-8ab6-b54c7aaa80cb 2022-06-16T04:38:19.871Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e467a0ec-887d-49ac-8ab6-b54c7aaa80cb 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-06-16T04:38:19.886Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "ves-openapi-manager", "timestamp": 1655354124134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.887Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.887Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.887Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655354127605, "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-06-16T04:38:19.903Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of e467a0ec-887d-49ac-8ab6-b54c7aaa80cb 2022-06-16T04:38:19.904Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e467a0ec-887d-49ac-8ab6-b54c7aaa80cb 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-06-16T04:38:19.921Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "ves-openapi-manager", "timestamp": 1655354124134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.922Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.922Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.922Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "multicloud-k8s-id", "timestamp": 1655354128609, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-16T04:38:19.923Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:19.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.923Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "ves-openapi-manager", "timestamp": 1655354124134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.923Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.923Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.924Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "cds", "timestamp": 1655354130308, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.938Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.939Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "ves-openapi-manager", "timestamp": 1655354124134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.939Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.939Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.940Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "multicloud-k8s-id", "timestamp": 1655354129616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.941Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.944Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.946Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "cds", "timestamp": 1655354130308, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.947Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.947Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.947Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "ves-openapi-manager", "timestamp": 1655354124134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.948Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.948Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.951Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "multicloud-k8s-id", "timestamp": 1655354129616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-16T04:38:19.952Z||pool-53-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-16T04:38:19.957Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.957Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.957Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "cds", "timestamp": 1655354130308, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.958Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.956Z||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-06-16T04:38:19.959Z||pool-53-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:19.958Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.963Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.964Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.968Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.968Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "clamp", "timestamp": 1655354132676, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:19.968Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:19.969Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "ves-openapi-manager", "timestamp": 1655354124134, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.970Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.970Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.970Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "multicloud-k8s-id", "timestamp": 1655354129616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-16T04:38:19.972Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.972Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.972Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "policy-id", "timestamp": 1655354132442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.973Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.974Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.974Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.974Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.975Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "cds", "timestamp": 1655354130308, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.975Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.975Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.976Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "multicloud-k8s-id", "timestamp": 1655354129616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.976Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.977Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "policy-id", "timestamp": 1655354132442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.977Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.977Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.978Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "cds", "timestamp": 1655354130308, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.978Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.978Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "multicloud-k8s-id", "timestamp": 1655354129616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-16T04:38:19.979Z||pool-53-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:19.979Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.979Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.979Z||pool-53-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:38:19.979Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "policy-id", "timestamp": 1655354132442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-16T04:38:19.980Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.980Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.980Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.980Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "clamp", "timestamp": 1655354135680, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:38:19.981Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:19.981Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.981Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "cds", "timestamp": 1655354130308, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.981Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "multicloud-k8s-id", "timestamp": 1655354129616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.982Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.982Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.982Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "policy-id", "timestamp": 1655354132442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:19.983Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:19.983Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:19.983Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "clamp", "timestamp": 1655354136691, "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-06-16T04:38:19.998Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of e467a0ec-887d-49ac-8ab6-b54c7aaa80cb 2022-06-16T04:38:19.998Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e467a0ec-887d-49ac-8ab6-b54c7aaa80cb 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-06-16T04:38:20.027Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "cds", "timestamp": 1655354130308, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:38:20.028Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.028Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.028Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "multicloud-k8s-id", "timestamp": 1655354129616, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:38:20.029Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.032Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.032Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "policy-id", "timestamp": 1655354132442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.033Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.034Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.034Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.035Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.036Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.036Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "cds", "timestamp": 1655354138251, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:20.037Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:20.037Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "multicloud-k8s-id", "timestamp": 1655354137420, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:20.038Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:20.038Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.038Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "policy-id", "timestamp": 1655354132442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.039Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.039Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.039Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.040Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "cds", "timestamp": 1655354139261, "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-06-16T04:38:20.080Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4 2022-06-16T04:38:20.081Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4 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-06-16T04:38:20.129Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.129Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "multicloud-k8s-id", "timestamp": 1655354138476, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:20.130Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:20.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "policy-id", "timestamp": 1655354132442, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:38:20.130Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.130Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.130Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.131Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "cds", "timestamp": 1655354130308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.131Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.131Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354138648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.132Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.132Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "multicloud-k8s-id", "timestamp": 1655354139531, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:20.132Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:20.132Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "policy-id", "timestamp": 1655354140186, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:20.133Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:20.133Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.133Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:38:20.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.134Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.134Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354138648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.134Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "cds", "timestamp": 1655354130308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.135Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.135Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.135Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "multicloud-k8s-id", "timestamp": 1655354140567, "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-06-16T04:38:20.163Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4 2022-06-16T04:38:20.163Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4 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-06-16T04:38:20.194Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.195Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "policy-id", "timestamp": 1655354141190, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:38:20.196Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:20.196Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.196Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "aai-ml", "timestamp": 1655354141825, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:20.197Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:20.197Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.197Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354138648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.197Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "cds", "timestamp": 1655354130308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.198Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.198Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.198Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "multicloud-k8s-id", "timestamp": 1655354141571, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-16T04:38:20.199Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:20.199Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.201Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "policy-id", "timestamp": 1655354142194, "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-06-16T04:38:20.213Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4 2022-06-16T04:38:20.214Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4 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-06-16T04:38:20.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354138648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "cds", "timestamp": 1655354130308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "multicloud-k8s-id", "timestamp": 1655354129616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "policy-id", "timestamp": 1655354132442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354138648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.240Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "cds", "timestamp": 1655354130308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.241Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "multicloud-k8s-id", "timestamp": 1655354129616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.242Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.242Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "policy-id", "timestamp": 1655354132442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.242Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.243Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354138648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.243Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.243Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "cds", "timestamp": 1655354130308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.244Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.244Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.244Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "multicloud-k8s-id", "timestamp": 1655354129616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.246Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.247Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.247Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "policy-id", "timestamp": 1655354132442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.247Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.248Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.248Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "ves-openapi-manager", "timestamp": 1655354144133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.248Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.249Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.250Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354138648, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:38:20.251Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.252Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "cds", "timestamp": 1655354130308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.252Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.252Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.253Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "multicloud-k8s-id", "timestamp": 1655354129616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.253Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.253Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "policy-id", "timestamp": 1655354132442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.254Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.254Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "ves-openapi-manager", "timestamp": 1655354144133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.254Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "cds", "timestamp": 1655354130308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:38:20.255Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.255Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.255Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354146397, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:20.256Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:20.256Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.256Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "multicloud-k8s-id", "timestamp": 1655354129616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.258Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.258Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.258Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "policy-id", "timestamp": 1655354132442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.259Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.259Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.260Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "ves-openapi-manager", "timestamp": 1655354144133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.260Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.261Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.261Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "cds", "timestamp": 1655354148520, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:20.262Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:20.262Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.262Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "multicloud-k8s-id", "timestamp": 1655354129616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.263Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.263Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.263Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "policy-id", "timestamp": 1655354132442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.264Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.264Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "ves-openapi-manager", "timestamp": 1655354144133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.264Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.265Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "clamp", "timestamp": 1655354148327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.265Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.265Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.266Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "cds", "timestamp": 1655354149545, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-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-06-16T04:38:20.339Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 093b6f40-be01-4c09-93b8-80f9fd4433f2 2022-06-16T04:38:20.340Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093b6f40-be01-4c09-93b8-80f9fd4433f2 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-06-16T04:38:20.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "multicloud-k8s-id", "timestamp": 1655354129616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "policy-id", "timestamp": 1655354132442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "ves-openapi-manager", "timestamp": 1655354144133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.368Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354148928, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:38:20.369Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:20.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "clamp", "timestamp": 1655354148327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-16T04:38:20.370Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.371Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.371Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "multicloud-k8s-id", "timestamp": 1655354129616, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:38:20.371Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.372Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.372Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "policy-id", "timestamp": 1655354132442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:38:20.372Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.373Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.374Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "ves-openapi-manager", "timestamp": 1655354144133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-16T04:38:20.374Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.375Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.376Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354149932, "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-06-16T04:38:20.406Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4 2022-06-16T04:38:20.407Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4 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-06-16T04:38:20.439Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.439Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "clamp", "timestamp": 1655354148327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.440Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.440Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.440Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "policy-id", "timestamp": 1655354151381, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:20.441Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:20.441Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.441Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "ves-openapi-manager", "timestamp": 1655354144133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.442Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.442Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.442Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354138648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.443Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.443Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "clamp", "timestamp": 1655354148327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.443Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.444Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.444Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "ves-openapi-manager", "timestamp": 1655354144133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.444Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.445Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.445Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "policy-id", "timestamp": 1655354152388, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:38:20.445Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:20.446Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.446Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354138648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.447Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.448Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.448Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "clamp", "timestamp": 1655354148327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.448Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.450Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.450Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "aai-ml", "timestamp": 1655354153164, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:38:20.450Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:20.451Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.451Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "policy-id", "timestamp": 1655354153392, "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-06-16T04:38:20.473Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 093b6f40-be01-4c09-93b8-80f9fd4433f2 2022-06-16T04:38:20.475Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093b6f40-be01-4c09-93b8-80f9fd4433f2 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-06-16T04:38:20.507Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.508Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354138648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.509Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.509Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.509Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "ves-openapi-manager", "timestamp": 1655354152965, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:20.510Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:20.510Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.510Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "clamp", "timestamp": 1655354148327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.510Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.511Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.511Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "aai-ml", "timestamp": 1655354154169, "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-06-16T04:38:20.520Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of e467a0ec-887d-49ac-8ab6-b54c7aaa80cb 2022-06-16T04:38:20.521Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId e467a0ec-887d-49ac-8ab6-b54c7aaa80cb 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-06-16T04:38:20.540Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.540Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354138648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.541Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.541Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "ves-openapi-manager", "timestamp": 1655354154192, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-16T04:38:20.542Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:20.542Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.542Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "clamp", "timestamp": 1655354148327, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:38:20.543Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.543Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.543Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.544Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.544Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.545Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354138648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.545Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.545Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.546Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "ves-openapi-manager", "timestamp": 1655354155198, "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-06-16T04:38:20.575Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 093b6f40-be01-4c09-93b8-80f9fd4433f2 2022-06-16T04:38:20.576Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093b6f40-be01-4c09-93b8-80f9fd4433f2 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-06-16T04:38:20.591Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.592Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.592Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354138648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.593Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.593Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.593Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.594Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.594Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354138648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.594Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.595Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.596Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.596Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.597Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354138648, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:38:20.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.598Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.598Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.598Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.599Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354159037, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:20.599Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:20.599Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.600Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.600Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.601Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:38:20.601Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.601Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354160960, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:38:20.602Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:20.602Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.602Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "aai-ml", "timestamp": 1655354162260, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:20.603Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:20.603Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.604Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354161968, "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-06-16T04:38:20.615Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 093b6f40-be01-4c09-93b8-80f9fd4433f2 2022-06-16T04:38:20.615Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093b6f40-be01-4c09-93b8-80f9fd4433f2 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-06-16T04:38:20.628Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.629Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "clamp", "timestamp": 1655354168689, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:20.629Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:20.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "clamp", "timestamp": 1655354170704, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:38:20.630Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:20.630Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.630Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "clamp", "timestamp": 1655354171710, "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-06-16T04:38:20.646Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4 2022-06-16T04:38:20.646Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4 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-06-16T04:38:20.684Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.684Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "clamp", "timestamp": 1655354148327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.685Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.685Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.685Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "aai-ml", "timestamp": 1655354173268, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:38:20.685Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:38:20.686Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.686Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "clamp", "timestamp": 1655354148327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.686Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.687Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.687Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "aai-ml", "timestamp": 1655354174272, "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-06-16T04:38:20.712Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4 2022-06-16T04:38:20.713Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4 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-06-16T04:38:20.735Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.735Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "clamp", "timestamp": 1655354148327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.735Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.737Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.738Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.738Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "clamp", "timestamp": 1655354148327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.738Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.739Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.739Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.739Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.740Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "clamp", "timestamp": 1655354148327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.741Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.741Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.742Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.743Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.743Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.743Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "clamp", "timestamp": 1655354148327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.744Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.745Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.745Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.746Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.746Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.746Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "clamp", "timestamp": 1655354148327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.747Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:38:20.748Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:20.749Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:38:20.852Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 6a973770-1421-4998-8d3e-d4629338afd4 from URL: /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-16T04:38:20.853Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-16T04:38:20.854Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-16T04:38:20.897Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-16T04:38:20.898Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 6a973770-1421-4998-8d3e-d4629338afd4 200 2022-06-16T04:38:20.900Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-16T04:38:20.902Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-16T04:38:20.903Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:38:20.905Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:20.911Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:20.912Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354300900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-16T04:38:21.011Z||pool-54-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:38:21.013Z||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-06-16T04:38:21.013Z||pool-54-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:21.033Z||pool-54-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:21.034Z||pool-54-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:38:21.913Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 819293b9-2e80-4d80-bc6c-4a2027d6123f 2022-06-16T04:38:21.914Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf 0 da03a762-1eb7-49e2-acb9-589967a9f546 ASDC Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? 2022-06-16T04:38:21.956Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||WARN|500||ASDC_ARTIFACT_TYPE_NOT_SUPPORT CLOUD_TECHNOLOGY_SPECIFIC_ARTIFACT(Artifact Name:nginx_cloudtech_k8s_charts.tgz) 300 Artifact type not supported Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-16T04:38:21.988Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@18a3e543, org.onap.sdc.toscaparser.api.parameters.Input@4b62ecfa, org.onap.sdc.toscaparser.api.parameters.Input@bcb612, org.onap.sdc.toscaparser.api.parameters.Input@7b1c7202, org.onap.sdc.toscaparser.api.parameters.Input@7c9209df] 2022-06-16T04:38:21.991Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:21.991Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:38:21.991Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-06-16T04:38:21.992Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= 84188470-352f-48f9-8285-d4db7814c675 2022-06-16T04:38:21.992Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 84188470-352f-48f9-8285-d4db7814c675 matches Tosca VF Customization UUID: 84188470-352f-48f9-8285-d4db7814c675 2022-06-16T04:38:21.992Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: 84188470-352f-48f9-8285-d4db7814c675 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-06-16T04:38:21.998Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:22.001Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:38:22.003Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id 84188470-352f-48f9-8285-d4db7814c675: {\"vf_module_id\":\"PROVIDED_BY_ONAP\",\"skip_post_instantiation_configuration\":\"true\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"SO-REF-DATA\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"PROVIDED_BY_ONAP\",\"dummy_image_name\":\"dummy\",\"vnf_name\":\"PROVIDED_BY_ONAP\",\"dummy_name_0\":\"dummy_1_0\",\"dummy_flavor_name\":\"dummy.default\"} 2022-06-16T04:38:22.003Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5d36f772 2022-06-16T04:38:22.006Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:22.007Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-16T04:38:22.008Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 190562c0-be6f-4d89-8f30-1dfb177f7822 2022-06-16T04:38:22.009Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 190562c0-be6f-4d89-8f30-1dfb177f7822 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-06-16T04:38:22.016Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:22.017Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-16T04:38:22.017Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:38:22.018Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:22.019Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-16T04:38:22.019Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:38:22.019Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:22.019Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is not matching search criteria 2022-06-16T04:38:22.020Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template abstract_dummy is matching search criteria 2022-06-16T04:38:22.020Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_dummy] matching following query criteria: sdcType=CVFC, customizationUUID=6585d49f-208f-428e-815d-720cf8d394f0 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-06-16T04:38:22.025Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:22.025Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-16T04:38:22.025Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:38:22.027Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:22.028Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Node template basic_cnf 0 is matching search criteria 2022-06-16T04:38:22.028Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_cnf 0] matching following query criteria: sdcType=VF, customizationUUID=84188470-352f-48f9-8285-d4db7814c675 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-06-16T04:38:22.035Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:22.035Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:38:22.035Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 819293b9-2e80-4d80-bc6c-4a2027d6123f: basic_cnf 2022-06-16T04:38:22.036Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:22.036Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:38:22.036Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:22.036Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:38:22.038Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:22.038Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:38:22.039Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:22.040Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:38:22.040Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:38:22.041Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Service basic_cnf is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:38:22.041Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||Saving Service: basic_cnf Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_0_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_0_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_0_, heatenviro0_.DESCRIPTION as descript4_26_0_, heatenviro0_.BODY as body5_26_0_, heatenviro0_.NAME as name6_26_0_, heatenviro0_.VERSION as version7_26_0_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_1_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla0_.CREATION_TIMESTAMP as creation3_29_1_, heattempla0_.DESCRIPTION as descript4_29_1_, heattempla0_.BODY as body5_29_1_, heattempla0_.NAME as name6_29_1_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla0_.VERSION as version8_29_1_, childtempl1_.PARENT_HEAT_TEMPLATE_UUID as parent_h1_28_3_, heattempla2_.ARTIFACT_UUID as child_he2_28_3_, heattempla2_.ARTIFACT_UUID as artifact1_29_0_, heattempla2_.ARTIFACT_CHECKSUM as artifact2_29_0_, heattempla2_.CREATION_TIMESTAMP as creation3_29_0_, heattempla2_.DESCRIPTION as descript4_29_0_, heattempla2_.BODY as body5_29_0_, heattempla2_.NAME as name6_29_0_, heattempla2_.TIMEOUT_MINUTES as timeout_7_29_0_, heattempla2_.VERSION as version8_29_0_ from heat_template heattempla0_ left outer join heat_nested_template childtempl1_ on heattempla0_.ARTIFACT_UUID=childtempl1_.PARENT_HEAT_TEMPLATE_UUID left outer join heat_template heattempla2_ on childtempl1_.CHILD_HEAT_TEMPLATE_UUID=heattempla2_.ARTIFACT_UUID where heattempla0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: select heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem1_30_0_, heattempla0_.PARAM_NAME as param_na2_30_0_, heattempla0_.PARAM_ALIAS as param_al3_30_0_, heattempla0_.PARAM_TYPE as param_ty4_30_0_, heattempla0_.IS_REQUIRED as is_requi5_30_0_ from heat_template_params heattempla0_ where heattempla0_.HEAT_TEMPLATE_ARTIFACT_UUID=? and heattempla0_.PARAM_NAME=? Hibernate: insert into heat_environment (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, BODY, NAME, TIMEOUT_MINUTES, VERSION, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into heat_template_params (PARAM_ALIAS, PARAM_TYPE, IS_REQUIRED, HEAT_TEMPLATE_ARTIFACT_UUID, PARAM_NAME) values (?, ?, ?, ?, ?) Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vnfccustom0_.MODEL_CUSTOMIZATION_UUID as model_cu1_67_5_, vnfccustom0_.CREATION_TIMESTAMP as creation2_67_5_, vnfccustom0_.DESCRIPTION as descript3_67_5_, vnfccustom0_.MODEL_INSTANCE_NAME as model_in4_67_5_, vnfccustom0_.MODEL_INVARIANT_UUID as model_in5_67_5_, vnfccustom0_.MODEL_NAME as model_na6_67_5_, vnfccustom0_.MODEL_UUID as model_uu7_67_5_, vnfccustom0_.MODEL_VERSION as model_ve8_67_5_, vnfccustom0_.RESOURCE_INPUT as resource9_67_5_, vnfccustom0_.TOSCA_NODE_TYPE as tosca_n10_67_5_, vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID as vnfc_in11_67_5_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_7_, cvnfccusto1_.ID as id1_24_7_, cvnfccusto1_.ID as id1_24_0_, cvnfccusto1_.CREATION_TIMESTAMP as creation2_24_0_, cvnfccusto1_.DESCRIPTION as descript3_24_0_, cvnfccusto1_.MODEL_CUSTOMIZATION_UUID as model_cu4_24_0_, cvnfccusto1_.MODEL_INSTANCE_NAME as model_in5_24_0_, cvnfccusto1_.MODEL_INVARIANT_UUID as model_in6_24_0_, cvnfccusto1_.MODEL_NAME as model_na7_24_0_, cvnfccusto1_.MODEL_UUID as model_uu8_24_0_, cvnfccusto1_.MODEL_VERSION as model_ve9_24_0_, cvnfccusto1_.NFC_FUNCTION as nfc_fun10_24_0_, cvnfccusto1_.NFC_NAMING_CODE as nfc_nam11_24_0_, cvnfccusto1_.TOSCA_NODE_TYPE as tosca_n12_24_0_, cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID as vf_modu13_24_0_, cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID as vnfc_cu14_24_0_, vfmodulecu2_.ID as id1_60_1_, vfmodulecu2_.AVAILABILITY_ZONE_COUNT as availabi2_60_1_, vfmodulecu2_.CREATION_TIMESTAMP as creation3_60_1_, vfmodulecu2_.HEAT_ENVIRONMENT_ARTIFACT_UUID as heat_en10_60_1_, vfmodulecu2_.INITIAL_COUNT as initial_4_60_1_, vfmodulecu2_.LABEL as label5_60_1_, vfmodulecu2_.MAX_INSTANCES as max_inst6_60_1_, vfmodulecu2_.MIN_INSTANCES as min_inst7_60_1_, vfmodulecu2_.MODEL_CUSTOMIZATION_UUID as model_cu8_60_1_, vfmodulecu2_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_pos9_60_1_, vfmodulecu2_.VF_MODULE_MODEL_UUID as vf_modu11_60_1_, vfmodulecu2_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_res12_60_1_, vfmodulecu2_.VOL_ENVIRONMENT_ARTIFACT_UUID as vol_env13_60_1_, vnfcinstan3_.ID as id1_68_2_, vnfcinstan3_.CREATION_TIMESTAMP as creation2_68_2_, vnfcinstan3_.DESCRIPTION as descript3_68_2_, vnfcinstan3_.FUNCTION as function4_68_2_, vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID as instance5_68_2_, vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID as vnf_reso6_68_2_, instancegr4_.MODEL_UUID as model_uu2_33_3_, instancegr4_.CR_MODEL_UUID as cr_mode10_33_3_, instancegr4_.CREATION_TIMESTAMP as creation3_33_3_, instancegr4_.MODEL_INVARIANT_UUID as model_in4_33_3_, instancegr4_.MODEL_NAME as model_na5_33_3_, instancegr4_.MODEL_VERSION as model_ve6_33_3_, instancegr4_.ROLE as role7_33_3_, instancegr4_.TOSCA_NODE_TYPE as tosca_no8_33_3_, instancegr4_.INSTANCE_GROUP_TYPE as instance9_33_3_, instancegr4_.OBJECT_TYPE as object_t1_33_3_, vnfresourc5_.ID as id1_65_4_, vnfresourc5_.AVAILABILITY_ZONE_MAX_COUNT as availabi2_65_4_, vnfresourc5_.CDS_BLUEPRINT_NAME as cds_blue3_65_4_, vnfresourc5_.CDS_BLUEPRINT_VERSION as cds_blue4_65_4_, vnfresourc5_.CONTROLLER_ACTOR as controll5_65_4_, vnfresourc5_.CREATION_TIMESTAMP as creation6_65_4_, vnfresourc5_.MAX_INSTANCES as max_inst7_65_4_, vnfresourc5_.MIN_INSTANCES as min_inst8_65_4_, vnfresourc5_.MODEL_CUSTOMIZATION_UUID as model_cu9_65_4_, vnfresourc5_.MODEL_INSTANCE_NAME as model_i10_65_4_, vnfresourc5_.MULTI_STAGE_DESIGN as multi_s11_65_4_, vnfresourc5_.NF_DATA_VALID as nf_data12_65_4_, vnfresourc5_.NF_FUNCTION as nf_func13_65_4_, vnfresourc5_.NF_NAMING_CODE as nf_nami14_65_4_, vnfresourc5_.NF_ROLE as nf_role15_65_4_, vnfresourc5_.NF_TYPE as nf_type16_65_4_, vnfresourc5_.RESOURCE_INPUT as resourc17_65_4_, vnfresourc5_.SERVICE_MODEL_UUID as service20_65_4_, vnfresourc5_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po18_65_4_, vnfresourc5_.VNF_RESOURCE_MODEL_UUID as vnf_res21_65_4_, vnfresourc5_.VNFCINSTANCEGROUP_ORDER as vnfcins19_65_4_ from vnfc_customization vnfccustom0_ left outer join cvnfc_customization cvnfccusto1_ on vnfccustom0_.MODEL_CUSTOMIZATION_UUID=cvnfccusto1_.VNFC_CUST_MODEL_CUSTOMIZATION_UUID left outer join vf_module_customization vfmodulecu2_ on cvnfccusto1_.VF_MODULE_CUSTOMIZATION_ID=vfmodulecu2_.ID left outer join vnfc_instance_group_customization vnfcinstan3_ on vnfccustom0_.VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID=vnfcinstan3_.ID left outer join instance_group instancegr4_ on vnfcinstan3_.INSTANCE_GROUP_MODEL_UUID=instancegr4_.MODEL_UUID left outer join vnf_resource_customization vnfresourc5_ on vnfcinstan3_.VNF_RESOURCE_CUSTOMIZATION_ID=vnfresourc5_.ID where vnfccustom0_.MODEL_CUSTOMIZATION_UUID=? Hibernate: insert into vnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, RESOURCE_INPUT, TOSCA_NODE_TYPE, VNFC_INSTANCE_GROUP_CUSTOMIZATION_ID, MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into cvnfc_customization (CREATION_TIMESTAMP, DESCRIPTION, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_UUID, MODEL_VERSION, NFC_FUNCTION, NFC_NAMING_CODE, TOSCA_NODE_TYPE, VF_MODULE_CUSTOMIZATION_ID, VNFC_CUST_MODEL_CUSTOMIZATION_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-16T04:38:22.244Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf da03a762-1eb7-49e2-acb9-589967a9f546 1 ASDC deployResourceStructure 2022-06-16T04:38:22.246Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env ASDC sendASDCNotification 2022-06-16T04:38:22.247Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env(The artifact has not been used by the modules defined in the resource) 2022-06-16T04:38:22.247Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-16T04:38:22.247Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:22.255Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:22.255Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354302246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-16T04:38:22.353Z||pool-55-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-16T04:38:22.354Z||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-06-16T04:38:22.354Z||pool-55-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:22.371Z||pool-55-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:22.372Z||pool-55-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:38:23.256Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz ASDC sendASDCNotification 2022-06-16T04:38:23.257Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-16T04:38:23.259Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-16T04:38:23.260Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:23.263Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:23.264Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354303256, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-16T04:38:23.364Z||pool-56-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:38:23.365Z||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-06-16T04:38:23.369Z||pool-56-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:23.384Z||pool-56-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:23.391Z||pool-56-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:38:24.265Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json ASDC sendASDCNotification 2022-06-16T04:38:24.266Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json 2022-06-16T04:38:24.266Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:38:24.267Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:24.271Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:24.271Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354304265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-16T04:38:24.373Z||pool-57-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-16T04:38:24.374Z||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-06-16T04:38:24.374Z||pool-57-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:24.391Z||pool-57-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:24.392Z||pool-57-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:38:25.272Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml ASDC sendASDCNotification 2022-06-16T04:38:25.273Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml 2022-06-16T04:38:25.273Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:38:25.274Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:25.279Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:25.280Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354305272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-16T04:38:25.377Z||pool-58-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 97 ms 2022-06-16T04:38:25.378Z||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-06-16T04:38:25.378Z||pool-58-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:25.395Z||pool-58-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:25.397Z||pool-58-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:38:26.281Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env ASDC sendASDCNotification 2022-06-16T04:38:26.281Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env 2022-06-16T04:38:26.281Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:38:26.282Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:26.285Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:26.288Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354306281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-16T04:38:26.389Z||pool-59-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:38:26.390Z||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-06-16T04:38:26.390Z||pool-59-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:26.405Z||pool-59-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:26.406Z||pool-59-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:38:27.289Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar ASDC sendASDCNotification 2022-06-16T04:38:27.290Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar 2022-06-16T04:38:27.291Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:38:27.291Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:27.314Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:27.315Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354307289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:38:27.406Z||pool-60-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-06-16T04:38:27.408Z||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-06-16T04:38:27.408Z||pool-60-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:27.423Z||pool-60-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:27.424Z||pool-60-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:38:28.316Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: e467a0ec-887d-49ac-8ab6-b54c7aaa80cb Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:38:28.368Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: e467a0ec-887d-49ac-8ab6-b54c7aaa80cb Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:38:28.384Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:38:28.384Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-16T04:38:28.385Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-16T04:38:28.385Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-16T04:38:28.385Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:38:28.385Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:38:28.385Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:38:28.386Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:38:28.386Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:38:28.386Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:38:28.386Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|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-06-16T04:38:28.395Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-16T04:38:58.397Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: e467a0ec-887d-49ac-8ab6-b54c7aaa80cb 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-06-16T04:38:58.423Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: e467a0ec-887d-49ac-8ab6-b54c7aaa80cb and serviceModelVersionId: 819293b9-2e80-4d80-bc6c-4a2027d6123f 2022-06-16T04:38:58.424Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : bd353259-bb48-4134-9054-02b956a3392c 2022-06-16T04:38:58.425Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/bd353259-bb48-4134-9054-02b956a3392c/model-vers/model-ver/819293b9-2e80-4d80-bc6c-4a2027d6123f?depth=0 2022-06-16T04:38:58.440Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-16T04:38:58.569Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd353259-bb48-4134-9054-02b956a3392c/model-vers/model-ver/819293b9-2e80-4d80-bc6c-4a2027d6123f?depth=0|INFO|500||Invoke 2022-06-16T04:38:58.572Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd353259-bb48-4134-9054-02b956a3392c/model-vers/model-ver/819293b9-2e80-4d80-bc6c-4a2027d6123f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd353259-bb48-4134-9054-02b956a3392c/model-vers/model-ver/819293b9-2e80-4d80-bc6c-4a2027d6123f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[e467a0ec-887d-49ac-8ab6-b54c7aaa80cb], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[195c9dee-6533-4368-908b-35d6ae9a96f0], X-ECOMP-RequestID=[e467a0ec-887d-49ac-8ab6-b54c7aaa80cb], X-TransactionId=[], X-ONAP-RequestID=[e467a0ec-887d-49ac-8ab6-b54c7aaa80cb], Content-Type=[application/merge-patch+json]} 2022-06-16T04:38:58.619Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd353259-bb48-4134-9054-02b956a3392c/model-vers/model-ver/819293b9-2e80-4d80-bc6c-4a2027d6123f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-16T04:38:58.765Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd353259-bb48-4134-9054-02b956a3392c/model-vers/model-ver/819293b9-2e80-4d80-bc6c-4a2027d6123f?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/bd353259-bb48-4134-9054-02b956a3392c/model-vers/model-ver/819293b9-2e80-4d80-bc6c-4a2027d6123f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220616-04:38:57:271-94106], vertex-id=[217200], Content-Length=[0], Date=[Thu, 16 Jun 2022 04:38:57 GMT], Content-Type=[application/json]} 2022-06-16T04:38:58.766Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd353259-bb48-4134-9054-02b956a3392c/model-vers/model-ver/819293b9-2e80-4d80-bc6c-4a2027d6123f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-16T04:38:58.767Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/bd353259-bb48-4134-9054-02b956a3392c/model-vers/model-ver/819293b9-2e80-4d80-bc6c-4a2027d6123f?depth=0|INFO|500||InvokeReturn 2022-06-16T04:38:58.768Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-16T04:38:58.768Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|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-06-16T04:38:58.783Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|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-06-16T04:38:58.784Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID e467a0ec-887d-49ac-8ab6-b54c7aaa80cb and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-16T04:38:58.784Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-16T04:38:58.785Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:58.790Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:58.790Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354338784, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-16T04:38:58.910Z||pool-61-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 119 ms 2022-06-16T04:38:58.912Z||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-06-16T04:38:58.912Z||pool-61-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:58.962Z||pool-61-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:58.963Z||pool-61-thread-1|||||INFO|500||cambria reply ok (53 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-06-16T04:38:59.818Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T04:38:59.819Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4","serviceName":"basic_vm","serviceVersion":"1.0","serviceUUID":"3c99d32f-b696-49ad-af9a-14638bed3c1f","serviceDescription":"service","serviceInvariantUUID":"3037211a-4652-4293-a12b-e0a42402bf64","resources":[{"resourceInstanceName":"basic_vm 0","resourceName":"basic_vm","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"28287876-c34c-4ca9-bf26-b0ba6ddb164c","resourceInvariantUUID":"e2699b6f-66c5-4e3b-b945-a03d4f6156c1","resourceCustomizationUUID":"e383b065-db3b-4bb9-9bcc-42a8706e57c1","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":"NmZiYmNlOTBkNDMzNjA4YmIyMGZiM2RjNWJjOGQzMGE\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"67487ac1-3182-4db5-8cb0-b5c2be9b298a","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":"M2E3NWFmZDY1OWFiZDI1OTJmZWFkY2U4OTMyNWYxZjU\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"764ff072-d2f7-4b08-bb26-e1a739a5fcc6","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":"157112f1-8972-4401-87b5-52cac31fcb2b","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":"b03eddf6-8911-4f9d-b387-471ea60bee18","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":"71e0809b-a81b-4ae2-9f2c-ae156273b309","artifactVersion":"2","generatedFromUUID":"157112f1-8972-4401-87b5-52cac31fcb2b"}]}],"serviceArtifacts":[{"artifactName":"service-BasicVm-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml","artifactChecksum":"Y2MyMjBkNjM1OTc5NDk2MWQ1MDA2MDk2NmQxYjEyNWQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"feb4a969-776e-47da-a8e6-e49eaf8d293e","artifactVersion":"1"},{"artifactName":"service-BasicVm-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar","artifactChecksum":"ZjY3NjMyODEzNjBmM2UzN2M5ZmE5ODY5YmVlYWZjMDc\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d9f5cbd7-f900-4ca4-b59a-93fea8cd944c","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-16T04:38:59.820Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:38:59.820Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:38:59.825Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:38:59.825Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:38:59.924Z||pool-62-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:38:59.926Z||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-06-16T04:38:59.927Z||pool-62-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:38:59.950Z||pool-62-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:38:59.951Z||pool-62-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:39:00.829Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:39:00.830Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:00.835Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:00.836Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-16T04:39:00.938Z||pool-63-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-16T04:39:00.940Z||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-06-16T04:39:00.940Z||pool-63-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:00.958Z||pool-63-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:00.959Z||pool-63-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:39:01.836Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:39:01.838Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:01.842Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:01.842Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-16T04:39:01.949Z||pool-64-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-06-16T04:39:01.950Z||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-06-16T04:39:01.950Z||pool-64-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:01.969Z||pool-64-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:01.970Z||pool-64-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:39:02.843Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:39:02.845Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:02.851Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:02.851Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:39:02.949Z||pool-65-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-16T04:39:02.951Z||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-06-16T04:39:02.951Z||pool-65-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:02.969Z||pool-65-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:02.970Z||pool-65-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:39:03.852Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:39:03.853Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:03.862Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:03.863Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-16T04:39:03.957Z||pool-66-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-06-16T04:39:03.959Z||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-06-16T04:39:03.959Z||pool-66-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:03.987Z||pool-66-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:03.988Z||pool-66-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:39:04.864Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:39:04.866Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:04.870Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:04.870Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:39:04.970Z||pool-67-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-16T04:39:04.971Z||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-06-16T04:39:04.971Z||pool-67-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:04.987Z||pool-67-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:04.988Z||pool-67-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:39:05.871Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:39:05.873Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:05.877Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:05.878Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:39:05.977Z||pool-68-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:39:05.979Z||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-06-16T04:39:05.979Z||pool-68-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:06.010Z||pool-68-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:06.011Z||pool-68-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:39:06.884Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "serviceName": "basic_vm", "serviceVersion": "1.0", "serviceUUID": "3c99d32f-b696-49ad-af9a-14638bed3c1f", "serviceDescription": "service", "serviceInvariantUUID": "3037211a-4652-4293-a12b-e0a42402bf64", "resources": [ { "resourceInstanceName": "basic_vm 0", "resourceCustomizationUUID": "e383b065-db3b-4bb9-9bcc-42a8706e57c1", "resourceName": "basic_vm", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "28287876-c34c-4ca9-bf26-b0ba6ddb164c", "resourceInvariantUUID": "e2699b6f-66c5-4e3b-b945-a03d4f6156c1", "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": "M2E3NWFmZDY1OWFiZDI1OTJmZWFkY2U4OTMyNWYxZjU\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "764ff072-d2f7-4b08-bb26-e1a739a5fcc6", "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": "157112f1-8972-4401-87b5-52cac31fcb2b", "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": "71e0809b-a81b-4ae2-9f2c-ae156273b309", "generatedFromUUID": "157112f1-8972-4401-87b5-52cac31fcb2b" }, "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": "71e0809b-a81b-4ae2-9f2c-ae156273b309", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVm-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "artifactChecksum": "ZjY3NjMyODEzNjBmM2UzN2M5ZmE5ODY5YmVlYWZjMDc\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d9f5cbd7-f900-4ca4-b59a-93fea8cd944c" } ], "workloadContext": "Production" } 2022-06-16T04:39:06.885Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-16T04:39:06.885Z|e467a0ec-887d-49ac-8ab6-b54c7aaa80cb|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 3c99d32f-b696-49ad-af9a-14638bed3c1f ASDC 2022-06-16T04:39:06.886Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4 ServiceName:basic_vm ServiceVersion:1.0 ServiceUUID:3c99d32f-b696-49ad-af9a-14638bed3c1f ServiceInvariantUUID:3037211a-4652-4293-a12b-e0a42402bf64 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:d9f5cbd7-f900-4ca4-b59a-93fea8cd944c ArtifactChecksum:ZjY3NjMyODEzNjBmM2UzN2M5ZmE5ODY5YmVlYWZjMDc= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm 0 ResourceCustomizationUUID:e383b065-db3b-4bb9-9bcc-42a8706e57c1 ResourceInvariantUUID:e2699b6f-66c5-4e3b-b945-a03d4f6156c1 ResourceName:basic_vm ResourceType:VF ResourceUUID:28287876-c34c-4ca9-bf26-b0ba6ddb164c 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:764ff072-d2f7-4b08-bb26-e1a739a5fcc6 ArtifactChecksum:M2E3NWFmZDY1OWFiZDI1OTJmZWFkY2U4OTMyNWYxZjU= 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:157112f1-8972-4401-87b5-52cac31fcb2b 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:71e0809b-a81b-4ae2-9f2c-ae156273b309 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:71e0809b-a81b-4ae2-9f2c-ae156273b309 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-16T04:39:06.887Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 3c99d32f-b696-49ad-af9a-14638bed3c1f 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-06-16T04:39:06.979Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-16T04:39:06.981Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-16T04:39:06.981Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-16T04:39:06.982Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: d9f5cbd7-f900-4ca4-b59a-93fea8cd944c from URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar 2022-06-16T04:39:06.982Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-16T04:39:06.982Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:07.173Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-16T04:39:07.197Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar d9f5cbd7-f900-4ca4-b59a-93fea8cd944c 71056 2022-06-16T04:39:07.198Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:07.199Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:07.199Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:39:07.199Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:07.210Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:07.211Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354347198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:39:07.306Z||pool-69-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-06-16T04:39:07.307Z||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-06-16T04:39:07.307Z||pool-69-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:07.329Z||pool-69-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:07.332Z||pool-69-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:39:08.214Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-16T04:39:08.215Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-16T04:39:08.216Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: d9f5cbd7-f900-4ca4-b59a-93fea8cd944c, URL: /sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar to file: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-16T04:39:08.216Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVm-csar.csar 2022-06-16T04:39:08.218Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVm-csar.csar 2022-06-16T04:39:08.218Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVm-csar.csar 2022-06-16T04:39:08.686Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP6823906980831093006/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-06-16T04:39:11.393Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-16T04:39:11.394Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-16T04:39:11.394Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVm-csar.csar 2022-06-16T04:39:11.395Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-16T04:39:11.395Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:11.395Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:11.395Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:11.395Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:11.395Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:11.396Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:11.396Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:11.396Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:11.396Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:11.396Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-16T04:39:11.397Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:11.397Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:11.397Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-16T04:39:11.398Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-16T04:39:11.398Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-16T04:39:11.398Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:11.399Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:39:11.399Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-16T04:39:11.399Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-16T04:39:11.399Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-16T04:39:11.400Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:11.400Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:39:11.400Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:11.401Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-16T04:39:11.401Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-16T04:39:11.409Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-16T04:39:11.410Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-16T04:39:11.410Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-16T04:39:11.410Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-16T04:39:11.410Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:11.411Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:11.411Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:11.411Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-16T04:39:11.411Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:39:11.412Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:11.412Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-16T04:39:11.412Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:39:11.412Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:11.412Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-16T04:39:11.413Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:39:11.414Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:11.414Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-16T04:39:11.414Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-16T04:39:11.414Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-16T04:39:11.415Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f996a62a-d2a3-494f-a592-8a47259fad40 2022-06-16T04:39:11.415Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:11.415Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:39:11.416Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:11.416Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:39:11.416Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:11.416Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:39:11.417Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:11.417Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:39:11.417Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm Description:service Model UUID:3c99d32f-b696-49ad-af9a-14638bed3c1f Model Version:NULL Model InvariantUuid:3037211a-4652-4293-a12b-e0a42402bf64 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm Model UUID:79e303f6-b62a-4db5-a6cb-d473ad558f2e Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e2699b6f-66c5-4e3b-b945-a03d4f6156c1 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:e383b065-db3b-4bb9-9bcc-42a8706e57c1 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:5bd914f5-ca3c-4e2f-943f-60e0a7c7d18f ModelName:BasicVm..base_ubuntu20..module-0 ModelUuid:fb3db441-5e5d-4168-8351-67d42bdd9180 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:f996a62a-d2a3-494f-a592-8a47259fad40 ModelInvariantUuid:6905f1e1-aafe-43b3-8267-2e7ec50fb20b ModelName:basic_vm-nodes.ubuntu20Cvfc ModelUuid:d0a06523-2fc8-4fba-adec-6be0abb62dec ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:6a205d5f-6354-42f0-9ae0-0a91589ee67d ModelInvariantUuid:cb6bd92e-168c-4604-84dc-b25087c1aca6 ModelName:BasicVm.compute.nodes.heat.ubuntu20 ModelUuid:e29b9387-ac0b-48ac-96b3-18e37471a3c1 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-06-16T04:39:11.444Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||Processing Resource Type: VF, Model UUID: 28287876-c34c-4ca9-bf26-b0ba6ddb164c 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-06-16T04:39:11.450Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||basic_vm 0 2022-06-16T04:39:11.450Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 28287876-c34c-4ca9-bf26-b0ba6ddb164c 2022-06-16T04:39:11.450Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 764ff072-d2f7-4b08-bb26-e1a739a5fcc6 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json 2022-06-16T04:39:11.451Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-16T04:39:11.451Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:11.661Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-16T04:39:11.662Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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 764ff072-d2f7-4b08-bb26-e1a739a5fcc6 787 2022-06-16T04:39:11.666Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:11.666Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:11.666Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:39:11.667Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:11.670Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:11.670Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354351666, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-16T04:39:11.773Z||pool-70-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-16T04:39:11.775Z||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-06-16T04:39:11.776Z||pool-70-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:11.830Z||pool-70-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:11.832Z||pool-70-thread-1|||||INFO|500||cambria reply ok (58 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:39:12.672Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5bd914f5-ca3c-4e2f-943f-60e0a7c7d18f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fb3db441-5e5d-4168-8351-67d42bdd9180", "vfModuleModelCustomizationUUID": "c0dbb97f-63ae-4376-abfd-56dad7ae7fb9", "isBase": true, "artifacts": [ "157112f1-8972-4401-87b5-52cac31fcb2b", "71e0809b-a81b-4ae2-9f2c-ae156273b309" ], "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-06-16T04:39:12.681Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fb3db441-5e5d-4168-8351-67d42bdd9180 VfModuleModelInvariantUUID:5bd914f5-ca3c-4e2f-943f-60e0a7c7d18f VfModuleModelDescription:NULL Artifacts UUID List:{ 157112f1-8972-4401-87b5-52cac31fcb2b , 71e0809b-a81b-4ae2-9f2c-ae156273b309 } 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-06-16T04:39:12.691Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVm..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "5bd914f5-ca3c-4e2f-943f-60e0a7c7d18f", "vfModuleModelVersion": "1", "vfModuleModelUUID": "fb3db441-5e5d-4168-8351-67d42bdd9180", "vfModuleModelCustomizationUUID": "c0dbb97f-63ae-4376-abfd-56dad7ae7fb9", "isBase": true, "artifacts": [ "157112f1-8972-4401-87b5-52cac31fcb2b", "71e0809b-a81b-4ae2-9f2c-ae156273b309" ], "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-06-16T04:39:12.691Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVm..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:fb3db441-5e5d-4168-8351-67d42bdd9180 VfModuleModelInvariantUUID:5bd914f5-ca3c-4e2f-943f-60e0a7c7d18f VfModuleModelDescription:NULL Artifacts UUID List:{ 157112f1-8972-4401-87b5-52cac31fcb2b , 71e0809b-a81b-4ae2-9f2c-ae156273b309 } 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-06-16T04:39:12.691Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 157112f1-8972-4401-87b5-52cac31fcb2b from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 2022-06-16T04:39:12.692Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-16T04:39:12.692Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:12.814Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-16T04:39:12.815Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml 157112f1-8972-4401-87b5-52cac31fcb2b 5033 2022-06-16T04:39:12.815Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:12.815Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:12.816Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:39:12.816Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:12.829Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:12.829Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354352815, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-16T04:39:12.922Z||pool-71-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-06-16T04:39:12.925Z||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-06-16T04:39:12.926Z||pool-71-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:12.985Z||pool-71-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:12.986Z||pool-71-thread-1|||||INFO|500||cambria reply ok (64 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:39:13.830Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 71e0809b-a81b-4ae2-9f2c-ae156273b309 from URL: /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 2022-06-16T04:39:13.831Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-16T04:39:13.832Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:13.882Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-16T04:39:13.883Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env 71e0809b-a81b-4ae2-9f2c-ae156273b309 903 2022-06-16T04:39:13.883Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:13.883Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:13.883Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:39:13.884Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:13.892Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:13.892Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354353883, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-16T04:39:13.992Z||pool-72-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:39:13.993Z||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-06-16T04:39:13.993Z||pool-72-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:14.019Z||pool-72-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:14.020Z||pool-72-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:39:14.893Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: 3c99d32f-b696-49ad-af9a-14638bed3c1f 2022-06-16T04:39:14.894Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm 0 28287876-c34c-4ca9-bf26-b0ba6ddb164c 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-06-16T04:39:14.972Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4ce410ed, org.onap.sdc.toscaparser.api.parameters.Input@1a883214, org.onap.sdc.toscaparser.api.parameters.Input@24c94df6, org.onap.sdc.toscaparser.api.parameters.Input@182d5381, org.onap.sdc.toscaparser.api.parameters.Input@74225b11] 2022-06-16T04:39:14.982Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:14.983Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:39:14.983Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||VF Category is: Generic 2022-06-16T04:39:14.984Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||VFCustomizationUUID= e383b065-db3b-4bb9-9bcc-42a8706e57c1 2022-06-16T04:39:14.984Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: e383b065-db3b-4bb9-9bcc-42a8706e57c1 matches Tosca VF Customization UUID: e383b065-db3b-4bb9-9bcc-42a8706e57c1 2022-06-16T04:39:14.984Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||vfCustomizationUUID: e383b065-db3b-4bb9-9bcc-42a8706e57c1 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-06-16T04:39:14.989Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:14.990Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:39:14.991Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||resource request for resource customization id e383b065-db3b-4bb9-9bcc-42a8706e57c1: {\"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-06-16T04:39:14.991Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@33ea630b 2022-06-16T04:39:14.991Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:14.992Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:14.992Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : c0dbb97f-63ae-4376-abfd-56dad7ae7fb9 2022-06-16T04:39:14.992Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID c0dbb97f-63ae-4376-abfd-56dad7ae7fb9 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-06-16T04:39:14.999Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:15.000Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-16T04:39:15.000Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:39:15.001Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:15.001Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-16T04:39:15.001Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:39:15.003Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:15.003Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is not matching search criteria 2022-06-16T04:39:15.005Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-16T04:39:15.005Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-16T04:39:15.006Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=f996a62a-d2a3-494f-a592-8a47259fad40 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-06-16T04:39:15.018Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:15.019Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-16T04:39:15.019Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:39:15.020Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:15.020Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Node template basic_vm 0 is matching search criteria 2022-06-16T04:39:15.020Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Found topology templates [basic_vm 0] matching following query criteria: sdcType=VF, customizationUUID=e383b065-db3b-4bb9-9bcc-42a8706e57c1 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-06-16T04:39:15.030Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:15.031Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:39:15.032Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid 3c99d32f-b696-49ad-af9a-14638bed3c1f: basic_vm 2022-06-16T04:39:15.032Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:15.032Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:39:15.032Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:15.033Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:39:15.034Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:15.034Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:39:15.035Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:15.035Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:15.035Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:39:15.035Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Service basic_vm is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:39:15.036Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:15.239Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm 28287876-c34c-4ca9-bf26-b0ba6ddb164c 1 ASDC deployResourceStructure 2022-06-16T04:39:15.240Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:15.240Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:15.242Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:39:15.242Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:15.246Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:15.246Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354355240, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-16T04:39:15.346Z||pool-73-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:39:15.348Z||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-06-16T04:39:15.348Z||pool-73-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:15.376Z||pool-73-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:15.377Z||pool-73-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:39:16.249Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:16.258Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:16.258Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:39:16.258Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:16.264Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:16.265Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354356249, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-16T04:39:16.363Z||pool-74-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-16T04:39:16.364Z||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-06-16T04:39:16.365Z||pool-74-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:16.403Z||pool-74-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:16.406Z||pool-74-thread-1|||||INFO|500||cambria reply ok (42 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:39:17.266Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:17.267Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:17.267Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:39:17.267Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:17.272Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:17.273Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354357266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-16T04:39:17.381Z||pool-75-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-06-16T04:39:17.382Z||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-06-16T04:39:17.384Z||pool-75-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:17.407Z||pool-75-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:17.408Z||pool-75-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:39:18.277Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:18.278Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:18.279Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:39:18.280Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:18.284Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:18.285Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354358277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:39:18.385Z||pool-76-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:39:18.386Z||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-06-16T04:39:18.387Z||pool-76-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:18.415Z||pool-76-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:18.416Z||pool-76-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:39:19.290Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:39:19.337Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:39:19.344Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:39:19.345Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-16T04:39:19.345Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-16T04:39:19.345Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-16T04:39:19.346Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:39:19.346Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:39:19.347Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:39:19.347Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:39:19.347Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:39:19.348Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:39:19.348Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:19.364Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-16T04:39:19.685Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:39:19.697Z||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-06-16T04:39:19.698Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:19.746Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:19.747Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:39:19.747Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "clamp", "timestamp": 1655354148327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:39:19.760Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:39:19.761Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:39:19.761Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:39:19.762Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:39:19.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:39:19.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:39:19.763Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:39:19.763Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:39:19.763Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "aai-ml", "timestamp": 1655354132059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:39:19.764Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:39:19.764Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:39:19.766Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "aai-ml", "timestamp": 1655354183361, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:39:19.767Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:39:19.767Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:39:19.767Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "aai-ml", "timestamp": 1655354190865, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:39:19.768Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:39:19.768Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:39:19.768Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "aai-ml", "timestamp": 1655354191868, "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-06-16T04:39:19.797Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 093b6f40-be01-4c09-93b8-80f9fd4433f2 2022-06-16T04:39:19.798Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093b6f40-be01-4c09-93b8-80f9fd4433f2 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-06-16T04:39:19.835Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:39:19.835Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "clamp", "timestamp": 1655354192696, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:39:19.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:39:19.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:39:19.836Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "clamp", "timestamp": 1655354195715, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:39:19.836Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:39:19.836Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:39:19.837Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "clamp", "timestamp": 1655354196726, "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-06-16T04:39:19.863Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 093b6f40-be01-4c09-93b8-80f9fd4433f2 2022-06-16T04:39:19.864Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 093b6f40-be01-4c09-93b8-80f9fd4433f2 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-06-16T04:39:49.365Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4 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-06-16T04:39:49.405Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4 and serviceModelVersionId: 3c99d32f-b696-49ad-af9a-14638bed3c1f 2022-06-16T04:39:49.405Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3037211a-4652-4293-a12b-e0a42402bf64 2022-06-16T04:39:49.408Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3037211a-4652-4293-a12b-e0a42402bf64/model-vers/model-ver/3c99d32f-b696-49ad-af9a-14638bed3c1f?depth=0 2022-06-16T04:39:49.418Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-16T04:39:49.573Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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/3037211a-4652-4293-a12b-e0a42402bf64/model-vers/model-ver/3c99d32f-b696-49ad-af9a-14638bed3c1f?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-06-16T04:39:49.575Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3037211a-4652-4293-a12b-e0a42402bf64/model-vers/model-ver/3c99d32f-b696-49ad-af9a-14638bed3c1f?depth=0|INFO|500||Invoke 2022-06-16T04:39:49.656Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3037211a-4652-4293-a12b-e0a42402bf64/model-vers/model-ver/3c99d32f-b696-49ad-af9a-14638bed3c1f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-16T04:39:49.832Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3037211a-4652-4293-a12b-e0a42402bf64/model-vers/model-ver/3c99d32f-b696-49ad-af9a-14638bed3c1f?depth=0|INFO|500||InvokeReturn 2022-06-16T04:39:49.843Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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/3037211a-4652-4293-a12b-e0a42402bf64/model-vers/model-ver/3c99d32f-b696-49ad-af9a-14638bed3c1f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220616-04:39:48:317-62745], vertex-id=[229488], Content-Length=[0], Date=[Thu, 16 Jun 2022 04:39:48 GMT], Content-Type=[application/json]} 2022-06-16T04:39:49.848Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Response was returned with an empty entity. 2022-06-16T04:39:49.850Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-16T04:39:49.850Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:49.891Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|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-06-16T04:39:49.896Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-16T04:39:49.909Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-16T04:39:49.910Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:49.917Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:49.917Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354389909, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-16T04:39:50.022Z||pool-77-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-16T04:39:50.024Z||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-06-16T04:39:50.025Z||pool-77-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:50.067Z||pool-77-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:50.068Z||pool-77-thread-1|||||INFO|500||cambria reply ok (45 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-06-16T04:39:50.982Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T04:39:50.983Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: {"distributionID":"093b6f40-be01-4c09-93b8-80f9fd4433f2","serviceName":"Demo_pNF_mcqe1GwPTCVq2DeC3eWx","serviceVersion":"1.0","serviceUUID":"c85d5532-e68d-4ff1-ab67-0a46d7bc79b2","serviceDescription":"catalog service description","serviceInvariantUUID":"68b3c43a-b6af-409a-b0c5-1f16245ed5de","resources":[{"resourceInstanceName":"pNF 4a447d8b-6f92 0","resourceName":"pNF 4a447d8b-6f92","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"d34f2c52-4bbf-4a94-aae2-7ea62b407d6c","resourceInvariantUUID":"233cfb19-208a-4c7e-99be-57a5c3fce85c","resourceCustomizationUUID":"ded21669-a7b7-4cdc-8d63-2e43ae84b098","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/vf-license-model.xml","artifactChecksum":"NjJhZTE3NGZhNDkxMzQ3NzVlNTFiMjFiZDM5NzIxMDI\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"db3afbc1-61cf-4bbe-813d-6ffb206079e5","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/pNF.csar","artifactChecksum":"NDVjOGY2NjBlZmFmODFhMTNkODVjNTBkY2ZkNjRmZmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"35283a53-6835-4456-a1b8-78aa7a734946","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"b7541482-d38d-4caa-aeaf-96232ae92507","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/vendor-license-model.xml","artifactChecksum":"YjRmNTE3MzRkN2FmYWY1ZjM2YTkwM2UwN2QzNGM5ODk\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"e245cfa6-e0f3-48fc-a634-2e9af8b6c700","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"1c1c8dc8-8c3a-4a05-ad16-97543c324ed1","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a315779d-7512-4ce5-815e-987f47b604b0","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfMcqe1gwptcvq2dec3ewx-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-template.yml","artifactChecksum":"NWM1OGU2MmM3NGY5NjNmZmY3Yjk3NzUyMzU2NWI3YmY\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"40f89465-3bf0-4b96-8e2c-dd25692ebfb7","artifactVersion":"1"},{"artifactName":"service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar","artifactChecksum":"OGVlNTFkODUxMjFlYWMzMzI0OTYyZjFmMDFiZjhmZDg\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"21e6fe19-c637-4429-ba15-02c3a78c4249","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-16T04:39:50.983Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:39:50.984Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:50.987Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:50.987Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:39:51.093Z||pool-78-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-16T04:39:51.095Z||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-06-16T04:39:51.095Z||pool-78-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:51.120Z||pool-78-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:51.122Z||pool-78-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:39:51.989Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:39:51.998Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:52.011Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:52.011Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:39:52.103Z||pool-79-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 91 ms 2022-06-16T04:39:52.108Z||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-06-16T04:39:52.108Z||pool-79-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:52.152Z||pool-79-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:52.152Z||pool-79-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:39:53.012Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:39:53.013Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:53.040Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:53.042Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:39:53.141Z||pool-80-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-16T04:39:53.142Z||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-06-16T04:39:53.142Z||pool-80-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:53.165Z||pool-80-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:53.166Z||pool-80-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:39:54.047Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:39:54.048Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:54.062Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:54.062Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:39:54.157Z||pool-81-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-06-16T04:39:54.158Z||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-06-16T04:39:54.159Z||pool-81-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:54.181Z||pool-81-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:54.182Z||pool-81-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:39:55.063Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:39:55.064Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:55.067Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:55.067Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:39:55.178Z||pool-82-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2022-06-16T04:39:55.180Z||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-06-16T04:39:55.182Z||pool-82-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:55.209Z||pool-82-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:55.210Z||pool-82-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:39:56.068Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:39:56.069Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:56.072Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:56.072Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:39:56.173Z||pool-83-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:39:56.176Z||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-06-16T04:39:56.177Z||pool-83-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:56.195Z||pool-83-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:56.196Z||pool-83-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:39:57.073Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:39:57.074Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:57.076Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:57.076Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:39:57.181Z||pool-84-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-16T04:39:57.184Z||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-06-16T04:39:57.184Z||pool-84-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:57.320Z||pool-84-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:57.323Z||pool-84-thread-1|||||INFO|500||cambria reply ok (141 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:39:58.076Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:39:58.077Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:58.082Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:58.082Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:39:58.184Z||pool-85-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-16T04:39:58.185Z||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-06-16T04:39:58.186Z||pool-85-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:58.205Z||pool-85-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:58.208Z||pool-85-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:39:59.085Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||sending notification to client: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "serviceName": "Demo_pNF_mcqe1GwPTCVq2DeC3eWx", "serviceVersion": "1.0", "serviceUUID": "c85d5532-e68d-4ff1-ab67-0a46d7bc79b2", "serviceDescription": "catalog service description", "serviceInvariantUUID": "68b3c43a-b6af-409a-b0c5-1f16245ed5de", "resources": [ { "resourceInstanceName": "pNF 4a447d8b-6f92 0", "resourceCustomizationUUID": "ded21669-a7b7-4cdc-8d63-2e43ae84b098", "resourceName": "pNF 4a447d8b-6f92", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "d34f2c52-4bbf-4a94-aae2-7ea62b407d6c", "resourceInvariantUUID": "233cfb19-208a-4c7e-99be-57a5c3fce85c", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "artifactChecksum": "OGVlNTFkODUxMjFlYWMzMzI0OTYyZjFmMDFiZjhmZDg\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "21e6fe19-c637-4429-ba15-02c3a78c4249" } ], "workloadContext": "Production" } 2022-06-16T04:39:59.086Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-16T04:39:59.086Z|9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 c85d5532-e68d-4ff1-ab67-0a46d7bc79b2 ASDC 2022-06-16T04:39:59.092Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||ASDC Notification: DistributionID:093b6f40-be01-4c09-93b8-80f9fd4433f2 ServiceName:Demo_pNF_mcqe1GwPTCVq2DeC3eWx ServiceVersion:1.0 ServiceUUID:c85d5532-e68d-4ff1-ab67-0a46d7bc79b2 ServiceInvariantUUID:68b3c43a-b6af-409a-b0c5-1f16245ed5de ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar ArtifactUUID:21e6fe19-c637-4429-ba15-02c3a78c4249 ArtifactChecksum:OGVlNTFkODUxMjFlYWMzMzI0OTYyZjFmMDFiZjhmZDg= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 4a447d8b-6f92 0 ResourceCustomizationUUID:ded21669-a7b7-4cdc-8d63-2e43ae84b098 ResourceInvariantUUID:233cfb19-208a-4c7e-99be-57a5c3fce85c ResourceName:pNF 4a447d8b-6f92 ResourceType:PNF ResourceUUID:d34f2c52-4bbf-4a94-aae2-7ea62b407d6c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-16T04:39:59.103Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c85d5532-e68d-4ff1-ab67-0a46d7bc79b2 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-06-16T04:39:59.282Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-16T04:39:59.284Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-16T04:39:59.284Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-16T04:39:59.284Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Trying to download the artifact UUID: 21e6fe19-c637-4429-ba15-02c3a78c4249 from URL: /sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar 2022-06-16T04:39:59.285Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||DistributionClient - download 2022-06-16T04:39:59.286Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar 2022-06-16T04:39:59.599Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||GET Response Status 200 2022-06-16T04:39:59.609Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar 21e6fe19-c637-4429-ba15-02c3a78c4249 82639 2022-06-16T04:39:59.610Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar ASDC sendASDCNotification 2022-06-16T04:39:59.610Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar 2022-06-16T04:39:59.610Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:39:59.611Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:39:59.615Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:39:59.615Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354399610, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:39:59.715Z||pool-86-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:39:59.717Z||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-06-16T04:39:59.717Z||pool-86-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:39:59.738Z||pool-86-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:39:59.739Z||pool-86-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:40:00.617Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-16T04:40:00.618Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||MSO config path is: /app 2022-06-16T04:40:00.620Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Trying to write artifact UUID: 21e6fe19-c637-4429-ba15-02c3a78c4249, URL: /sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar to file: /app/ASDC/1/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar 2022-06-16T04:40:00.620Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar 2022-06-16T04:40:00.621Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar 2022-06-16T04:40:00.621Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar 2022-06-16T04:40:00.952Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP3488474118928584362/Definitions/service-DemoPnfMcqe1gwptcvq2dec3ewx-template.yml 2022-06-16T04:40:02.620Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-16T04:40:02.621Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-16T04:40:02.621Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar 2022-06-16T04:40:02.622Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-16T04:40:02.622Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 4a447d8b-6f92 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-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar 2022-06-16T04:40:02.622Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar 2022-06-16T04:40:02.622Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar 2022-06-16T04:40:02.623Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar 2022-06-16T04:40:02.623Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar 2022-06-16T04:40:02.623Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar 2022-06-16T04:40:02.623Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar 2022-06-16T04:40:02.623Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||WARN|500||#################################################################################################### 2022-06-16T04:40:02.623Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:40:02.624Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_mcqe1GwPTCVq2DeC3eWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:40:02.626Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Node template pNF 4a447d8b-6f92 0 is matching search criteria 2022-06-16T04:40:02.627Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-16T04:40:02.627Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 4a447d8b-6f92 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-16T04:40:02.627Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:40:02.628Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_mcqe1GwPTCVq2DeC3eWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:40:02.628Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Node template pNF 4a447d8b-6f92 0 is matching search criteria 2022-06-16T04:40:02.628Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Search for entities recursively 2022-06-16T04:40:02.628Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Found topology templates [pNF 4a447d8b-6f92 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-16T04:40:02.629Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:40:02.629Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_mcqe1GwPTCVq2DeC3eWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:40:02.629Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:40:02.630Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_mcqe1GwPTCVq2DeC3eWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:40:02.630Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:40:02.630Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_mcqe1GwPTCVq2DeC3eWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:40:02.630Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:40:02.631Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_mcqe1GwPTCVq2DeC3eWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:40:02.631Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:40:02.631Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_mcqe1GwPTCVq2DeC3eWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:40:02.631Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_mcqe1GwPTCVq2DeC3eWx Description:catalog service description Model UUID:c85d5532-e68d-4ff1-ab67-0a46d7bc79b2 Model Version:NULL Model InvariantUuid:68b3c43a-b6af-409a-b0c5-1f16245ed5de 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-06-16T04:40:02.646Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Processing Resource Type: PNF, Model UUID: d34f2c52-4bbf-4a94-aae2-7ea62b407d6c 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-06-16T04:40:02.653Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||pNF 4a447d8b-6f92 0 2022-06-16T04:40:02.654Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: d34f2c52-4bbf-4a94-aae2-7ea62b407d6c 2022-06-16T04:40:02.654Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||No resources found for Service: c85d5532-e68d-4ff1-ab67-0a46d7bc79b2 2022-06-16T04:40:02.654Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Preparing to deploy Service: c85d5532-e68d-4ff1-ab67-0a46d7bc79b2 2022-06-16T04:40:02.654Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 4a447d8b-6f92 0 d34f2c52-4bbf-4a94-aae2-7ea62b407d6c 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-06-16T04:40:02.664Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@4b15c931, org.onap.sdc.toscaparser.api.parameters.Input@6c92838d, org.onap.sdc.toscaparser.api.parameters.Input@6ee4c7a8, org.onap.sdc.toscaparser.api.parameters.Input@62d91106, org.onap.sdc.toscaparser.api.parameters.Input@760102d] 2022-06-16T04:40:02.664Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:40:02.665Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_mcqe1GwPTCVq2DeC3eWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:40:02.665Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500|| resourceSeq for service uuid c85d5532-e68d-4ff1-ab67-0a46d7bc79b2: pNF 4a447d8b-6f92 2022-06-16T04:40:02.665Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Processing PNF resource: d34f2c52-4bbf-4a94-aae2-7ea62b407d6c 2022-06-16T04:40:02.665Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:40:02.665Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Service Demo_pNF_mcqe1GwPTCVq2DeC3eWx is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:40:02.666Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Resource customization UUID: ded21669-a7b7-4cdc-8d63-2e43ae84b098 is the same as notified resource customizationUUID: ded21669-a7b7-4cdc-8d63-2e43ae84b098 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-06-16T04:40:02.793Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 4a447d8b-6f92 d34f2c52-4bbf-4a94-aae2-7ea62b407d6c 0 ASDC deployResourceStructure 2022-06-16T04:40:02.794Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar ASDC sendASDCNotification 2022-06-16T04:40:02.794Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar 2022-06-16T04:40:02.795Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:40:02.795Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:40:02.807Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:40:02.808Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354402794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:40:02.908Z||pool-87-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:40:02.909Z||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-06-16T04:40:02.909Z||pool-87-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:40:02.931Z||pool-87-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:40:02.932Z||pool-87-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:40:03.809Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 093b6f40-be01-4c09-93b8-80f9fd4433f2 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:40:03.826Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 093b6f40-be01-4c09-93b8-80f9fd4433f2 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:40:03.831Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:40:03.834Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-16T04:40:03.834Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-16T04:40:03.834Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-16T04:40:03.834Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:40:03.835Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:40:03.835Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:40:03.835Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:40:03.835Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:40:03.835Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:40:03.835Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:40:03.836Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-06-16T04:40:03.843Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-16T04:40:19.683Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:40:19.685Z||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-06-16T04:40:19.685Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:40:19.716Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:40:19.717Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:40:19.717Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "9d17e876-3f2b-42af-a1e3-a3e341da403d", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354277313, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-16T04:40:19.719Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:40:19.719Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:40:19.719Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:40:19.726Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:40:19.726Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:40:19.726Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "NOTIFIED" } 2022-06-16T04:40:19.727Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:40:19.727Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:40:19.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "NOTIFIED" } 2022-06-16T04:40:19.728Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:40:19.728Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:40:19.728Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "NOTIFIED" } 2022-06-16T04:40:19.729Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:40:19.729Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:40:19.729Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "NOTIFIED" } 2022-06-16T04:40:19.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:40:19.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:40:19.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:40:19.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:40:19.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:40:19.730Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "NOTIFIED" } 2022-06-16T04:40:19.730Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:40:19.730Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:40:19.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:40:19.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:40:19.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:40:19.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:40:19.731Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:40:19.731Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:40:19.731Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354292283, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:40:19.731Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:40:19.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:40:19.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354296558, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DOWNLOAD_OK" } 2022-06-16T04:40:19.732Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:40:19.732Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:40:19.732Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354297644, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DOWNLOAD_OK" } 2022-06-16T04:40:19.732Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:40:19.733Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:40:19.733Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354298765, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-16T04:40:19.733Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:40:33.844Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 093b6f40-be01-4c09-93b8-80f9fd4433f2 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-06-16T04:40:33.858Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 093b6f40-be01-4c09-93b8-80f9fd4433f2 and serviceModelVersionId: c85d5532-e68d-4ff1-ab67-0a46d7bc79b2 2022-06-16T04:40:33.859Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 68b3c43a-b6af-409a-b0c5-1f16245ed5de 2022-06-16T04:40:33.861Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/68b3c43a-b6af-409a-b0c5-1f16245ed5de/model-vers/model-ver/c85d5532-e68d-4ff1-ab67-0a46d7bc79b2?depth=0 2022-06-16T04:40:33.870Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||RestClientSSL using default SSL context! 2022-06-16T04:40:33.982Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68b3c43a-b6af-409a-b0c5-1f16245ed5de/model-vers/model-ver/c85d5532-e68d-4ff1-ab67-0a46d7bc79b2?depth=0|INFO|500||Invoke 2022-06-16T04:40:33.983Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68b3c43a-b6af-409a-b0c5-1f16245ed5de/model-vers/model-ver/c85d5532-e68d-4ff1-ab67-0a46d7bc79b2?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68b3c43a-b6af-409a-b0c5-1f16245ed5de/model-vers/model-ver/c85d5532-e68d-4ff1-ab67-0a46d7bc79b2?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[093b6f40-be01-4c09-93b8-80f9fd4433f2], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[e2e68971-18ff-426a-8e5b-660da0f2b68f], X-ECOMP-RequestID=[093b6f40-be01-4c09-93b8-80f9fd4433f2], X-TransactionId=[], X-ONAP-RequestID=[093b6f40-be01-4c09-93b8-80f9fd4433f2], Content-Type=[application/merge-patch+json]} 2022-06-16T04:40:34.034Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68b3c43a-b6af-409a-b0c5-1f16245ed5de/model-vers/model-ver/c85d5532-e68d-4ff1-ab67-0a46d7bc79b2?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-16T04:40:34.128Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68b3c43a-b6af-409a-b0c5-1f16245ed5de/model-vers/model-ver/c85d5532-e68d-4ff1-ab67-0a46d7bc79b2?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/68b3c43a-b6af-409a-b0c5-1f16245ed5de/model-vers/model-ver/c85d5532-e68d-4ff1-ab67-0a46d7bc79b2?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220616-04:40:32:681-78930], vertex-id=[233688], Content-Length=[0], Date=[Thu, 16 Jun 2022 04:40:32 GMT], Content-Type=[application/json]} 2022-06-16T04:40:34.129Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68b3c43a-b6af-409a-b0c5-1f16245ed5de/model-vers/model-ver/c85d5532-e68d-4ff1-ab67-0a46d7bc79b2?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-16T04:40:34.130Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/68b3c43a-b6af-409a-b0c5-1f16245ed5de/model-vers/model-ver/c85d5532-e68d-4ff1-ab67-0a46d7bc79b2?depth=0|INFO|500||InvokeReturn 2022-06-16T04:40:34.130Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-16T04:40:34.130Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-06-16T04:40:34.152Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-06-16T04:40:34.153Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 093b6f40-be01-4c09-93b8-80f9fd4433f2 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-16T04:40:34.153Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-16T04:40:34.153Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:40:34.157Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:40:34.157Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||try to send status { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354434153, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-16T04:40:34.260Z||pool-88-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-16T04:40:34.261Z||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-06-16T04:40:34.262Z||pool-88-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:40:34.296Z||pool-88-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:40:34.297Z||pool-88-thread-1|||||INFO|500||cambria reply ok (36 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-06-16T04:40:35.191Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:40:35.192Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-06-16T04:40:35.192Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:40:45.506Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:40:45.507Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:40:45.508Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|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-06-16T04:40:45.509Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:40:55.072Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:40:55.073Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:40:55.075Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|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-06-16T04:40:55.075Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:41:04.642Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:41:04.644Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:41:04.645Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|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-06-16T04:41:04.645Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:41:14.185Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:41:14.207Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:41:14.208Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|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-06-16T04:41:14.209Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:41:19.681Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:41:19.682Z||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-06-16T04:41:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:41:19.731Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:41:19.733Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.733Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354299843, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DOWNLOAD_OK" } 2022-06-16T04:41:19.735Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:41:19.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.735Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354300900, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DOWNLOAD_OK" } 2022-06-16T04:41:19.735Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:41:19.735Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354302246, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-16T04:41:19.736Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:41:19.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354303256, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/nginx_cloudtech_k8s_charts.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-16T04:41:19.736Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:41:19.736Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.736Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354304265, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/basic_cnf0_modules.json", "status": "DEPLOY_OK" } 2022-06-16T04:41:19.737Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:41:19.737Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354305272, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.yaml", "status": "DEPLOY_OK" } 2022-06-16T04:41:19.738Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:41:19.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354306281, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/resourceInstances/basic_cnf0/artifacts/base_dummy.env", "status": "DEPLOY_OK" } 2022-06-16T04:41:19.738Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:41:19.738Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.738Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354307289, "artifactURL": "/sdc/v1/catalog/services/BasicCnf/1.0/artifacts/service-BasicCnf-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:41:19.739Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:41:19.739Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.739Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "e467a0ec-887d-49ac-8ab6-b54c7aaa80cb", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354338784, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-16T04:41:19.739Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:41:19.740Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:41:19.741Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-16T04:41:19.741Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.741Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "NOTIFIED" } 2022-06-16T04:41:19.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-16T04:41:19.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-16T04:41:19.742Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-16T04:41:19.742Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.742Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:41:19.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-16T04:41:19.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-16T04:41:19.743Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-16T04:41:19.743Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.743Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:41:19.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-16T04:41:19.744Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.744Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:41:19.744Z||pool-2-thread-4|||||INFO|500||Missing status on Status Object. 2022-06-16T04:41:19.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354347198, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:41:19.745Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:41:19.745Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.745Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354351666, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-16T04:41:19.745Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:41:19.746Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.746Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354352815, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-16T04:41:19.747Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:41:19.747Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.747Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354353883, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-16T04:41:19.747Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:41:19.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354355240, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/basic_vm0_modules.json", "status": "DEPLOY_OK" } 2022-06-16T04:41:19.748Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:41:19.748Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.748Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354356249, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-16T04:41:19.749Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:41:19.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354357266, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/resourceInstances/basic_vm0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-16T04:41:19.749Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:41:19.749Z||pool-2-thread-4|||||DEBUG|500||received message from topic 2022-06-16T04:41:19.749Z||pool-2-thread-4|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354358277, "artifactURL": "/sdc/v1/catalog/services/BasicVm/1.0/artifacts/service-BasicVm-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:41:19.750Z||pool-2-thread-4|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:41:23.754Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:41:23.755Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:41:23.756Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-06-16T04:41:23.756Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:41:33.380Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:42:19.675Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:42:19.677Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-06-16T04:42:19.677Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:42:19.681Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:42:19.681Z|fb1e7c67-1c62-451b-9354-849872127ea4|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-06-16T04:42:19.682Z|fb1e7c67-1c62-451b-9354-849872127ea4|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:42:19.733Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:42:19.734Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:42:19.734Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "9ce8f62e-7c6d-442f-9c94-7dd947b5f3d4", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354389909, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-16T04:42:19.735Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:42:19.735Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:42:19.735Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:42:19.736Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:42:19.736Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:42:19.736Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:42:19.736Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:42:19.736Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:42:19.736Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:42:19.736Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:42:19.736Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:42:19.736Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:42:19.737Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:42:19.737Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:42:19.737Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:42:19.737Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:42:19.737Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:42:19.737Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/resourceInstances/pnf4a447d8b6f920/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:42:19.737Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:42:19.737Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:42:19.737Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:42:19.738Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:42:19.738Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:42:19.738Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354278349, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:42:19.738Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Missing status on Status Object. 2022-06-16T04:42:19.738Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:42:19.738Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354399610, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:42:19.738Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:42:19.738Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:42:19.738Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354402794, "artifactURL": "/sdc/v1/catalog/services/DemoPnfMcqe1gwptcvq2dec3ewx/1.0/artifacts/service-DemoPnfMcqe1gwptcvq2dec3ewx-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:42:19.738Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:42:29.246Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:43:19.675Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:43:19.676Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-06-16T04:43:19.677Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:43:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:43:19.682Z||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-06-16T04:43:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:43:20.221Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:43:20.222Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:43:20.223Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "093b6f40-be01-4c09-93b8-80f9fd4433f2", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354434153, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-16T04:43:20.224Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:43:29.237Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:44:19.675Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:44:19.676Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|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-06-16T04:44:19.677Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:44:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:44:19.682Z||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-06-16T04:44:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:44:20.327Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:44:20.328Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:44:20.330Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.330Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.330Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "ves-openapi-manager", "timestamp": 1655354604133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.330Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"02afd1b5-7e2d-425a-a92c-f21066ff19bd","serviceName":"Demo_pNF_gumNZqNX0ZbYlp1KmHt9","serviceVersion":"1.0","serviceUUID":"cbedcd22-8370-494e-9d09-e570d18d8047","serviceDescription":"catalog service description","serviceInvariantUUID":"3dd15893-65a2-45c8-91dc-df27506a9511","resources":[{"resourceInstanceName":"pNF 2c66c8a5-9fc5 0","resourceName":"pNF 2c66c8a5-9fc5","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"4260a525-c517-46c9-81c9-2ed6d0c154fe","resourceInvariantUUID":"6bfcab3a-f7f9-4b6f-9df8-56f177cad418","resourceCustomizationUUID":"49a12455-111f-4680-902c-fac7ded8c3b6","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/vf-license-model.xml","artifactChecksum":"ZGQ5YjFiMDUwMjkzZGY5MDgwYjA1MWI5MWMzYmUwN2I\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"8b4506ef-004a-4c78-8eb6-dee084d23e75","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/pNF.csar","artifactChecksum":"NDVjOGY2NjBlZmFmODFhMTNkODVjNTBkY2ZkNjRmZmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"35da2a0a-c88d-4083-869a-6f966a344675","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"63b2ebd2-f302-4d20-8d99-22883efc860f","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/vendor-license-model.xml","artifactChecksum":"MDQyMTg0MmZjYWVjODQ1NTExNDliNmUzYjkzYzg0NWY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"49bc368c-c39a-4e5d-ba77-a00bcd455679","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"dfe0804e-9c93-4d94-8ee0-f21a30989ef4","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"5c6fc00e-8ca4-4dd9-a266-e7989f10a7aa","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfGumnzqnx0zbylp1kmht9-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-template.yml","artifactChecksum":"ZjZiNzRkNjA1ZmVkZDU5ZGZhYTc1YjQxOGMyM2YwYTg\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"e4be418c-08e0-44c3-ade4-a81a4dfb895b","artifactVersion":"1"},{"artifactName":"service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar","artifactChecksum":"OGJjNTI1NTcwMmQ2NDY3ODcwNTk3OGYwNzViZjVlZmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"8255f01f-cf66-4c17-8600-2218cb3a53d7","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-16T04:44:20.332Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.333Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.333Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "multicloud-k8s-id", "timestamp": 1655354608501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.334Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.334Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "cds", "timestamp": 1655354610308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.335Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.335Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.335Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "aai-ml", "timestamp": 1655354612060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.336Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "policy-id", "timestamp": 1655354612442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.336Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.336Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "ves-openapi-manager", "timestamp": 1655354604133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.337Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.337Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.337Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "multicloud-k8s-id", "timestamp": 1655354608501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.338Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.339Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:44:20.340Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "cds", "timestamp": 1655354610308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.341Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.341Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "aai-ml", "timestamp": 1655354612060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.341Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.342Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.342Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "policy-id", "timestamp": 1655354612442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.342Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "ves-openapi-manager", "timestamp": 1655354604133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.343Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.343Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.343Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:44:20.343Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "multicloud-k8s-id", "timestamp": 1655354608501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.344Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.344Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "cds", "timestamp": 1655354610308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.344Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "aai-ml", "timestamp": 1655354612060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.345Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.345Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.345Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "policy-id", "timestamp": 1655354612442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "ves-openapi-manager", "timestamp": 1655354604133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.346Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.346Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.346Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "multicloud-k8s-id", "timestamp": 1655354608501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "cds", "timestamp": 1655354610308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.347Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.347Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.347Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "aai-ml", "timestamp": 1655354612060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "policy-id", "timestamp": 1655354612442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.348Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.348Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.348Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "ves-openapi-manager", "timestamp": 1655354604133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.349Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.349Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "multicloud-k8s-id", "timestamp": 1655354608501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.349Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "cds", "timestamp": 1655354610308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.350Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.350Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.350Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "aai-ml", "timestamp": 1655354612060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "policy-id", "timestamp": 1655354612442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.351Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.351Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.351Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "ves-openapi-manager", "timestamp": 1655354604133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-16T04:44:20.352Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.352Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.353Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:44:20.352Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "multicloud-k8s-id", "timestamp": 1655354608501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.353Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354659675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.353Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.353Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "cds", "timestamp": 1655354610308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.354Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.354Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.354Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "aai-ml", "timestamp": 1655354612060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.354Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "policy-id", "timestamp": 1655354612442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.355Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "ves-openapi-manager", "timestamp": 1655354604133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.355Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.355Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.355Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "multicloud-k8s-id", "timestamp": 1655354608501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.356Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "cds", "timestamp": 1655354610308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.356Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.356Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.356Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "aai-ml", "timestamp": 1655354612060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.358Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "policy-id", "timestamp": 1655354612442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.358Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.358Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.358Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "ves-openapi-manager", "timestamp": 1655354604133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.359Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "multicloud-k8s-id", "timestamp": 1655354608501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:44:20.359Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.359Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.359Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "cds", "timestamp": 1655354610308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:44:20.360Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.360Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "aai-ml", "timestamp": 1655354612060, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:44:20.360Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.360Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354618646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.361Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.361Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.361Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "policy-id", "timestamp": 1655354612442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:44:20.361Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.362Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.362Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "ves-openapi-manager", "timestamp": 1655354619973, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-16T04:44:20.362Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:44:20.363Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.363Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "aai-ml", "timestamp": 1655354620837, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:44:20.364Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:44:20.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.364Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "cds", "timestamp": 1655354621126, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:44:20.364Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:44:20.364Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354618646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.365Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.365Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.365Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "policy-id", "timestamp": 1655354621216, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:44:20.366Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:44:20.366Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.366Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "ves-openapi-manager", "timestamp": 1655354621002, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-16T04:44:20.366Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:44:20.367Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.367Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "cds", "timestamp": 1655354622243, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-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-06-16T04:44:20.431Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 02afd1b5-7e2d-425a-a92c-f21066ff19bd 2022-06-16T04:44:20.432Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02afd1b5-7e2d-425a-a92c-f21066ff19bd 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-06-16T04:44:20.456Z||pool-89-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-16T04:44:20.457Z||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-06-16T04:44:20.458Z||pool-89-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:44:20.463Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.463Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354618646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.463Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.464Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "policy-id", "timestamp": 1655354622223, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:44:20.464Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:44:20.464Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.465Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "ves-openapi-manager", "timestamp": 1655354622005, "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-06-16T04:44:20.476Z||pool-89-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:44:20.476Z||pool-89-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:44:20.478Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 02afd1b5-7e2d-425a-a92c-f21066ff19bd 2022-06-16T04:44:20.478Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02afd1b5-7e2d-425a-a92c-f21066ff19bd 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-06-16T04:44:20.503Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.503Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354618646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.504Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.504Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.504Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "policy-id", "timestamp": 1655354623229, "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-06-16T04:44:20.524Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 02afd1b5-7e2d-425a-a92c-f21066ff19bd 2022-06-16T04:44:20.525Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02afd1b5-7e2d-425a-a92c-f21066ff19bd 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-06-16T04:44:20.540Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354618646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.541Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.541Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.541Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354618646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.542Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.542Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.542Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354618646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.543Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.543Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.543Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354618646, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:44:20.544Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.544Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.544Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354627452, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:44:20.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:44:20.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.545Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "aai-ml", "timestamp": 1655354628606, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:44:20.545Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:44:20.545Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.546Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "clamp", "timestamp": 1655354628327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.546Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.547Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.548Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "aai-ml", "timestamp": 1655354629611, "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-06-16T04:44:20.557Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 02afd1b5-7e2d-425a-a92c-f21066ff19bd 2022-06-16T04:44:20.558Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02afd1b5-7e2d-425a-a92c-f21066ff19bd 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-06-16T04:44:20.578Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.579Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "clamp", "timestamp": 1655354628327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.579Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.579Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.580Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354629630, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:44:20.580Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:44:20.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "clamp", "timestamp": 1655354628327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.581Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.581Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.581Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354630636, "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-06-16T04:44:20.592Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 02afd1b5-7e2d-425a-a92c-f21066ff19bd 2022-06-16T04:44:20.592Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02afd1b5-7e2d-425a-a92c-f21066ff19bd 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-06-16T04:44:20.607Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.607Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "clamp", "timestamp": 1655354628327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.608Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "clamp", "timestamp": 1655354628327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.608Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.608Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "clamp", "timestamp": 1655354628327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "clamp", "timestamp": 1655354628327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:20.609Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.609Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.609Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "clamp", "timestamp": 1655354628327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:44:20.610Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T04:44:20.610Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.610Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "clamp", "timestamp": 1655354646859, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:44:20.610Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:44:20.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "clamp", "timestamp": 1655354649861, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:44:20.611Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:44:20.611Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T04:44:20.611Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "clamp", "timestamp": 1655354650870, "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-06-16T04:44:20.627Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 02afd1b5-7e2d-425a-a92c-f21066ff19bd 2022-06-16T04:44:20.628Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 02afd1b5-7e2d-425a-a92c-f21066ff19bd 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-06-16T04:44:21.354Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:44:21.355Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:44:21.360Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:44:21.360Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354659675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:21.460Z||pool-90-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:44:21.461Z||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-06-16T04:44:21.461Z||pool-90-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:44:21.481Z||pool-90-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:44:21.481Z||pool-90-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:44:22.361Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:44:22.363Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:44:22.368Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:44:22.368Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354659675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:22.468Z||pool-91-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:44:22.470Z||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-06-16T04:44:22.470Z||pool-91-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:44:22.491Z||pool-91-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:44:22.492Z||pool-91-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:44:23.392Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:44:23.393Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:44:23.396Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:44:23.397Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354659675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:23.497Z||pool-92-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:44:23.498Z||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-06-16T04:44:23.499Z||pool-92-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:44:23.516Z||pool-92-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:44:23.517Z||pool-92-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:44:24.399Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:44:24.400Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:44:24.409Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:44:24.409Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354659675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:24.518Z||pool-93-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-06-16T04:44:24.519Z||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-06-16T04:44:24.519Z||pool-93-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:44:24.550Z||pool-93-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:44:24.551Z||pool-93-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:44:25.410Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:44:25.411Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:44:25.414Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:44:25.414Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354659675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:25.514Z||pool-94-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:44:25.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-06-16T04:44:25.516Z||pool-94-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:44:25.534Z||pool-94-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:44:25.535Z||pool-94-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:44:26.415Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:44:26.417Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:44:26.420Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:44:26.433Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354659675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:44:26.522Z||pool-95-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 88 ms 2022-06-16T04:44:26.524Z||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-06-16T04:44:26.524Z||pool-95-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:44:26.547Z||pool-95-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:44:26.547Z||pool-95-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:44:27.435Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:44:27.436Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:44:27.439Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:44:27.439Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354659675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:44:27.539Z||pool-96-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-16T04:44:27.540Z||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-06-16T04:44:27.540Z||pool-96-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:44:27.559Z||pool-96-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:44:27.560Z||pool-96-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:44:28.440Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "serviceName": "Demo_pNF_gumNZqNX0ZbYlp1KmHt9", "serviceVersion": "1.0", "serviceUUID": "cbedcd22-8370-494e-9d09-e570d18d8047", "serviceDescription": "catalog service description", "serviceInvariantUUID": "3dd15893-65a2-45c8-91dc-df27506a9511", "resources": [ { "resourceInstanceName": "pNF 2c66c8a5-9fc5 0", "resourceCustomizationUUID": "49a12455-111f-4680-902c-fac7ded8c3b6", "resourceName": "pNF 2c66c8a5-9fc5", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "4260a525-c517-46c9-81c9-2ed6d0c154fe", "resourceInvariantUUID": "6bfcab3a-f7f9-4b6f-9df8-56f177cad418", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "artifactChecksum": "OGJjNTI1NTcwMmQ2NDY3ODcwNTk3OGYwNzViZjVlZmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8255f01f-cf66-4c17-8600-2218cb3a53d7" } ], "workloadContext": "Production" } 2022-06-16T04:44:28.441Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-16T04:44:28.441Z|93aa7e94-c537-4404-94fc-c290e3c2a2f7|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 cbedcd22-8370-494e-9d09-e570d18d8047 ASDC 2022-06-16T04:44:28.442Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:02afd1b5-7e2d-425a-a92c-f21066ff19bd ServiceName:Demo_pNF_gumNZqNX0ZbYlp1KmHt9 ServiceVersion:1.0 ServiceUUID:cbedcd22-8370-494e-9d09-e570d18d8047 ServiceInvariantUUID:3dd15893-65a2-45c8-91dc-df27506a9511 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar ArtifactUUID:8255f01f-cf66-4c17-8600-2218cb3a53d7 ArtifactChecksum:OGJjNTI1NTcwMmQ2NDY3ODcwNTk3OGYwNzViZjVlZmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF 2c66c8a5-9fc5 0 ResourceCustomizationUUID:49a12455-111f-4680-902c-fac7ded8c3b6 ResourceInvariantUUID:6bfcab3a-f7f9-4b6f-9df8-56f177cad418 ResourceName:pNF 2c66c8a5-9fc5 ResourceType:PNF ResourceUUID:4260a525-c517-46c9-81c9-2ed6d0c154fe ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-16T04:44:28.442Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF cbedcd22-8370-494e-9d09-e570d18d8047 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-06-16T04:44:28.508Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-16T04:44:28.510Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-16T04:44:28.510Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-16T04:44:28.511Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 8255f01f-cf66-4c17-8600-2218cb3a53d7 from URL: /sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar 2022-06-16T04:44:28.511Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-16T04:44:28.511Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar 2022-06-16T04:44:28.595Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-16T04:44:28.599Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar 8255f01f-cf66-4c17-8600-2218cb3a53d7 82652 2022-06-16T04:44:28.599Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar ASDC sendASDCNotification 2022-06-16T04:44:28.600Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar 2022-06-16T04:44:28.600Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:44:28.600Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:44:28.603Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:44:28.603Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354668599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:44:28.703Z||pool-97-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:44:28.704Z||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-06-16T04:44:28.704Z||pool-97-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:44:28.721Z||pool-97-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:44:28.722Z||pool-97-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:44:29.604Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-16T04:44:29.606Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-16T04:44:29.606Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 8255f01f-cf66-4c17-8600-2218cb3a53d7, URL: /sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar to file: /app/ASDC/1/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar 2022-06-16T04:44:29.607Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar 2022-06-16T04:44:29.607Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar 2022-06-16T04:44:29.607Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar 2022-06-16T04:44:29.815Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8275768045236369366/Definitions/service-DemoPnfGumnzqnx0zbylp1kmht9-template.yml 2022-06-16T04:44:31.449Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-16T04:44:31.449Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-16T04:44:31.449Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar 2022-06-16T04:44:31.450Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-16T04:44:31.450Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar 2022-06-16T04:44:31.450Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar 2022-06-16T04:44:31.450Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar 2022-06-16T04:44:31.451Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar 2022-06-16T04:44:31.451Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar 2022-06-16T04:44:31.451Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF 2c66c8a5-9fc5 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-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar 2022-06-16T04:44:31.451Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar 2022-06-16T04:44:31.451Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-16T04:44:31.452Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:44:31.452Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gumNZqNX0ZbYlp1KmHt9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:44:31.452Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Node template pNF 2c66c8a5-9fc5 0 is matching search criteria 2022-06-16T04:44:31.453Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-16T04:44:31.453Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 2c66c8a5-9fc5 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-16T04:44:31.453Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:44:31.453Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gumNZqNX0ZbYlp1KmHt9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:44:31.453Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Node template pNF 2c66c8a5-9fc5 0 is matching search criteria 2022-06-16T04:44:31.454Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-16T04:44:31.454Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF 2c66c8a5-9fc5 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-16T04:44:31.454Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:44:31.454Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gumNZqNX0ZbYlp1KmHt9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:44:31.454Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:44:31.455Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gumNZqNX0ZbYlp1KmHt9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:44:31.457Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:44:31.457Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gumNZqNX0ZbYlp1KmHt9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:44:31.457Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:44:31.458Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gumNZqNX0ZbYlp1KmHt9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:44:31.458Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:44:31.458Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gumNZqNX0ZbYlp1KmHt9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:44:31.458Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_gumNZqNX0ZbYlp1KmHt9 Description:catalog service description Model UUID:cbedcd22-8370-494e-9d09-e570d18d8047 Model Version:NULL Model InvariantUuid:3dd15893-65a2-45c8-91dc-df27506a9511 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-06-16T04:44:31.471Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 4260a525-c517-46c9-81c9-2ed6d0c154fe 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-06-16T04:44:31.480Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||pNF 2c66c8a5-9fc5 0 2022-06-16T04:44:31.480Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 4260a525-c517-46c9-81c9-2ed6d0c154fe 2022-06-16T04:44:31.480Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||No resources found for Service: cbedcd22-8370-494e-9d09-e570d18d8047 2022-06-16T04:44:31.480Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: cbedcd22-8370-494e-9d09-e570d18d8047 2022-06-16T04:44:31.480Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF 2c66c8a5-9fc5 0 4260a525-c517-46c9-81c9-2ed6d0c154fe 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-06-16T04:44:31.487Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@68079e89, org.onap.sdc.toscaparser.api.parameters.Input@450d5056, org.onap.sdc.toscaparser.api.parameters.Input@33ff212d, org.onap.sdc.toscaparser.api.parameters.Input@2611b8b6, org.onap.sdc.toscaparser.api.parameters.Input@7236892b] 2022-06-16T04:44:31.488Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:44:31.488Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gumNZqNX0ZbYlp1KmHt9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:44:31.489Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid cbedcd22-8370-494e-9d09-e570d18d8047: pNF 2c66c8a5-9fc5 2022-06-16T04:44:31.489Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||Processing PNF resource: 4260a525-c517-46c9-81c9-2ed6d0c154fe 2022-06-16T04:44:31.490Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:44:31.490Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_gumNZqNX0ZbYlp1KmHt9 is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:44:31.490Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||Resource customization UUID: 49a12455-111f-4680-902c-fac7ded8c3b6 is the same as notified resource customizationUUID: 49a12455-111f-4680-902c-fac7ded8c3b6 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-06-16T04:44:31.543Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF 2c66c8a5-9fc5 4260a525-c517-46c9-81c9-2ed6d0c154fe 0 ASDC deployResourceStructure 2022-06-16T04:44:31.544Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar ASDC sendASDCNotification 2022-06-16T04:44:31.544Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar 2022-06-16T04:44:31.544Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:44:31.544Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:44:31.547Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:44:31.547Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354671544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:44:31.647Z||pool-98-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:44:31.648Z||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-06-16T04:44:31.648Z||pool-98-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:44:31.674Z||pool-98-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:44:31.675Z||pool-98-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:44:32.549Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 02afd1b5-7e2d-425a-a92c-f21066ff19bd Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:44:32.569Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 02afd1b5-7e2d-425a-a92c-f21066ff19bd Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:44:32.575Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:44:32.575Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-16T04:44:32.576Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-16T04:44:32.576Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-16T04:44:32.576Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:44:32.576Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:44:32.576Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:44:32.576Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:44:32.576Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:44:32.576Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:44:32.577Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:44:32.577Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-16T04:44:32.587Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-16T04:45:02.587Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 02afd1b5-7e2d-425a-a92c-f21066ff19bd 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-06-16T04:45:02.596Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 02afd1b5-7e2d-425a-a92c-f21066ff19bd and serviceModelVersionId: cbedcd22-8370-494e-9d09-e570d18d8047 2022-06-16T04:45:02.597Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 3dd15893-65a2-45c8-91dc-df27506a9511 2022-06-16T04:45:02.598Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/3dd15893-65a2-45c8-91dc-df27506a9511/model-vers/model-ver/cbedcd22-8370-494e-9d09-e570d18d8047?depth=0 2022-06-16T04:45:02.607Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-06-16T04:45:02.686Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3dd15893-65a2-45c8-91dc-df27506a9511/model-vers/model-ver/cbedcd22-8370-494e-9d09-e570d18d8047?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-06-16T04:45:02.689Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3dd15893-65a2-45c8-91dc-df27506a9511/model-vers/model-ver/cbedcd22-8370-494e-9d09-e570d18d8047?depth=0|INFO|500||Invoke 2022-06-16T04:45:02.738Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3dd15893-65a2-45c8-91dc-df27506a9511/model-vers/model-ver/cbedcd22-8370-494e-9d09-e570d18d8047?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-16T04:45:02.830Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3dd15893-65a2-45c8-91dc-df27506a9511/model-vers/model-ver/cbedcd22-8370-494e-9d09-e570d18d8047?depth=0|INFO|500||InvokeReturn 2022-06-16T04:45:02.830Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/3dd15893-65a2-45c8-91dc-df27506a9511/model-vers/model-ver/cbedcd22-8370-494e-9d09-e570d18d8047?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220616-04:45:01:374-75840], vertex-id=[205032], Content-Length=[0], Date=[Thu, 16 Jun 2022 04:45:01 GMT], Content-Type=[application/json]} 2022-06-16T04:45:02.832Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-06-16T04:45:02.833Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-16T04:45:02.833Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-16T04:45:02.855Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-16T04:45:02.855Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 02afd1b5-7e2d-425a-a92c-f21066ff19bd and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-16T04:45:02.855Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-16T04:45:02.856Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:45:02.862Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:45:02.863Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354702855, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-16T04:45:02.964Z||pool-99-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-16T04:45:02.965Z||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-06-16T04:45:02.965Z||pool-99-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:45:02.999Z||pool-99-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:45:02.999Z||pool-99-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-16T04:45:19.675Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:45:19.677Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|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-06-16T04:45:19.677Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:45:19.681Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:45:19.682Z||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-06-16T04:45:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:45:19.810Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:45:19.813Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:45:19.813Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354659675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:45:19.815Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:45:29.235Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:46:19.675Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:46:19.677Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|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-06-16T04:46:19.678Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:46:19.681Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:46:19.682Z||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-06-16T04:46:19.683Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:46:20.230Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:46:20.231Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:46:20.232Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354659675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:46:20.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:46:20.234Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:46:20.234Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354659675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:46:20.234Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:46:20.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:46:20.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354659675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:46:20.235Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:46:20.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:46:20.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354659675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:46:20.236Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:46:20.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:46:20.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354659675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/resourceInstances/pnf2c66c8a59fc50/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:46:20.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:46:20.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:46:20.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354659675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:46:20.238Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:46:20.238Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:46:20.238Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354659675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:46:20.239Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:46:20.239Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:46:20.239Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354668599, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:46:20.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:46:20.240Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:46:20.240Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354671544, "artifactURL": "/sdc/v1/catalog/services/DemoPnfGumnzqnx0zbylp1kmht9/1.0/artifacts/service-DemoPnfGumnzqnx0zbylp1kmht9-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:46:20.240Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:46:20.241Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:46:20.241Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "02afd1b5-7e2d-425a-a92c-f21066ff19bd", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354702855, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-16T04:46:20.241Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:46:29.240Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:47:19.675Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:47:19.676Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|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-06-16T04:47:19.677Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:47:19.681Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:47:19.681Z||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-06-16T04:47:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:47:20.337Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:47:20.339Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.340Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "ves-openapi-manager", "timestamp": 1655354804133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.341Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.341Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "multicloud-k8s-id", "timestamp": 1655354808501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.342Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.342Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "clamp", "timestamp": 1655354808327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.342Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "cds", "timestamp": 1655354805308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.343Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:47:20.343Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.343Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.343Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "policy-id", "timestamp": 1655354812442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.343Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.344Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||recieved notification from broker: {"distributionID":"328c95c9-8174-41ce-ba8c-854bf5a97e39","serviceName":"Demo_pNF_arF1H24RYsnlciujhDNz","serviceVersion":"1.0","serviceUUID":"5ed6e902-4592-4305-a07f-eab974445688","serviceDescription":"catalog service description","serviceInvariantUUID":"a5509d8e-1f59-4df8-b348-d945bcb39405","resources":[{"resourceInstanceName":"pNF f132dc23-0b9f 0","resourceName":"pNF f132dc23-0b9f","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"514d4524-4833-451f-bfcf-7c5e03468c6d","resourceInvariantUUID":"eeecc0e6-63e4-4485-8c97-d16a5982a882","resourceCustomizationUUID":"d9d39a74-731a-4991-a6c2-1c0b472f361e","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/vf-license-model.xml","artifactChecksum":"MmEzYWU4OWUwNmYzZGNlNGY5NmVhODcyNDg4NDQ2MmM\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"3d1505d6-7b5a-4db3-8f30-a71d1f782c3e","artifactVersion":"1"},{"artifactName":"pNF.csar","artifactType":"ETSI_PACKAGE","artifactURL":"/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/pNF.csar","artifactChecksum":"NDVjOGY2NjBlZmFmODFhMTNkODVjNTBkY2ZkNjRmZmM\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"c8b1ef69-5f80-4a93-a6cf-f85ac6f57317","artifactVersion":"1"},{"artifactName":"mynetconf.yang","artifactType":"YANG_MODULE","artifactURL":"/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/mynetconf.yang","artifactChecksum":"N2Q1MDkxNjUwYzU1MWI2OTUzNmY4YTc3YmQ2YTlkZTc\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"086e5095-9623-4f4a-980f-f4a941623f05","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/vendor-license-model.xml","artifactChecksum":"NDQxYjNkZmJmYTJkMWQ2MjU1MWI2ZmUyMDQ4NzJiMWM\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"da602fa3-1f7a-4958-be85-b10b38453b41","artifactVersion":"1"},{"artifactName":"PM_Dictionary.yaml","artifactType":"PM_DICTIONARY","artifactURL":"/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/PM_Dictionary.yaml","artifactChecksum":"ZDJlYTVlNjA2ZGRhOTc3MDBkODVjNmEyMjA2OTA5YTE\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"a7965c69-3730-4d3a-822a-115d7038acf9","artifactVersion":"1"},{"artifactName":"MyPnf_Pnf_v1.yaml","artifactType":"VES_EVENTS","artifactURL":"/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/MyPnf_Pnf_v1.yaml","artifactChecksum":"ZTllOGUwNjdiYWEyMWJhZDc4NjNlOGNmNGJkZWVlMWY\u003d","artifactDescription":"Artifact created from csar","artifactTimeout":0,"artifactUUID":"ba8e90ff-4ac1-4285-b72b-287b30f9c72c","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-DemoPnfArf1h24rysnlciujhdnz-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-template.yml","artifactChecksum":"ODIwNjg3MDJhNDUxMWVhNTc1YjI4MzFlNTFiYmY3MzQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"522a29f1-327a-4a2d-846b-67a800c7bcf8","artifactVersion":"1"},{"artifactName":"service-DemoPnfArf1h24rysnlciujhdnz-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar","artifactChecksum":"MGYwMWJmNGM2NWM3OTBiOTk5ZmY3OTllNTAzOTg5NmE\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"71f33589-23b8-4375-af46-b40b5415779a","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-16T04:47:20.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.344Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.344Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "ves-openapi-manager", "timestamp": 1655354804133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.344Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "multicloud-k8s-id", "timestamp": 1655354808501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.345Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.345Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.345Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "clamp", "timestamp": 1655354808327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "cds", "timestamp": 1655354805308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.346Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.346Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.346Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "policy-id", "timestamp": 1655354812442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.347Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "ves-openapi-manager", "timestamp": 1655354804133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.347Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.347Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "clamp", "timestamp": 1655354808327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "multicloud-k8s-id", "timestamp": 1655354808501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.348Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.348Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.348Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "cds", "timestamp": 1655354805308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.349Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "policy-id", "timestamp": 1655354812442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.350Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:47:20.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.350Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.350Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "ves-openapi-manager", "timestamp": 1655354804133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.350Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "clamp", "timestamp": 1655354808327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.351Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:47:20.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "multicloud-k8s-id", "timestamp": 1655354808501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.351Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.351Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.351Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "cds", "timestamp": 1655354805308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "policy-id", "timestamp": 1655354812442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.352Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.352Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.352Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "ves-openapi-manager", "timestamp": 1655354804133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "clamp", "timestamp": 1655354808327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.353Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.353Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.353Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "multicloud-k8s-id", "timestamp": 1655354808501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.354Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "cds", "timestamp": 1655354805308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.354Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.354Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "policy-id", "timestamp": 1655354812442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.355Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.355Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "ves-openapi-manager", "timestamp": 1655354804133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-16T04:47:20.355Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "clamp", "timestamp": 1655354808327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.356Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.356Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.356Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "multicloud-k8s-id", "timestamp": 1655354808501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.357Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.357Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.357Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "cds", "timestamp": 1655354805308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.358Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.358Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.358Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "policy-id", "timestamp": 1655354812442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.359Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.359Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.359Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "ves-openapi-manager", "timestamp": 1655354804133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.360Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.360Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "clamp", "timestamp": 1655354808327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.361Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.361Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.361Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "multicloud-k8s-id", "timestamp": 1655354808501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.362Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "cds", "timestamp": 1655354805308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.362Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.362Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:47:20.362Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354839675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.362Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "policy-id", "timestamp": 1655354812442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.363Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "ves-openapi-manager", "timestamp": 1655354804133, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.363Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.363Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "clamp", "timestamp": 1655354808327, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:47:20.364Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.364Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.364Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "multicloud-k8s-id", "timestamp": 1655354808501, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:47:20.365Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.365Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.365Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "cds", "timestamp": 1655354805308, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:47:20.366Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.366Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.366Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "policy-id", "timestamp": 1655354812442, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:47:20.367Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.367Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "ves-openapi-manager", "timestamp": 1655354820527, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-16T04:47:20.367Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:47:20.367Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "policy-id", "timestamp": 1655354821193, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:47:20.368Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:47:20.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "cds", "timestamp": 1655354821654, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:47:20.368Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:47:20.368Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.368Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "ves-openapi-manager", "timestamp": 1655354821556, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-16T04:47:20.369Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:47:20.369Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.369Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "policy-id", "timestamp": 1655354822200, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:47:20.370Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:47:20.370Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.370Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "cds", "timestamp": 1655354822667, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-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-06-16T04:47:20.404Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 328c95c9-8174-41ce-ba8c-854bf5a97e39 2022-06-16T04:47:20.405Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 328c95c9-8174-41ce-ba8c-854bf5a97e39 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-06-16T04:47:20.428Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.429Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "aai-ml", "timestamp": 1655354822059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.429Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.430Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.430Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "ves-openapi-manager", "timestamp": 1655354822559, "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-06-16T04:47:20.440Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 328c95c9-8174-41ce-ba8c-854bf5a97e39 2022-06-16T04:47:20.440Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 328c95c9-8174-41ce-ba8c-854bf5a97e39 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-06-16T04:47:20.454Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.454Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "policy-id", "timestamp": 1655354823205, "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-06-16T04:47:20.468Z||pool-100-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 105 ms 2022-06-16T04:47:20.470Z||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-06-16T04:47:20.470Z||pool-100-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:47:20.470Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 328c95c9-8174-41ce-ba8c-854bf5a97e39 2022-06-16T04:47:20.471Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 328c95c9-8174-41ce-ba8c-854bf5a97e39 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-06-16T04:47:20.487Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "aai-ml", "timestamp": 1655354822059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.488Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.488Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.488Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "aai-ml", "timestamp": 1655354822059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.489Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "aai-ml", "timestamp": 1655354822059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.489Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.489Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "aai-ml", "timestamp": 1655354822059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.490Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.490Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "aai-ml", "timestamp": 1655354822059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.490Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "aai-ml", "timestamp": 1655354822059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.491Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.491Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "aai-ml", "timestamp": 1655354822059, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:47:20.491Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.492Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354828657, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.492Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.492Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.492Z||pool-100-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:47:20.493Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "aai-ml", "timestamp": 1655354830873, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:47:20.493Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:47:20.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "clamp", "timestamp": 1655354830928, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:47:20.494Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:47:20.494Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.494Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354828657, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.495Z||pool-100-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:47:20.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.495Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354828657, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.495Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.495Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354828657, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.496Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.496Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.496Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "clamp", "timestamp": 1655354833935, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:47:20.496Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:47:20.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354828657, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.497Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.497Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.497Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "clamp", "timestamp": 1655354834940, "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-06-16T04:47:20.505Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 328c95c9-8174-41ce-ba8c-854bf5a97e39 2022-06-16T04:47:20.506Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 328c95c9-8174-41ce-ba8c-854bf5a97e39 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-06-16T04:47:20.533Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354828657, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.534Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.534Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354828657, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:20.534Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.535Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.535Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354828657, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:47:20.547Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:47:20.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354837455, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:47:20.547Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:47:20.547Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.547Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "aai-ml", "timestamp": 1655354838229, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:47:20.548Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:47:20.548Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:47:20.548Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "aai-ml", "timestamp": 1655354839232, "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-06-16T04:47:20.569Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 328c95c9-8174-41ce-ba8c-854bf5a97e39 2022-06-16T04:47:20.570Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 328c95c9-8174-41ce-ba8c-854bf5a97e39 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-06-16T04:47:21.364Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:47:21.365Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:47:21.370Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:47:21.370Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354839675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:21.470Z||pool-101-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:47:21.471Z||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-06-16T04:47:21.471Z||pool-101-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:47:21.506Z||pool-101-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:47:21.507Z||pool-101-thread-1|||||INFO|500||cambria reply ok (36 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:47:22.371Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:47:22.372Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:47:22.376Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:47:22.377Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354839675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:22.477Z||pool-102-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:47:22.478Z||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-06-16T04:47:22.479Z||pool-102-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:47:22.496Z||pool-102-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:47:22.497Z||pool-102-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:47:23.381Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:47:23.381Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:47:23.386Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:47:23.401Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354839675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:23.492Z||pool-103-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-06-16T04:47:23.494Z||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-06-16T04:47:23.495Z||pool-103-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:47:23.512Z||pool-103-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:47:23.512Z||pool-103-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:47:24.417Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:47:24.418Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:47:24.422Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:47:24.423Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354839675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:24.531Z||pool-104-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 108 ms 2022-06-16T04:47:24.532Z||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-06-16T04:47:24.533Z||pool-104-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:47:24.578Z||pool-104-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:47:24.579Z||pool-104-thread-1|||||INFO|500||cambria reply ok (47 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:47:25.424Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:47:25.425Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:47:25.428Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:47:25.429Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354839675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:25.528Z||pool-105-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:47:25.530Z||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-06-16T04:47:25.530Z||pool-105-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:47:25.562Z||pool-105-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:47:25.563Z||pool-105-thread-1|||||INFO|500||cambria reply ok (34 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:47:26.429Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:47:26.430Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:47:26.436Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:47:26.436Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354839675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:47:26.537Z||pool-106-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:47:26.538Z||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-06-16T04:47:26.539Z||pool-106-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:47:26.568Z||pool-106-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:47:26.570Z||pool-106-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:47:27.438Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:47:27.439Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:47:27.443Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:47:27.443Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354839675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:47:27.549Z||pool-107-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 106 ms 2022-06-16T04:47:27.550Z||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-06-16T04:47:27.551Z||pool-107-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:47:27.572Z||pool-107-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:47:27.573Z||pool-107-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:47:28.445Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||sending notification to client: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "serviceName": "Demo_pNF_arF1H24RYsnlciujhDNz", "serviceVersion": "1.0", "serviceUUID": "5ed6e902-4592-4305-a07f-eab974445688", "serviceDescription": "catalog service description", "serviceInvariantUUID": "a5509d8e-1f59-4df8-b348-d945bcb39405", "resources": [ { "resourceInstanceName": "pNF f132dc23-0b9f 0", "resourceCustomizationUUID": "d9d39a74-731a-4991-a6c2-1c0b472f361e", "resourceName": "pNF f132dc23-0b9f", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "514d4524-4833-451f-bfcf-7c5e03468c6d", "resourceInvariantUUID": "eeecc0e6-63e4-4485-8c97-d16a5982a882", "category": "Generic", "subcategory": "Abstract", "artifacts": [] } ], "serviceArtifacts": [ { "artifactName": "service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "artifactChecksum": "MGYwMWJmNGM2NWM3OTBiOTk5ZmY3OTllNTAzOTg5NmE\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "71f33589-23b8-4375-af46-b40b5415779a" } ], "workloadContext": "Production" } 2022-06-16T04:47:28.446Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-16T04:47:28.446Z|02afd1b5-7e2d-425a-a92c-f21066ff19bd|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 5ed6e902-4592-4305-a07f-eab974445688 ASDC 2022-06-16T04:47:28.447Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||ASDC Notification: DistributionID:328c95c9-8174-41ce-ba8c-854bf5a97e39 ServiceName:Demo_pNF_arF1H24RYsnlciujhDNz ServiceVersion:1.0 ServiceUUID:5ed6e902-4592-4305-a07f-eab974445688 ServiceInvariantUUID:a5509d8e-1f59-4df8-b348-d945bcb39405 ServiceDescription:catalog service description Service Artifacts List: { Service Artifacts Info: ArtifactName:service-DemoPnfArf1h24rysnlciujhdnz-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar ArtifactUUID:71f33589-23b8-4375-af46-b40b5415779a ArtifactChecksum:MGYwMWJmNGM2NWM3OTBiOTk5ZmY3OTllNTAzOTg5NmE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:pNF f132dc23-0b9f 0 ResourceCustomizationUUID:d9d39a74-731a-4991-a6c2-1c0b472f361e ResourceInvariantUUID:eeecc0e6-63e4-4485-8c97-d16a5982a882 ResourceName:pNF f132dc23-0b9f ResourceType:PNF ResourceUUID:514d4524-4833-451f-bfcf-7c5e03468c6d ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-16T04:47:28.447Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 5ed6e902-4592-4305-a07f-eab974445688 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-06-16T04:47:28.533Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-16T04:47:28.535Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-16T04:47:28.535Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-16T04:47:28.536Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||Trying to download the artifact UUID: 71f33589-23b8-4375-af46-b40b5415779a from URL: /sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar 2022-06-16T04:47:28.536Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||DistributionClient - download 2022-06-16T04:47:28.536Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar 2022-06-16T04:47:28.634Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||GET Response Status 200 2022-06-16T04:47:28.643Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar 71f33589-23b8-4375-af46-b40b5415779a 82632 2022-06-16T04:47:28.643Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar ASDC sendASDCNotification 2022-06-16T04:47:28.644Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar 2022-06-16T04:47:28.644Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:47:28.644Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:47:28.647Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:47:28.647Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354848643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:47:28.747Z||pool-108-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:47:28.749Z||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-06-16T04:47:28.749Z||pool-108-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:47:28.766Z||pool-108-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:47:28.767Z||pool-108-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:47:29.648Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-16T04:47:29.653Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||MSO config path is: /app 2022-06-16T04:47:29.653Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||Trying to write artifact UUID: 71f33589-23b8-4375-af46-b40b5415779a, URL: /sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar to file: /app/ASDC/1/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar 2022-06-16T04:47:29.654Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-DemoPnfArf1h24rysnlciujhdnz-csar.csar 2022-06-16T04:47:29.655Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar 2022-06-16T04:47:29.655Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar 2022-06-16T04:47:29.876Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP310677869704081577/Definitions/service-DemoPnfArf1h24rysnlciujhdnz-template.yml 2022-06-16T04:47:31.647Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-16T04:47:31.648Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-16T04:47:31.648Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar 2022-06-16T04:47:31.648Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-16T04:47:31.648Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar 2022-06-16T04:47:31.648Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar 2022-06-16T04:47:31.648Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar 2022-06-16T04:47:31.648Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pNF f132dc23-0b9f 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-DemoPnfArf1h24rysnlciujhdnz-csar.csar 2022-06-16T04:47:31.649Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar 2022-06-16T04:47:31.649Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar 2022-06-16T04:47:31.649Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar 2022-06-16T04:47:31.649Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||WARN|500||#################################################################################################### 2022-06-16T04:47:31.650Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:47:31.650Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_arF1H24RYsnlciujhDNz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:47:31.651Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Node template pNF f132dc23-0b9f 0 is matching search criteria 2022-06-16T04:47:31.651Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-16T04:47:31.651Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f132dc23-0b9f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-16T04:47:31.651Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:47:31.651Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_arF1H24RYsnlciujhDNz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:47:31.651Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Node template pNF f132dc23-0b9f 0 is matching search criteria 2022-06-16T04:47:31.652Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Search for entities recursively 2022-06-16T04:47:31.652Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Found topology templates [pNF f132dc23-0b9f 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-16T04:47:31.652Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:47:31.652Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_arF1H24RYsnlciujhDNz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:47:31.652Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:47:31.652Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_arF1H24RYsnlciujhDNz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:47:31.653Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:47:31.653Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_arF1H24RYsnlciujhDNz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:47:31.653Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:47:31.653Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_arF1H24RYsnlciujhDNz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:47:31.653Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:47:31.653Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_arF1H24RYsnlciujhDNz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:47:31.654Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:Demo_pNF_arF1H24RYsnlciujhDNz Description:catalog service description Model UUID:5ed6e902-4592-4305-a07f-eab974445688 Model Version:NULL Model InvariantUuid:a5509d8e-1f59-4df8-b348-d945bcb39405 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-06-16T04:47:31.669Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||Processing Resource Type: PNF, Model UUID: 514d4524-4833-451f-bfcf-7c5e03468c6d 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-06-16T04:47:31.679Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||pNF f132dc23-0b9f 0 2022-06-16T04:47:31.679Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 514d4524-4833-451f-bfcf-7c5e03468c6d 2022-06-16T04:47:31.679Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||No resources found for Service: 5ed6e902-4592-4305-a07f-eab974445688 2022-06-16T04:47:31.679Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Preparing to deploy Service: 5ed6e902-4592-4305-a07f-eab974445688 2022-06-16T04:47:31.680Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT pNF f132dc23-0b9f 0 514d4524-4833-451f-bfcf-7c5e03468c6d 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-06-16T04:47:31.695Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@53097e3f, org.onap.sdc.toscaparser.api.parameters.Input@6d8cd027, org.onap.sdc.toscaparser.api.parameters.Input@5d9855d, org.onap.sdc.toscaparser.api.parameters.Input@6997621a, org.onap.sdc.toscaparser.api.parameters.Input@71f70191] 2022-06-16T04:47:31.695Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:47:31.696Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_arF1H24RYsnlciujhDNz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:47:31.696Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500|| resourceSeq for service uuid 5ed6e902-4592-4305-a07f-eab974445688: pNF f132dc23-0b9f 2022-06-16T04:47:31.697Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||Processing PNF resource: 514d4524-4833-451f-bfcf-7c5e03468c6d 2022-06-16T04:47:31.697Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:47:31.697Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Service Demo_pNF_arF1H24RYsnlciujhDNz is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:47:31.698Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||Resource customization UUID: d9d39a74-731a-4991-a6c2-1c0b472f361e is the same as notified resource customizationUUID: d9d39a74-731a-4991-a6c2-1c0b472f361e 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-06-16T04:47:31.807Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC pNF f132dc23-0b9f 514d4524-4833-451f-bfcf-7c5e03468c6d 0 ASDC deployResourceStructure 2022-06-16T04:47:31.812Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar ASDC sendASDCNotification 2022-06-16T04:47:31.812Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar 2022-06-16T04:47:31.812Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:47:31.813Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:47:31.820Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:47:31.820Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354851812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:47:31.916Z||pool-109-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-16T04:47:31.917Z||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-06-16T04:47:31.917Z||pool-109-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:47:31.942Z||pool-109-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:47:31.942Z||pool-109-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:47:32.821Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 328c95c9-8174-41ce-ba8c-854bf5a97e39 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:47:32.840Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 328c95c9-8174-41ce-ba8c-854bf5a97e39 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:47:32.845Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:47:32.846Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-16T04:47:32.846Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-16T04:47:32.846Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-16T04:48:02.846Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 328c95c9-8174-41ce-ba8c-854bf5a97e39 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:48:02.875Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 328c95c9-8174-41ce-ba8c-854bf5a97e39 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:48:02.889Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:48:02.890Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-16T04:48:02.890Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-16T04:48:02.890Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-16T04:48:19.681Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:48:19.682Z||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-06-16T04:48:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:48:19.814Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:48:19.815Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:48:19.815Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354839675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:48:19.816Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:48:32.893Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 328c95c9-8174-41ce-ba8c-854bf5a97e39 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:48:32.929Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 328c95c9-8174-41ce-ba8c-854bf5a97e39 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:48:32.946Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:48:32.946Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-16T04:48:32.946Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-16T04:48:32.946Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-16T04:49:02.949Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 328c95c9-8174-41ce-ba8c-854bf5a97e39 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:49:02.984Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 328c95c9-8174-41ce-ba8c-854bf5a97e39 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:49:02.992Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:49:02.993Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-16T04:49:02.993Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||SDNC has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-16T04:49:02.993Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-16T04:49:19.681Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:49:19.683Z||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-06-16T04:49:19.683Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:49:20.234Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:49:20.235Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:49:20.235Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354839534, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:49:20.236Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:49:20.236Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:49:20.236Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354839675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:49:20.237Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:49:20.237Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:49:20.237Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655354840538, "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-06-16T04:49:20.250Z||pool-2-thread-2|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 328c95c9-8174-41ce-ba8c-854bf5a97e39 2022-06-16T04:49:20.255Z||pool-2-thread-2|||||DEBUG|500||Entering installTheComponentStatus for distributionId 328c95c9-8174-41ce-ba8c-854bf5a97e39 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-06-16T04:49:20.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:49:20.273Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354839675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T04:49:20.273Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:49:20.273Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:49:20.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354839675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:49:20.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:49:20.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:49:20.274Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354839675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:49:20.274Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:49:20.274Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:49:20.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354839675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/resourceInstances/pnff132dc230b9f0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:49:20.275Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:49:20.275Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:49:20.275Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354839675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:49:20.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:49:20.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:49:20.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354839675, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:49:20.276Z||pool-2-thread-2|||||INFO|500||Missing status on Status Object. 2022-06-16T04:49:20.276Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:49:20.276Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354848643, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:49:20.277Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:49:20.277Z||pool-2-thread-2|||||DEBUG|500||received message from topic 2022-06-16T04:49:20.277Z||pool-2-thread-2|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655354851812, "artifactURL": "/sdc/v1/catalog/services/DemoPnfArf1h24rysnlciujhdnz/1.0/artifacts/service-DemoPnfArf1h24rysnlciujhdnz-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:49:20.277Z||pool-2-thread-2|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:49:32.994Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 328c95c9-8174-41ce-ba8c-854bf5a97e39 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:49:33.022Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 328c95c9-8174-41ce-ba8c-854bf5a97e39 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:49:33.028Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:49:33.028Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-16T04:49:33.029Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-16T04:49:33.029Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-16T04:49:33.029Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:49:33.029Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:49:33.029Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:49:33.029Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:49:33.030Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:49:33.030Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:49:33.030Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:49:33.030Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-16T04:49:33.050Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-16T04:50:03.052Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 328c95c9-8174-41ce-ba8c-854bf5a97e39 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-06-16T04:50:03.068Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 328c95c9-8174-41ce-ba8c-854bf5a97e39 and serviceModelVersionId: 5ed6e902-4592-4305-a07f-eab974445688 2022-06-16T04:50:03.068Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : a5509d8e-1f59-4df8-b348-d945bcb39405 2022-06-16T04:50:03.070Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/a5509d8e-1f59-4df8-b348-d945bcb39405/model-vers/model-ver/5ed6e902-4592-4305-a07f-eab974445688?depth=0 2022-06-16T04:50:03.079Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||RestClientSSL using default SSL context! 2022-06-16T04:50:03.175Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||AAI||DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5509d8e-1f59-4df8-b348-d945bcb39405/model-vers/model-ver/5ed6e902-4592-4305-a07f-eab974445688?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-06-16T04:50:03.179Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5509d8e-1f59-4df8-b348-d945bcb39405/model-vers/model-ver/5ed6e902-4592-4305-a07f-eab974445688?depth=0|INFO|500||Invoke 2022-06-16T04:50:03.228Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5509d8e-1f59-4df8-b348-d945bcb39405/model-vers/model-ver/5ed6e902-4592-4305-a07f-eab974445688?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-16T04:50:03.327Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5509d8e-1f59-4df8-b348-d945bcb39405/model-vers/model-ver/5ed6e902-4592-4305-a07f-eab974445688?depth=0|INFO|500||InvokeReturn 2022-06-16T04:50:03.328Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Response from method:POST (overridden to PATCH) performed on uri:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/a5509d8e-1f59-4df8-b348-d945bcb39405/model-vers/model-ver/5ed6e902-4592-4305-a07f-eab974445688?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[2-aai-resources-220616-04:50:01:860-95602], vertex-id=[229376], Content-Length=[0], Date=[Thu, 16 Jun 2022 04:50:01 GMT], Content-Type=[application/json]} 2022-06-16T04:50:03.328Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Response was returned with an empty entity. 2022-06-16T04:50:03.329Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-16T04:50:03.329Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-16T04:50:03.347Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-16T04:50:03.349Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 328c95c9-8174-41ce-ba8c-854bf5a97e39 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-16T04:50:03.350Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-16T04:50:03.350Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:50:03.354Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:50:03.354Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||DEBUG|500||try to send status { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355003349, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-16T04:50:03.454Z||pool-110-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:50:03.457Z||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-06-16T04:50:03.457Z||pool-110-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:50:03.503Z||pool-110-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:50:03.504Z||pool-110-thread-1|||||INFO|500||cambria reply ok (49 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-06-16T04:50:04.374Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:50:04.375Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|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-06-16T04:50:04.375Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:50:14.666Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:50:14.667Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:50:14.668Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-06-16T04:50:14.668Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:50:19.681Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:50:19.682Z|fb1e7c67-1c62-451b-9354-849872127ea4|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-06-16T04:50:19.682Z|fb1e7c67-1c62-451b-9354-849872127ea4|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:50:20.329Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:50:20.330Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:50:20.330Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: { "distributionID": "328c95c9-8174-41ce-ba8c-854bf5a97e39", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355003349, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-16T04:50:20.331Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:50:24.225Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:50:24.226Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:50:24.227Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-06-16T04:50:24.227Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:50:33.774Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:51:19.676Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:51:19.678Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-06-16T04:51:19.678Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:51:19.689Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:51:19.691Z|fb1e7c67-1c62-451b-9354-849872127ea4|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-06-16T04:51:19.691Z|fb1e7c67-1c62-451b-9354-849872127ea4|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:51:29.267Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:51:29.284Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:52:19.677Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:52:19.678Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-06-16T04:52:19.678Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:52:19.681Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:52:19.682Z||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-06-16T04:52:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:52:29.257Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:52:29.257Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:53:19.675Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:53:19.678Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-06-16T04:53:19.679Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:53:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:53:19.682Z||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-06-16T04:53:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:53:29.240Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:53:29.257Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:54:19.675Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:54:19.677Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-06-16T04:54:19.677Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:54:19.681Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:54:19.682Z||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-06-16T04:54:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:54:29.230Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:54:29.256Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:55:19.675Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:55:19.676Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-06-16T04:55:19.677Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:55:19.681Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:55:19.682Z||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-06-16T04:55:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:55:29.237Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:55:29.254Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:56:19.675Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:56:19.677Z|fb1e7c67-1c62-451b-9354-849872127ea4|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-06-16T04:56:19.677Z|fb1e7c67-1c62-451b-9354-849872127ea4|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:56:19.681Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:56:19.681Z||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-06-16T04:56:19.681Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:56:29.265Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:56:29.274Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:57:19.677Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:57:19.678Z|fb1e7c67-1c62-451b-9354-849872127ea4|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-06-16T04:57:19.679Z|fb1e7c67-1c62-451b-9354-849872127ea4|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:57:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:57:19.681Z||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-06-16T04:57:19.681Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:57:20.036Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:57:20.043Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.044Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "aai-ml", "timestamp": 1655355422059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.046Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.046Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.053Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "ves-openapi-manager", "timestamp": 1655355424134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.054Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.054Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.055Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "cds", "timestamp": 1655355420308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.055Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.055Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.056Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "ves-openapi-manager", "timestamp": 1655355424134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.056Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.056Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.057Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "aai-ml", "timestamp": 1655355422059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.059Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.059Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.059Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "cds", "timestamp": 1655355420308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.060Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.060Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.060Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "multicloud-k8s-id", "timestamp": 1655355428501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.061Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.061Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.061Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355428646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.062Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.062Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "ves-openapi-manager", "timestamp": 1655355424134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.062Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.063Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.063Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "aai-ml", "timestamp": 1655355422059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.063Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.064Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.064Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "cds", "timestamp": 1655355420308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.064Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.071Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.071Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "multicloud-k8s-id", "timestamp": 1655355428501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-16T04:57:20.072Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.073Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.073Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355428646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.073Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.074Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.074Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "ves-openapi-manager", "timestamp": 1655355424134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.074Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.075Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.075Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "aai-ml", "timestamp": 1655355422059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.077Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.078Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.078Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "cds", "timestamp": 1655355420308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.078Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "multicloud-k8s-id", "timestamp": 1655355428501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-16T04:57:20.079Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.079Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.079Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355428646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.080Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.080Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "ves-openapi-manager", "timestamp": 1655355424134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.081Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.081Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.081Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "aai-ml", "timestamp": 1655355422059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.082Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.082Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "cds", "timestamp": 1655355420308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.082Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.083Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.083Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "multicloud-k8s-id", "timestamp": 1655355428501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.084Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.084Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355428646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.084Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.085Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.085Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "ves-openapi-manager", "timestamp": 1655355424134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.085Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.089Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.090Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "aai-ml", "timestamp": 1655355422059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.091Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.094Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.094Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "cds", "timestamp": 1655355420308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.095Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.095Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "policy-id", "timestamp": 1655355432442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.096Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.096Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.096Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "multicloud-k8s-id", "timestamp": 1655355428501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-16T04:57:20.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.097Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.097Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355428646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.097Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.098Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "ves-openapi-manager", "timestamp": 1655355424134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.098Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.098Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.102Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "aai-ml", "timestamp": 1655355422059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.103Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.103Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.103Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "policy-id", "timestamp": 1655355432442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.104Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.104Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.104Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "cds", "timestamp": 1655355420308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.105Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.105Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "multicloud-k8s-id", "timestamp": 1655355428501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.105Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.106Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355428646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.106Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.106Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.109Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "ves-openapi-manager", "timestamp": 1655355424134, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.110Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "aai-ml", "timestamp": 1655355422059, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:57:20.110Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.110Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "policy-id", "timestamp": 1655355432442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-16T04:57:20.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.111Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.111Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "cds", "timestamp": 1655355420308, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:57:20.111Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "multicloud-k8s-id", "timestamp": 1655355428501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355428646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "policy-id", "timestamp": 1655355432442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.112Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "aai-ml", "timestamp": 1655355436428, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:57:20.112Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:57:20.112Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.112Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "cds", "timestamp": 1655355436790, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:57:20.113Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:57:20.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "multicloud-k8s-id", "timestamp": 1655355428501, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:57:20.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355428646, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:57:20.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "policy-id", "timestamp": 1655355432442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.113Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.113Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.113Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355437451, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:57:20.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:57:20.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "multicloud-k8s-id", "timestamp": 1655355437417, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-16T04:57:20.114Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:57:20.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.114Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "policy-id", "timestamp": 1655355432442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.114Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.114Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "clamp", "timestamp": 1655355438327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "multicloud-k8s-id", "timestamp": 1655355438494, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-16T04:57:20.115Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:57:20.115Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.115Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "policy-id", "timestamp": 1655355432442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.115Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:57:20.357Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:57:20.359Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T04:57:20.359Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"d59e8930-7287-4730-b32b-8dffb251f7ce","serviceName":"basic_vm_macro","serviceVersion":"1.0","serviceUUID":"c70f1c38-c064-461a-8ff8-86294938ff8f","serviceDescription":"service","serviceInvariantUUID":"5bd0fd6a-d544-48f3-8a20-f2f40556b825","resources":[{"resourceInstanceName":"basic_vm_macro 0","resourceName":"basic_vm_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"ac17db56-1852-4d0d-95f9-a8d909de8e98","resourceInvariantUUID":"cbb6e57a-e121-4a34-836a-9ae141fbc9ea","resourceCustomizationUUID":"0a1e0f5c-c11b-4d23-9f58-6d67030029c3","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":"NjBmNTc0NDcxNDIxZWFjYWZiMWE2ZTYxOGU1ZGMyODg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"4799c98d-7ce1-4991-b025-837d0df2e3bf","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":"ZjhiYmQ3NzIwMzEyYjIxZDFlNmMzMGRlMzYyMmM2Y2M\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"8c6d50c8-bfbc-4fc3-abd9-910dc70e834a","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":"dde9897f-0a68-4c22-8237-07cbcf02f39e","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":"6f4087d6-e05b-4a0f-9f83-54cb9a9c53fb","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":"10c45fa7-0de9-41e3-8a10-45cb6ba2f463","artifactVersion":"2","generatedFromUUID":"dde9897f-0a68-4c22-8237-07cbcf02f39e"},{"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":"NjdkYjIxNTlhNGRiNjlmZDQ3NzkxMDVhYTZiOTE2OWQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4cbbd3f4-7c0d-4fef-a930-7bb88f0bd74e","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":"ZTZjYmY1NTZkZDA0NjEwMWUxNTY3N2I2YzM2MWRhYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"931232bd-ff97-4f56-ad22-9b7a41b87060","artifactVersion":"1"},{"artifactName":"service-BasicVmMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar","artifactChecksum":"YjdlYTM1OTJkNjkyMWY3Yzk1MDRlYTI1NGI0MTJmMWI\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"d8af793b-bda6-4e82-b0e9-24414b27a017","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-16T04:57:20.365Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:57:20.371Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:57:20.378Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:57:20.378Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355439677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:20.489Z||pool-111-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 110 ms 2022-06-16T04:57:20.490Z||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-06-16T04:57:20.490Z||pool-111-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:57:20.533Z||pool-111-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:57:20.534Z||pool-111-thread-1|||||INFO|500||cambria reply ok (45 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:57:21.380Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:57:21.381Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:57:21.387Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:57:21.387Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355439677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-16T04:57:21.487Z||pool-112-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:57:21.488Z||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-06-16T04:57:21.488Z||pool-112-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:57:21.503Z||pool-112-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:57:21.504Z||pool-112-thread-1|||||INFO|500||cambria reply ok (17 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:57:22.388Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:57:22.389Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:57:22.393Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:57:22.393Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355439677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-16T04:57:22.505Z||pool-113-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 111 ms 2022-06-16T04:57:22.506Z||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-06-16T04:57:22.506Z||pool-113-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:57:22.523Z||pool-113-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:57:22.524Z||pool-113-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:57:23.396Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:57:23.396Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:57:23.402Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:57:23.403Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355439677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:23.506Z||pool-114-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 103 ms 2022-06-16T04:57:23.508Z||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-06-16T04:57:23.508Z||pool-114-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:57:23.539Z||pool-114-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:57:23.540Z||pool-114-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:57:24.404Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:57:24.404Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:57:24.407Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:57:24.407Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355439677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-16T04:57:24.508Z||pool-115-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-16T04:57:24.509Z||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-06-16T04:57:24.510Z||pool-115-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:57:24.530Z||pool-115-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:57:24.531Z||pool-115-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:57:25.408Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:57:25.409Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:57:25.412Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:57:25.413Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355439677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:25.517Z||pool-116-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-16T04:57:25.518Z||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-06-16T04:57:25.518Z||pool-116-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:57:25.535Z||pool-116-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:57:25.536Z||pool-116-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:57:26.413Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:57:26.414Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:57:26.419Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:57:26.419Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355439677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:57:26.519Z||pool-117-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:57:26.521Z||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-06-16T04:57:26.521Z||pool-117-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:57:26.552Z||pool-117-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:57:26.553Z||pool-117-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:57:27.421Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T04:57:27.422Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:57:27.427Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:57:27.428Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355439677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:57:27.537Z||pool-118-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 109 ms 2022-06-16T04:57:27.538Z||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-06-16T04:57:27.538Z||pool-118-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:57:27.571Z||pool-118-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:57:27.572Z||pool-118-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:57:28.429Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "serviceName": "basic_vm_macro", "serviceVersion": "1.0", "serviceUUID": "c70f1c38-c064-461a-8ff8-86294938ff8f", "serviceDescription": "service", "serviceInvariantUUID": "5bd0fd6a-d544-48f3-8a20-f2f40556b825", "resources": [ { "resourceInstanceName": "basic_vm_macro 0", "resourceCustomizationUUID": "0a1e0f5c-c11b-4d23-9f58-6d67030029c3", "resourceName": "basic_vm_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "ac17db56-1852-4d0d-95f9-a8d909de8e98", "resourceInvariantUUID": "cbb6e57a-e121-4a34-836a-9ae141fbc9ea", "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": "ZjhiYmQ3NzIwMzEyYjIxZDFlNmMzMGRlMzYyMmM2Y2M\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "8c6d50c8-bfbc-4fc3-abd9-910dc70e834a", "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": "dde9897f-0a68-4c22-8237-07cbcf02f39e", "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": "10c45fa7-0de9-41e3-8a10-45cb6ba2f463", "generatedFromUUID": "dde9897f-0a68-4c22-8237-07cbcf02f39e" }, "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": "10c45fa7-0de9-41e3-8a10-45cb6ba2f463", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicVmMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "artifactChecksum": "YjdlYTM1OTJkNjkyMWY3Yzk1MDRlYTI1NGI0MTJmMWI\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "d8af793b-bda6-4e82-b0e9-24414b27a017" } ], "workloadContext": "Production" } 2022-06-16T04:57:28.432Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-16T04:57:28.437Z|fb1e7c67-1c62-451b-9354-849872127ea4|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 3 c70f1c38-c064-461a-8ff8-86294938ff8f ASDC 2022-06-16T04:57:28.443Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:d59e8930-7287-4730-b32b-8dffb251f7ce ServiceName:basic_vm_macro ServiceVersion:1.0 ServiceUUID:c70f1c38-c064-461a-8ff8-86294938ff8f ServiceInvariantUUID:5bd0fd6a-d544-48f3-8a20-f2f40556b825 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:d8af793b-bda6-4e82-b0e9-24414b27a017 ArtifactChecksum:YjdlYTM1OTJkNjkyMWY3Yzk1MDRlYTI1NGI0MTJmMWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_vm_macro 0 ResourceCustomizationUUID:0a1e0f5c-c11b-4d23-9f58-6d67030029c3 ResourceInvariantUUID:cbb6e57a-e121-4a34-836a-9ae141fbc9ea ResourceName:basic_vm_macro ResourceType:VF ResourceUUID:ac17db56-1852-4d0d-95f9-a8d909de8e98 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:8c6d50c8-bfbc-4fc3-abd9-910dc70e834a ArtifactChecksum:ZjhiYmQ3NzIwMzEyYjIxZDFlNmMzMGRlMzYyMmM2Y2M= 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:dde9897f-0a68-4c22-8237-07cbcf02f39e 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:10c45fa7-0de9-41e3-8a10-45cb6ba2f463 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:10c45fa7-0de9-41e3-8a10-45cb6ba2f463 ArtifactChecksum:ZTAxYmViMzcwNTk0ZjY0OGE2MzI2MGRhYzc3NThhNWE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-16T04:57:28.443Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF c70f1c38-c064-461a-8ff8-86294938ff8f 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-06-16T04:57:28.528Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-16T04:57:28.530Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-16T04:57:28.530Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-16T04:57:28.531Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d8af793b-bda6-4e82-b0e9-24414b27a017 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-16T04:57:28.531Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-16T04:57:28.533Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-16T04:57:28.667Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-16T04:57:28.677Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar d8af793b-bda6-4e82-b0e9-24414b27a017 78812 2022-06-16T04:57:28.678Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-06-16T04:57:28.678Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-16T04:57:28.678Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:57:28.679Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:57:28.683Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:57:28.683Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355448678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:57:28.782Z||pool-119-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:57:28.783Z||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-06-16T04:57:28.783Z||pool-119-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:57:28.810Z||pool-119-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:57:28.812Z||pool-119-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:57:29.684Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-16T04:57:29.685Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-16T04:57:29.686Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: d8af793b-bda6-4e82-b0e9-24414b27a017, URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar to file: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-16T04:57:29.686Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicVmMacro-csar.csar 2022-06-16T04:57:29.687Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-16T04:57:29.687Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-16T04:57:29.997Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP8013210385620533334/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-06-16T04:57:32.651Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-16T04:57:32.652Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-16T04:57:32.652Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-16T04:57:32.652Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 9 Parsing Warnings occurred... 2022-06-16T04:57:32.652Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||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-06-16T04:57:32.653Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [port_ubuntu20_admin_plane_port_0_name, port_ubuntu20_admin_plane_port_0_vlan_requirements, port_ubuntu20_admin_plane_port_0_related_networks, port_ubuntu20_admin_plane_port_0_order, nfc_function, port_ubuntu20_admin_plane_port_0_network_role, port_ubuntu20_admin_plane_port_0_subnetpoolid]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-16T04:57:32.653Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-16T04:57:32.653Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[assingment_method, supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-16T04:57:32.653Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-16T04:57:32.653Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_ubuntu20" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-16T04:57:32.653Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-16T04:57:32.653Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE001]: TypeMismatchError: "[ubuntu20_admin_security_group]" is not a map. The type is "json". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-16T04:57:32.653Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.PortMirroringConnectionPointDescription" is missing required field(s) "[nf_naming_code, pps_capacity, nf_type, nfc_type]". CSAR name - /app/ASDC/1/service-BasicVmMacro-csar.csar 2022-06-16T04:57:32.654Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-16T04:57:32.654Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:32.655Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:57:32.655Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-16T04:57:32.656Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-16T04:57:32.656Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-16T04:57:32.656Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:32.656Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:57:32.657Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-16T04:57:32.657Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-16T04:57:32.657Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0, abstract_ubuntu20] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-16T04:57:32.657Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:32.658Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:57:32.658Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:32.658Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-16T04:57:32.658Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is not matching search criteria 2022-06-16T04:57:32.658Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20 is not matching search criteria 2022-06-16T04:57:32.659Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_ubuntu20_admin_plane_port_0 is not matching search criteria 2022-06-16T04:57:32.659Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-16T04:57:32.659Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-16T04:57:32.659Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:32.659Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-16T04:57:32.660Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:32.660Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-16T04:57:32.660Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:57:32.660Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:32.660Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-16T04:57:32.661Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:57:32.661Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:32.661Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-16T04:57:32.661Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:57:32.661Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:32.661Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-16T04:57:32.661Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-16T04:57:32.662Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-16T04:57:32.662Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8c927a42-c624-494e-ae88-30fb1096a6ae 2022-06-16T04:57:32.662Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:32.662Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:57:32.662Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:32.662Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:57:32.663Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:32.663Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:57:32.663Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:32.663Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:57:32.663Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_vm_macro Description:service Model UUID:c70f1c38-c064-461a-8ff8-86294938ff8f Model Version:NULL Model InvariantUuid:5bd0fd6a-d544-48f3-8a20-f2f40556b825 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_vm_macro Model UUID:2708d23c-43d5-470c-a569-aa621236c4fe Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:cbb6e57a-e121-4a34-836a-9ae141fbc9ea Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:0a1e0f5c-c11b-4d23-9f58-6d67030029c3 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:f6b473d3-6a39-4f3a-98ad-a60c5fee67bc ModelName:BasicVmMacro..base_ubuntu20..module-0 ModelUuid:3a202d11-537b-4c2c-9849-1bf539fea01b ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:8c927a42-c624-494e-ae88-30fb1096a6ae ModelInvariantUuid:ec2cb196-4fa9-4f3b-844b-74b775704bd2 ModelName:basic_vm_macro-nodes.ubuntu20Cvfc ModelUuid:7eea228f-bf63-4352-8e42-ba4a3b1c573d ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_ubuntu20 VNFC Properties: ModelCustomizationUuid:1a531835-62aa-4d9e-bb38-eb73bb2f9e38 ModelInvariantUuid:fe903761-01be-4e60-9e7e-35e2424d2e18 ModelName:BasicVmMacro.compute.nodes.heat.ubuntu20 ModelUuid:8e16e1f0-7010-4fec-9d2a-abd11dc64f74 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-06-16T04:57:32.691Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: ac17db56-1852-4d0d-95f9-a8d909de8e98 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-06-16T04:57:32.699Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||basic_vm_macro 0 2022-06-16T04:57:32.700Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: ac17db56-1852-4d0d-95f9-a8d909de8e98 2022-06-16T04:57:32.701Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 8c6d50c8-bfbc-4fc3-abd9-910dc70e834a from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 2022-06-16T04:57:32.701Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-16T04:57:32.701Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||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-06-16T04:57:32.761Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-16T04:57:32.762Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json 8c6d50c8-bfbc-4fc3-abd9-910dc70e834a 792 2022-06-16T04:57:32.762Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||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-06-16T04:57:32.762Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||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-06-16T04:57:32.762Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:57:32.762Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:57:32.766Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:57:32.766Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355452762, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-16T04:57:32.867Z||pool-120-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T04:57:32.868Z||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-06-16T04:57:32.868Z||pool-120-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:57:32.898Z||pool-120-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:57:32.899Z||pool-120-thread-1|||||INFO|500||cambria reply ok (32 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:57:33.767Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f6b473d3-6a39-4f3a-98ad-a60c5fee67bc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3a202d11-537b-4c2c-9849-1bf539fea01b", "vfModuleModelCustomizationUUID": "594c5966-0daf-4737-bc46-93b784ea8201", "isBase": true, "artifacts": [ "dde9897f-0a68-4c22-8237-07cbcf02f39e", "10c45fa7-0de9-41e3-8a10-45cb6ba2f463" ], "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-06-16T04:57:33.778Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3a202d11-537b-4c2c-9849-1bf539fea01b VfModuleModelInvariantUUID:f6b473d3-6a39-4f3a-98ad-a60c5fee67bc VfModuleModelDescription:NULL Artifacts UUID List:{ dde9897f-0a68-4c22-8237-07cbcf02f39e , 10c45fa7-0de9-41e3-8a10-45cb6ba2f463 } 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-06-16T04:57:33.783Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicVmMacro..base_ubuntu20..module-0", "vfModuleModelInvariantUUID": "f6b473d3-6a39-4f3a-98ad-a60c5fee67bc", "vfModuleModelVersion": "1", "vfModuleModelUUID": "3a202d11-537b-4c2c-9849-1bf539fea01b", "vfModuleModelCustomizationUUID": "594c5966-0daf-4737-bc46-93b784ea8201", "isBase": true, "artifacts": [ "dde9897f-0a68-4c22-8237-07cbcf02f39e", "10c45fa7-0de9-41e3-8a10-45cb6ba2f463" ], "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-06-16T04:57:33.784Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicVmMacro..base_ubuntu20..module-0 VfModuleModelVersion:1 VfModuleModelUUID:3a202d11-537b-4c2c-9849-1bf539fea01b VfModuleModelInvariantUUID:f6b473d3-6a39-4f3a-98ad-a60c5fee67bc VfModuleModelDescription:NULL Artifacts UUID List:{ dde9897f-0a68-4c22-8237-07cbcf02f39e , 10c45fa7-0de9-41e3-8a10-45cb6ba2f463 } 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-06-16T04:57:33.784Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: dde9897f-0a68-4c22-8237-07cbcf02f39e from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml 2022-06-16T04:57:33.784Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-16T04:57:33.784Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||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-06-16T04:57:33.834Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-16T04:57:33.834Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml dde9897f-0a68-4c22-8237-07cbcf02f39e 5033 2022-06-16T04:57:33.835Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||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-06-16T04:57:33.835Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||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-06-16T04:57:33.836Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:57:33.837Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:57:33.842Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:57:33.842Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355453835, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-16T04:57:33.943Z||pool-121-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-16T04:57:33.944Z||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-06-16T04:57:33.945Z||pool-121-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:57:33.972Z||pool-121-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:57:33.973Z||pool-121-thread-1|||||INFO|500||cambria reply ok (29 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:57:34.852Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 10c45fa7-0de9-41e3-8a10-45cb6ba2f463 from URL: /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 2022-06-16T04:57:34.853Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-16T04:57:34.853Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||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-06-16T04:57:34.926Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-16T04:57:34.926Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env 10c45fa7-0de9-41e3-8a10-45cb6ba2f463 903 2022-06-16T04:57:34.927Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||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-06-16T04:57:34.927Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||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-06-16T04:57:34.928Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T04:57:34.928Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:57:34.931Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:57:34.932Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355454927, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-16T04:57:35.031Z||pool-122-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T04:57:35.034Z||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-06-16T04:57:35.034Z||pool-122-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:57:35.085Z||pool-122-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:57:35.085Z||pool-122-thread-1|||||INFO|500||cambria reply ok (53 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:57:35.933Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: c70f1c38-c064-461a-8ff8-86294938ff8f 2022-06-16T04:57:35.934Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_vm_macro 0 ac17db56-1852-4d0d-95f9-a8d909de8e98 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select heattempla0_.ARTIFACT_UUID as artifact1_29_, heattempla0_.ARTIFACT_CHECKSUM as artifact2_29_, heattempla0_.CREATION_TIMESTAMP as creation3_29_, heattempla0_.DESCRIPTION as descript4_29_, heattempla0_.BODY as body5_29_, heattempla0_.NAME as name6_29_, heattempla0_.TIMEOUT_MINUTES as timeout_7_29_, heattempla0_.VERSION as version8_29_ from heat_template heattempla0_ where heattempla0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-16T04:57:35.988Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@44d35440, org.onap.sdc.toscaparser.api.parameters.Input@dd49051, org.onap.sdc.toscaparser.api.parameters.Input@62cec0b1, org.onap.sdc.toscaparser.api.parameters.Input@2667ed38, org.onap.sdc.toscaparser.api.parameters.Input@78c8dce0] 2022-06-16T04:57:35.991Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:35.991Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:57:35.992Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-16T04:57:35.992Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 0a1e0f5c-c11b-4d23-9f58-6d67030029c3 2022-06-16T04:57:35.992Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 0a1e0f5c-c11b-4d23-9f58-6d67030029c3 matches Tosca VF Customization UUID: 0a1e0f5c-c11b-4d23-9f58-6d67030029c3 2022-06-16T04:57:35.992Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 0a1e0f5c-c11b-4d23-9f58-6d67030029c3 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-06-16T04:57:36.000Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:36.001Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:57:36.003Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 0a1e0f5c-c11b-4d23-9f58-6d67030029c3: {\"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-06-16T04:57:36.003Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@5c7f2fd7 2022-06-16T04:57:36.004Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:36.004Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-16T04:57:36.004Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 594c5966-0daf-4737-bc46-93b784ea8201 2022-06-16T04:57:36.009Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 594c5966-0daf-4737-bc46-93b784ea8201 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-06-16T04:57:36.033Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:36.034Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-16T04:57:36.034Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:57:36.035Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:36.035Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-16T04:57:36.036Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:57:36.036Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:36.036Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is not matching search criteria 2022-06-16T04:57:36.037Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Node template abstract_ubuntu20 is matching search criteria 2022-06-16T04:57:36.037Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Node template ubuntu20_admin_security_group is not matching search criteria 2022-06-16T04:57:36.038Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_ubuntu20] matching following query criteria: sdcType=CVFC, customizationUUID=8c927a42-c624-494e-ae88-30fb1096a6ae 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-06-16T04:57:36.042Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:36.043Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-16T04:57:36.043Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T04:57:36.044Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:36.045Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Node template basic_vm_macro 0 is matching search criteria 2022-06-16T04:57:36.045Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_vm_macro 0] matching following query criteria: sdcType=VF, customizationUUID=0a1e0f5c-c11b-4d23-9f58-6d67030029c3 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-06-16T04:57:36.053Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:36.053Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:57:36.054Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid c70f1c38-c064-461a-8ff8-86294938ff8f: basic_vm_macro 2022-06-16T04:57:36.054Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:36.054Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:57:36.054Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:36.055Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:57:36.055Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:36.055Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:57:36.056Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:36.056Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:57:36.056Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T04:57:36.057Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Service basic_vm_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T04:57:36.057Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||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-06-16T04:57:36.417Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_vm_macro ac17db56-1852-4d0d-95f9-a8d909de8e98 1 ASDC deployResourceStructure 2022-06-16T04:57:36.418Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||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-06-16T04:57:36.418Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||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-06-16T04:57:36.418Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:57:36.419Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:57:36.428Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:57:36.429Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355456418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-16T04:57:36.536Z||pool-123-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 107 ms 2022-06-16T04:57:36.537Z||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-06-16T04:57:36.537Z||pool-123-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:57:36.598Z||pool-123-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:57:36.598Z||pool-123-thread-1|||||INFO|500||cambria reply ok (62 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:57:37.430Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||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-06-16T04:57:37.431Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||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-06-16T04:57:37.432Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:57:37.432Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:57:37.435Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:57:37.436Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355457430, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-16T04:57:37.537Z||pool-124-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-16T04:57:37.538Z||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-06-16T04:57:37.538Z||pool-124-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:57:37.569Z||pool-124-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:57:37.570Z||pool-124-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":1,"count":1} 2022-06-16T04:57:38.441Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||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-06-16T04:57:38.449Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||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-06-16T04:57:38.450Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:57:38.457Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:57:38.460Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:57:38.460Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355458441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-16T04:57:38.564Z||pool-125-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 104 ms 2022-06-16T04:57:38.566Z||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-06-16T04:57:38.566Z||pool-125-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:57:38.590Z||pool-125-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:57:38.591Z||pool-125-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:57:39.462Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar ASDC sendASDCNotification 2022-06-16T04:57:39.462Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar 2022-06-16T04:57:39.462Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T04:57:39.462Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T04:57:39.465Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T04:57:39.465Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355459461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:57:39.566Z||pool-126-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-16T04:57:39.567Z||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-06-16T04:57:39.567Z||pool-126-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T04:57:39.600Z||pool-126-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:57:39.601Z||pool-126-thread-1|||||INFO|500||cambria reply ok (35 ms):{"serverTimeMs":0,"count":1} 2022-06-16T04:57:40.469Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d59e8930-7287-4730-b32b-8dffb251f7ce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:57:40.509Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d59e8930-7287-4730-b32b-8dffb251f7ce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:57:40.517Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:57:40.517Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-16T04:57:40.517Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-16T04:58:10.518Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d59e8930-7287-4730-b32b-8dffb251f7ce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:58:10.541Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d59e8930-7287-4730-b32b-8dffb251f7ce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:58:10.553Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:58:10.554Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-16T04:58:10.554Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-16T04:58:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:58:19.682Z||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-06-16T04:58:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:58:19.726Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:58:19.727Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:58:19.727Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "cds", "timestamp": 1655355439892, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-16T04:58:19.739Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of d59e8930-7287-4730-b32b-8dffb251f7ce 2022-06-16T04:58:19.739Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d59e8930-7287-4730-b32b-8dffb251f7ce 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-06-16T04:58:40.554Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d59e8930-7287-4730-b32b-8dffb251f7ce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:58:40.596Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d59e8930-7287-4730-b32b-8dffb251f7ce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:58:40.627Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:58:40.629Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-16T04:58:40.629Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-16T04:59:10.630Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d59e8930-7287-4730-b32b-8dffb251f7ce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:59:10.647Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d59e8930-7287-4730-b32b-8dffb251f7ce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:59:10.652Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:59:10.653Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-16T04:59:10.653Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-16T04:59:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T04:59:19.682Z||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-06-16T04:59:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T04:59:19.717Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T04:59:19.720Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.720Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355439677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.721Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.721Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.721Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "clamp", "timestamp": 1655355438327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-16T04:59:19.722Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "policy-id", "timestamp": 1655355432442, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:59:19.722Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.722Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.722Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "multicloud-k8s-id", "timestamp": 1655355439561, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-16T04:59:19.722Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:59:19.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355439950, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:59:19.723Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:59:19.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355439677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "NOTIFIED" } 2022-06-16T04:59:19.723Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.723Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.723Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "clamp", "timestamp": 1655355438327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.724Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "policy-id", "timestamp": 1655355441231, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:59:19.724Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:59:19.724Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.724Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "multicloud-k8s-id", "timestamp": 1655355440600, "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-06-16T04:59:19.751Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d59e8930-7287-4730-b32b-8dffb251f7ce 2022-06-16T04:59:19.751Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d59e8930-7287-4730-b32b-8dffb251f7ce 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-06-16T04:59:19.778Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.778Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355440953, "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-06-16T04:59:19.785Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of d59e8930-7287-4730-b32b-8dffb251f7ce 2022-06-16T04:59:19.786Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d59e8930-7287-4730-b32b-8dffb251f7ce 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-06-16T04:59:19.801Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.801Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355439677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "NOTIFIED" } 2022-06-16T04:59:19.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "clamp", "timestamp": 1655355438327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.802Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.802Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.802Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "multicloud-k8s-id", "timestamp": 1655355441604, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-16T04:59:19.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:59:19.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "policy-id", "timestamp": 1655355442247, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:59:19.803Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:59:19.803Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.803Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355439677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.803Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "clamp", "timestamp": 1655355438327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.804Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.804Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.804Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "policy-id", "timestamp": 1655355443271, "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-06-16T04:59:19.812Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of d59e8930-7287-4730-b32b-8dffb251f7ce 2022-06-16T04:59:19.812Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d59e8930-7287-4730-b32b-8dffb251f7ce 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-06-16T04:59:19.828Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.828Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355439677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "NOTIFIED" } 2022-06-16T04:59:19.828Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "clamp", "timestamp": 1655355438327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.829Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.829Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355439677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/BASIC_VM_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.829Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "clamp", "timestamp": 1655355438327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.830Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355439677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.830Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.830Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "clamp", "timestamp": 1655355438327, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:59:19.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355439677, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:59:19.831Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "aai-ml", "timestamp": 1655355447336, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:59:19.831Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:59:19.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.831Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355448678, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:59:19.831Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:59:19.831Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.832Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "aai-ml", "timestamp": 1655355448339, "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-06-16T04:59:19.848Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of d59e8930-7287-4730-b32b-8dffb251f7ce 2022-06-16T04:59:19.849Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d59e8930-7287-4730-b32b-8dffb251f7ce 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-06-16T04:59:19.871Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.871Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355452762, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-16T04:59:19.871Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:59:19.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "clamp", "timestamp": 1655355453131, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:59:19.872Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:59:19.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355453835, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DOWNLOAD_OK" } 2022-06-16T04:59:19.872Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:59:19.872Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.872Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355454927, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DOWNLOAD_OK" } 2022-06-16T04:59:19.873Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:59:19.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355456418, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/basic_vm_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-16T04:59:19.873Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:59:19.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355457430, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.yaml", "status": "DEPLOY_OK" } 2022-06-16T04:59:19.873Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:59:19.873Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.873Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "clamp", "timestamp": 1655355457135, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:59:19.874Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:59:19.874Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.874Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355458441, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/resourceInstances/basic_vm_macro0/artifacts/base_ubuntu20.env", "status": "DEPLOY_OK" } 2022-06-16T04:59:19.874Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:59:19.875Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.875Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "clamp", "timestamp": 1655355458141, "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-06-16T04:59:19.886Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of d59e8930-7287-4730-b32b-8dffb251f7ce 2022-06-16T04:59:19.886Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId d59e8930-7287-4730-b32b-8dffb251f7ce 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-06-16T04:59:19.903Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355459461, "artifactURL": "/sdc/v1/catalog/services/BasicVmMacro/1.0/artifacts/service-BasicVmMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T04:59:19.904Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:59:19.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.904Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "aai-ml", "timestamp": 1655355482059, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.904Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.904Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.905Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "ves-openapi-manager", "timestamp": 1655355484133, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.905Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.905Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.909Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "cds", "timestamp": 1655355480313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.910Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.910Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.910Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "aai-ml", "timestamp": 1655355482059, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.911Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.911Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.911Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "ves-openapi-manager", "timestamp": 1655355484133, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.912Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.912Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.912Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "cds", "timestamp": 1655355480313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.913Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.913Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.914Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "aai-ml", "timestamp": 1655355482059, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.914Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.915Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.915Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "ves-openapi-manager", "timestamp": 1655355484133, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.915Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.916Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.916Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "cds", "timestamp": 1655355480313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.917Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.917Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "aai-ml", "timestamp": 1655355482059, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.917Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "ves-openapi-manager", "timestamp": 1655355484133, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.918Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.918Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.918Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "cds", "timestamp": 1655355480313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "aai-ml", "timestamp": 1655355482059, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.919Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.919Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.919Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "ves-openapi-manager", "timestamp": 1655355484133, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "cds", "timestamp": 1655355480313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.920Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.920Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.920Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "multicloud-k8s-id", "timestamp": 1655355488501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.921Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.921Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.921Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355488646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.922Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.922Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "aai-ml", "timestamp": 1655355482059, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.922Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "ves-openapi-manager", "timestamp": 1655355484133, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.923Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.923Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.923Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "cds", "timestamp": 1655355480313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.924Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "multicloud-k8s-id", "timestamp": 1655355488501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-16T04:59:19.924Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.924Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355488646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.925Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.925Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.925Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "aai-ml", "timestamp": 1655355482059, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.926Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.926Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "ves-openapi-manager", "timestamp": 1655355484133, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.926Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.927Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "cds", "timestamp": 1655355480313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.927Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.927Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "multicloud-k8s-id", "timestamp": 1655355488501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-16T04:59:19.928Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.928Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.928Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355488646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.929Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.929Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "aai-ml", "timestamp": 1655355482059, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.929Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "ves-openapi-manager", "timestamp": 1655355484133, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.930Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.930Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.930Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "cds", "timestamp": 1655355480313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.931Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.931Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.931Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "multicloud-k8s-id", "timestamp": 1655355488501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.932Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.932Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355488646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.932Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.933Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "policy-id", "timestamp": 1655355492445, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.933Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.933Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "aai-ml", "timestamp": 1655355482059, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.934Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.934Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.934Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "ves-openapi-manager", "timestamp": 1655355484133, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.935Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.935Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "cds", "timestamp": 1655355480313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.935Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.936Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "multicloud-k8s-id", "timestamp": 1655355488501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-16T04:59:19.936Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.936Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355488646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.937Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.937Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.937Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "policy-id", "timestamp": 1655355492445, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.938Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "aai-ml", "timestamp": 1655355482059, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:59:19.938Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.938Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.939Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "ves-openapi-manager", "timestamp": 1655355484133, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.939Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.939Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.940Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "cds", "timestamp": 1655355480313, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:59:19.940Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.940Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "multicloud-k8s-id", "timestamp": 1655355488501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-16T04:59:19.941Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.941Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.941Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355488646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.942Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.942Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.942Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "policy-id", "timestamp": 1655355492445, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-16T04:59:19.943Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.943Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.943Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "aai-ml", "timestamp": 1655355495650, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:59:19.944Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:59:19.944Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.944Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "cds", "timestamp": 1655355496166, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T04:59:19.945Z||pool-2-thread-5|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T04:59:19.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.945Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "multicloud-k8s-id", "timestamp": 1655355488501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-16T04:59:19.945Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.945Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355488646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.946Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.946Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.946Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "policy-id", "timestamp": 1655355492445, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.947Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.947Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.947Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "multicloud-k8s-id", "timestamp": 1655355488501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.948Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355488646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:19.948Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:19.948Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:19.949Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "cds", "timestamp": 1655355497548, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "COMPONENT_DONE_OK", "componentName": "cds" } Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:59:19.977Z||pool-2-thread-5|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 9915e6d8-fd92-41c7-9468-41208942f1ab 2022-06-16T04:59:19.978Z||pool-2-thread-5|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9915e6d8-fd92-41c7-9468-41208942f1ab 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-06-16T04:59:20.004Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:20.006Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "policy-id", "timestamp": 1655355492445, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:20.006Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:20.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:20.007Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "multicloud-k8s-id", "timestamp": 1655355488501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:20.007Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:20.007Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:20.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355488646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:20.008Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:20.008Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:20.008Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "policy-id", "timestamp": 1655355492445, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:20.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:20.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:20.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "multicloud-k8s-id", "timestamp": 1655355488501, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:59:20.009Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:20.009Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:20.009Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355488646, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T04:59:20.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:20.010Z||pool-2-thread-5|||||DEBUG|500||received message from topic 2022-06-16T04:59:20.010Z||pool-2-thread-5|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "clamp", "timestamp": 1655355498329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T04:59:20.010Z||pool-2-thread-5|||||INFO|500||Missing status on Status Object. 2022-06-16T04:59:40.653Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: d59e8930-7287-4730-b32b-8dffb251f7ce Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T04:59:40.670Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: d59e8930-7287-4730-b32b-8dffb251f7ce Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T04:59:40.677Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T04:59:40.677Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-16T04:59:40.678Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-16T04:59:40.680Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-16T04:59:40.681Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:59:40.681Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:59:40.681Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:59:40.682Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:59:40.683Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:59:40.683Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T04:59:40.684Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-16T04:59:40.701Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-16T05:00:10.701Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: d59e8930-7287-4730-b32b-8dffb251f7ce 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-06-16T05:00:10.711Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: d59e8930-7287-4730-b32b-8dffb251f7ce and serviceModelVersionId: c70f1c38-c064-461a-8ff8-86294938ff8f 2022-06-16T05:00:10.712Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : 5bd0fd6a-d544-48f3-8a20-f2f40556b825 2022-06-16T05:00:10.714Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/5bd0fd6a-d544-48f3-8a20-f2f40556b825/model-vers/model-ver/c70f1c38-c064-461a-8ff8-86294938ff8f?depth=0 2022-06-16T05:00:10.726Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-16T05:00:10.840Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bd0fd6a-d544-48f3-8a20-f2f40556b825/model-vers/model-ver/c70f1c38-c064-461a-8ff8-86294938ff8f?depth=0|INFO|500||Invoke 2022-06-16T05:00:10.840Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bd0fd6a-d544-48f3-8a20-f2f40556b825/model-vers/model-ver/c70f1c38-c064-461a-8ff8-86294938ff8f?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bd0fd6a-d544-48f3-8a20-f2f40556b825/model-vers/model-ver/c70f1c38-c064-461a-8ff8-86294938ff8f?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[d59e8930-7287-4730-b32b-8dffb251f7ce], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[9821c695-d9ed-42e7-b84f-4794aef1ec02], X-ECOMP-RequestID=[d59e8930-7287-4730-b32b-8dffb251f7ce], X-TransactionId=[], X-ONAP-RequestID=[d59e8930-7287-4730-b32b-8dffb251f7ce], Content-Type=[application/merge-patch+json]} 2022-06-16T05:00:10.882Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bd0fd6a-d544-48f3-8a20-f2f40556b825/model-vers/model-ver/c70f1c38-c064-461a-8ff8-86294938ff8f?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-16T05:00:11.066Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bd0fd6a-d544-48f3-8a20-f2f40556b825/model-vers/model-ver/c70f1c38-c064-461a-8ff8-86294938ff8f?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/5bd0fd6a-d544-48f3-8a20-f2f40556b825/model-vers/model-ver/c70f1c38-c064-461a-8ff8-86294938ff8f?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220616-05:00:09:486-53150], vertex-id=[225432], Content-Length=[0], Date=[Thu, 16 Jun 2022 05:00:09 GMT], Content-Type=[application/json]} 2022-06-16T05:00:11.067Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bd0fd6a-d544-48f3-8a20-f2f40556b825/model-vers/model-ver/c70f1c38-c064-461a-8ff8-86294938ff8f?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-16T05:00:11.068Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/5bd0fd6a-d544-48f3-8a20-f2f40556b825/model-vers/model-ver/c70f1c38-c064-461a-8ff8-86294938ff8f?depth=0|INFO|500||InvokeReturn 2022-06-16T05:00:11.068Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-16T05:00:11.068Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-16T05:00:11.076Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-16T05:00:11.077Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID d59e8930-7287-4730-b32b-8dffb251f7ce and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-16T05:00:11.077Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-16T05:00:11.078Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:11.081Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:11.081Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355611077, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-16T05:00:11.182Z||pool-127-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T05:00:11.183Z||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-06-16T05:00:11.183Z||pool-127-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:11.205Z||pool-127-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:11.206Z||pool-127-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-16T05:00:12.110Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:00:12.111Z|d59e8930-7287-4730-b32b-8dffb251f7ce|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-06-16T05:00:12.111Z|d59e8930-7287-4730-b32b-8dffb251f7ce|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:16.570Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:16.571Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||received message from topic 2022-06-16T05:00:16.571Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||recieved notification from broker: {"distributionID":"9915e6d8-fd92-41c7-9468-41208942f1ab","serviceName":"basic_cnf_macro","serviceVersion":"1.0","serviceUUID":"e4981401-244b-42d7-84f1-235da5791cb9","serviceDescription":"service","serviceInvariantUUID":"fd132f15-fc45-4e2e-bdcb-88faf40b0212","resources":[{"resourceInstanceName":"basic_cnf_macro 0","resourceName":"basic_cnf_macro","resourceVersion":"1.0","resoucreType":"VF","resourceUUID":"5841f78c-a484-487f-bc6a-2197e050e8b6","resourceInvariantUUID":"e24959b6-3b0b-4c89-ba19-f83c101f8193","resourceCustomizationUUID":"898668c0-d9c3-4d81-8850-ec6668a2a6f9","category":"Generic","subcategory":"Abstract","artifacts":[{"artifactName":"vf-license-model.xml","artifactType":"VF_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml","artifactChecksum":"MTY2YmQ2MTA5N2UyNzQxYzIzYWY5NGQxNTRkZGQ4ODk\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"6851cc1f-736b-4f52-9c75-8bb3ef7261b5","artifactVersion":"1"},{"artifactName":"basic_cnf_macro0_modules.json","artifactType":"VF_MODULES_METADATA","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json","artifactChecksum":"NzljMGVkODY3OTA0MDEyM2M4OGI3NmE0ZGYwY2Y1NmM\u003d","artifactDescription":"Auto-generated VF Modules information artifact","artifactTimeout":0,"artifactUUID":"7b5518f4-5019-49a7-b60f-6868c51a6866","artifactVersion":"1"},{"artifactName":"base_template_dummy_ignore.yaml","artifactType":"HEAT","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml","artifactChecksum":"ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"eb2a0def-083f-4e29-99f5-d7180c8b657e","artifactVersion":"1"},{"artifactName":"vendor-license-model.xml","artifactType":"VENDOR_LICENSE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml","artifactChecksum":"Njk1MTM1MjJiZTllY2UyN2I2MWE2NzA1NzAzZWM5YjY\u003d","artifactDescription":" Vendor license file","artifactTimeout":0,"artifactUUID":"08f6ef50-98e0-4d2c-be8b-35107927996a","artifactVersion":"1"},{"artifactName":"helm_apache.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env","artifactChecksum":"MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d2322ea9-2f11-44e4-986d-cdb0345b62a7","artifactVersion":"2","generatedFromUUID":"85ebd85c-37a8-4c95-a55e-396b04f56d24"},{"artifactName":"base_template_dummy_ignore.env","artifactType":"HEAT_ENV","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env","artifactChecksum":"MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d","artifactDescription":"Auto-generated HEAT Environment deployment artifact","artifactTimeout":0,"artifactUUID":"d5face56-be44-4937-8baf-2feb63ec220f","artifactVersion":"2","generatedFromUUID":"eb2a0def-083f-4e29-99f5-d7180c8b657e"},{"artifactName":"helm_apache.tgz","artifactType":"HELM","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz","artifactChecksum":"Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d","artifactDescription":"created from csar","artifactTimeout":30,"artifactUUID":"85ebd85c-37a8-4c95-a55e-396b04f56d24","artifactVersion":"1"},{"artifactName":"basic_cnf_cba_enriched.zip","artifactType":"CONTROLLER_BLUEPRINT_ARCHIVE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip","artifactChecksum":"OWEzNmRmZDA4MGYyNGFkYTE2M2M0ZmVhMjNhZDVjNmM\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"4f691ddb-340c-4966-aacc-15049341cc9f","artifactVersion":"1"}]}],"serviceArtifacts":[{"artifactName":"service-BasicCnfMacro-template.yml","artifactType":"TOSCA_TEMPLATE","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml","artifactChecksum":"NDUyNWUyN2M2MmM0NjNiYzY1MGQyNGYzNzFkNDllYTQ\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"7c0b7858-037c-452a-8881-c55be8eaad21","artifactVersion":"1"},{"artifactName":"service-BasicCnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar","artifactChecksum":"ZWYzMTJlNjYxYTQ1ODFjYzFiNGRhZmZmN2MxNjdmOGM\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"1bcca9d6-a74a-48ec-b6e9-742f1523403f","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-16T05:00:16.577Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T05:00:16.577Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:16.580Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:16.580Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355612110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:00:16.682Z||pool-128-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-16T05:00:16.683Z||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-06-16T05:00:16.684Z||pool-128-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:16.707Z||pool-128-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:16.708Z||pool-128-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:00:17.581Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T05:00:17.583Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:17.586Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:17.586Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355612110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-16T05:00:17.687Z||pool-129-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-16T05:00:17.688Z||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-06-16T05:00:17.688Z||pool-129-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:17.709Z||pool-129-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:17.710Z||pool-129-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:00:18.588Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T05:00:18.589Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:18.592Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:18.592Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355612110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-16T05:00:18.692Z||pool-130-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T05:00:18.693Z||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-06-16T05:00:18.694Z||pool-130-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:18.712Z||pool-130-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:18.712Z||pool-130-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-16T05:00:19.593Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T05:00:19.593Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:19.606Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:19.606Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355612110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:00:19.681Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:00:19.682Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-06-16T05:00:19.683Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:19.706Z||pool-131-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T05:00:19.707Z||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-06-16T05:00:19.707Z||pool-131-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:19.718Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:19.720Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:00:19.721Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "policy-id", "timestamp": 1655355492445, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-16T05:00:19.723Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-16T05:00:19.729Z||pool-131-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:19.729Z||pool-131-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:00:20.607Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T05:00:20.607Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:20.611Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:20.611Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355612110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-16T05:00:20.711Z||pool-132-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T05:00:20.712Z||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-06-16T05:00:20.712Z||pool-132-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:20.728Z||pool-132-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:20.729Z||pool-132-thread-1|||||INFO|500||cambria reply ok (18 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:00:21.612Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T05:00:21.612Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:21.617Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:21.617Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355612110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-16T05:00:21.717Z||pool-133-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T05:00:21.718Z||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-06-16T05:00:21.718Z||pool-133-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:21.736Z||pool-133-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:21.737Z||pool-133-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":1,"count":1} 2022-06-16T05:00:22.625Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T05:00:22.625Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:22.629Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:22.629Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355612110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-16T05:00:22.730Z||pool-134-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T05:00:22.733Z||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-06-16T05:00:22.738Z||pool-134-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:22.761Z||pool-134-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:22.762Z||pool-134-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:00:23.634Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T05:00:23.635Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:23.644Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:23.644Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355612110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T05:00:23.740Z||pool-135-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-16T05:00:23.742Z||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-06-16T05:00:23.743Z||pool-135-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:23.759Z||pool-135-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:23.760Z||pool-135-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:00:24.645Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T05:00:24.647Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:24.651Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:24.652Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355612110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T05:00:24.755Z||pool-136-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 102 ms 2022-06-16T05:00:24.756Z||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-06-16T05:00:24.757Z||pool-136-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:24.773Z||pool-136-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:24.774Z||pool-136-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:00:25.652Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T05:00:25.653Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:25.658Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:25.659Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355612110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T05:00:25.757Z||pool-137-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-16T05:00:25.758Z||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-06-16T05:00:25.758Z||pool-137-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:25.786Z||pool-137-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:25.787Z||pool-137-thread-1|||||INFO|500||cambria reply ok (30 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:00:26.661Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||sending notification to client: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "serviceName": "basic_cnf_macro", "serviceVersion": "1.0", "serviceUUID": "e4981401-244b-42d7-84f1-235da5791cb9", "serviceDescription": "service", "serviceInvariantUUID": "fd132f15-fc45-4e2e-bdcb-88faf40b0212", "resources": [ { "resourceInstanceName": "basic_cnf_macro 0", "resourceCustomizationUUID": "898668c0-d9c3-4d81-8850-ec6668a2a6f9", "resourceName": "basic_cnf_macro", "resourceVersion": "1.0", "resoucreType": "VF", "resourceUUID": "5841f78c-a484-487f-bc6a-2197e050e8b6", "resourceInvariantUUID": "e24959b6-3b0b-4c89-ba19-f83c101f8193", "category": "Generic", "subcategory": "Abstract", "artifacts": [ { "artifactName": "basic_cnf_macro0_modules.json", "artifactType": "VF_MODULES_METADATA", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "artifactChecksum": "NzljMGVkODY3OTA0MDEyM2M4OGI3NmE0ZGYwY2Y1NmM\u003d", "artifactDescription": "Auto-generated VF Modules information artifact", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "7b5518f4-5019-49a7-b60f-6868c51a6866", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.yaml", "artifactType": "HEAT", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "artifactChecksum": "ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "eb2a0def-083f-4e29-99f5-d7180c8b657e", "generatedArtifact": { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d5face56-be44-4937-8baf-2feb63ec220f", "generatedFromUUID": "eb2a0def-083f-4e29-99f5-d7180c8b657e" }, "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "artifactChecksum": "MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d2322ea9-2f11-44e4-986d-cdb0345b62a7", "relatedArtifactsInfo": [] }, { "artifactName": "base_template_dummy_ignore.env", "artifactType": "HEAT_ENV", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "artifactChecksum": "MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM\u003d", "artifactDescription": "Auto-generated HEAT Environment deployment artifact", "artifactTimeout": 0, "artifactVersion": "2", "artifactUUID": "d5face56-be44-4937-8baf-2feb63ec220f", "relatedArtifactsInfo": [] }, { "artifactName": "helm_apache.tgz", "artifactType": "HELM", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "artifactChecksum": "Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE\u003d", "artifactDescription": "created from csar", "artifactTimeout": 30, "artifactVersion": "1", "artifactUUID": "85ebd85c-37a8-4c95-a55e-396b04f56d24", "relatedArtifactsInfo": [] } ] } ], "serviceArtifacts": [ { "artifactName": "service-BasicCnfMacro-csar.csar", "artifactType": "TOSCA_CSAR", "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "artifactChecksum": "ZWYzMTJlNjYxYTQ1ODFjYzFiNGRhZmZmN2MxNjdmOGM\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "1bcca9d6-a74a-48ec-b6e9-742f1523403f" } ], "workloadContext": "Production" } 2022-06-16T05:00:26.661Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-16T05:00:26.662Z|d59e8930-7287-4730-b32b-8dffb251f7ce|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 5 e4981401-244b-42d7-84f1-235da5791cb9 ASDC 2022-06-16T05:00:26.663Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||ASDC Notification: DistributionID:9915e6d8-fd92-41c7-9468-41208942f1ab ServiceName:basic_cnf_macro ServiceVersion:1.0 ServiceUUID:e4981401-244b-42d7-84f1-235da5791cb9 ServiceInvariantUUID:fd132f15-fc45-4e2e-bdcb-88faf40b0212 ServiceDescription:service Service Artifacts List: { Service Artifacts Info: ArtifactName:service-BasicCnfMacro-csar.csar ArtifactVersion:1 ArtifactType:TOSCA_CSAR ArtifactDescription:TOSCA definition package of the asset ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ArtifactUUID:1bcca9d6-a74a-48ec-b6e9-742f1523403f ArtifactChecksum:ZWYzMTJlNjYxYTQ1ODFjYzFiNGRhZmZmN2MxNjdmOGM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:basic_cnf_macro 0 ResourceCustomizationUUID:898668c0-d9c3-4d81-8850-ec6668a2a6f9 ResourceInvariantUUID:e24959b6-3b0b-4c89-ba19-f83c101f8193 ResourceName:basic_cnf_macro ResourceType:VF ResourceUUID:5841f78c-a484-487f-bc6a-2197e050e8b6 ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: { Service Artifacts Info: ArtifactName:basic_cnf_macro0_modules.json ArtifactVersion:1 ArtifactType:VF_MODULES_METADATA ArtifactDescription:Auto-generated VF Modules information artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ArtifactUUID:7b5518f4-5019-49a7-b60f-6868c51a6866 ArtifactChecksum:NzljMGVkODY3OTA0MDEyM2M4OGI3NmE0ZGYwY2Y1NmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.yaml ArtifactVersion:1 ArtifactType:HEAT ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ArtifactUUID:eb2a0def-083f-4e29-99f5-d7180c8b657e ArtifactChecksum:ZjI3NTdkZWViNTEzY2NhZjg4MmQ3OTcxZjcyMmNmNDY= GeneratedArtifact:{Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:d5face56-be44-4937-8baf-2feb63ec220f ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ArtifactUUID:d2322ea9-2f11-44e4-986d-cdb0345b62a7 ArtifactChecksum:MTA2MjAxNDAyMmY0NmMwYTlmMDMyN2FjZDUxODkzNWI= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:base_template_dummy_ignore.env ArtifactVersion:2 ArtifactType:HEAT_ENV ArtifactDescription:Auto-generated HEAT Environment deployment artifact ArtifactTimeout:0 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ArtifactUUID:d5face56-be44-4937-8baf-2feb63ec220f ArtifactChecksum:MTFhYjczYTdlMDU5MmE4N2FlMzhkM2RmMjIxZmY4ZmM= GeneratedArtifact:{NULL } RelatedArtifacts:{ } , Service Artifacts Info: ArtifactName:helm_apache.tgz ArtifactVersion:1 ArtifactType:HELM ArtifactDescription:created from csar ArtifactTimeout:30 ArtifactURL:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ArtifactUUID:85ebd85c-37a8-4c95-a55e-396b04f56d24 ArtifactChecksum:Y2VkYmU2NTRiYmM1ZWZjNjIyYjE1MjI1Y2FjNWFhMjE= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } } 2022-06-16T05:00:26.663Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF e4981401-244b-42d7-84f1-235da5791cb9 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-06-16T05:00:26.738Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-16T05:00:26.739Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-16T05:00:26.739Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-16T05:00:26.739Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 1bcca9d6-a74a-48ec-b6e9-742f1523403f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-16T05:00:26.740Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-16T05:00:26.740Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-16T05:00:26.834Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-16T05:00:26.858Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 1bcca9d6-a74a-48ec-b6e9-742f1523403f 158211 2022-06-16T05:00:26.859Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-16T05:00:26.859Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-16T05:00:26.859Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T05:00:26.859Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:26.864Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:26.864Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355626859, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T05:00:26.964Z||pool-138-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T05:00:26.965Z||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-06-16T05:00:26.966Z||pool-138-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:26.988Z||pool-138-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:26.988Z||pool-138-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:00:27.869Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-16T05:00:27.873Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||MSO config path is: /app 2022-06-16T05:00:27.874Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||Trying to write artifact UUID: 1bcca9d6-a74a-48ec-b6e9-742f1523403f, URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar to file: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-16T05:00:27.878Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-BasicCnfMacro-csar.csar 2022-06-16T05:00:27.880Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-16T05:00:27.884Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-16T05:00:28.155Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP17696764782780668135/Definitions/service-BasicCnfMacro-template.yml 2022-06-16T05:00:30.225Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-16T05:00:30.226Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-16T05:00:30.226Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-16T05:00:30.226Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||WARN|500||ToscaTemplate - verifyTemplate - 4 Parsing Warnings occurred... 2022-06-16T05:00:30.227Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-16T05:00:30.227Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-16T05:00:30.227Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "abstract_dummy_base" are missing field(s): [nfc_function]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-16T05:00:30.227Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "basic_cnf_macro 0" are missing field(s): [nf_naming_code, nf_function, max_instances, nf_type, nf_role, min_instances]. CSAR name - /app/ASDC/1/service-BasicCnfMacro-csar.csar 2022-06-16T05:00:30.227Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||WARN|500||#################################################################################################### 2022-06-16T05:00:30.227Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:30.228Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:00:30.228Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-16T05:00:30.229Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-16T05:00:30.229Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-16T05:00:30.229Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:30.229Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:00:30.229Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-16T05:00:30.229Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Search for entities recursively 2022-06-16T05:00:30.230Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0, abstract_dummy_base] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-16T05:00:30.230Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:30.230Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:00:30.230Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:30.230Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-16T05:00:30.231Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is not matching search criteria 2022-06-16T05:00:30.231Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Node template dummy_base is not matching search criteria 2022-06-16T05:00:30.231Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Found topology templates [] matching following query criteria: sdcType=VF, customizationUUID=customizationUUID 2022-06-16T05:00:30.231Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:30.231Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-16T05:00:30.232Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:30.232Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-16T05:00:30.232Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T05:00:30.232Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:30.232Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-16T05:00:30.233Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T05:00:30.236Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:30.236Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-16T05:00:30.237Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T05:00:30.241Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:30.241Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-16T05:00:30.242Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T05:00:30.242Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:30.242Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is not matching search criteria 2022-06-16T05:00:30.243Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Node template abstract_dummy_base is matching search criteria 2022-06-16T05:00:30.243Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Found topology templates [abstract_dummy_base] matching following query criteria: sdcType=CVFC, customizationUUID=08bf6545-6515-4fed-9129-094c7091e9d6 2022-06-16T05:00:30.246Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:30.246Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:00:30.246Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:30.246Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:00:30.247Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:30.247Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:00:30.247Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:30.247Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:00:30.248Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:basic_cnf_macro Description:service Model UUID:e4981401-244b-42d7-84f1-235da5791cb9 Model Version:NULL Model InvariantUuid:fd132f15-fc45-4e2e-bdcb-88faf40b0212 Service Type: Service Role: WorkLoad Context:Production Environment Context:General_Revenue-Bearing VNF Properties: Model Name:basic_cnf_macro Model UUID:32bdd248-1535-4ccc-bdb2-a81606c0e66f Description:VF Version:1.0 Type:VF Category:Generic InvariantUuid:e24959b6-3b0b-4c89-ba19-f83c101f8193 Max Instances:null Min Instances:null VNF Customization Properties: Customization UUID:898668c0-d9c3-4d81-8850-ec6668a2a6f9 NFFunction:null NFCode:null NFRole:null NFType:null MultiStageDesign:false VF Module Properties: ModelInvariantUuid:47974ff9-53f5-495c-8146-6dd72ce0d220 ModelName:BasicCnfMacro..helm_apache..module-1 ModelUuid:aaf8f160-2db7-4e53-bea9-927b2572da7f ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL VF Module Properties: ModelInvariantUuid:31361c92-edc5-4ad6-b25b-98aaffbd813d ModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 ModelUuid:aa1f0e57-1721-40b3-8f02-5fc2c38828d7 ModelVersion:1 Description:NULL VF Module Customization Properties: Model Customization UUID:NULL CVNFC Properties: ModelCustomizationUuid:08bf6545-6515-4fed-9129-094c7091e9d6 ModelInvariantUuid:cbfdf790-5af1-4817-8fc0-b5541b838149 ModelName:basic_cnf_macro-nodes.dummy_baseCvfc ModelUuid:3ecac0c5-7ccd-47e0-97b6-7c71705fb196 ModelVersion:1.0 Description:Complex node type that is used as nested type in VF Template Name:abstract_dummy_base VNFC Properties: ModelCustomizationUuid:c7d7fd7d-69ec-4edc-b848-aca4961ab81c ModelInvariantUuid:8f80734b-a41c-48ac-85eb-cd26d604b27e ModelName:BasicCnfMacro.compute.nodes.heat.dummy_base ModelUuid:98a3c935-6a25-47aa-9ac6-7af5c6e9b826 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-06-16T05:00:30.294Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||Processing Resource Type: VF, Model UUID: 5841f78c-a484-487f-bc6a-2197e050e8b6 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-06-16T05:00:30.305Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||basic_cnf_macro 0 2022-06-16T05:00:30.305Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Processing Resource Type: VF and Model UUID: 5841f78c-a484-487f-bc6a-2197e050e8b6 2022-06-16T05:00:30.305Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 7b5518f4-5019-49a7-b60f-6868c51a6866 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-16T05:00:30.306Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-16T05:00:30.306Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-16T05:00:30.455Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-16T05:00:30.456Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 7b5518f4-5019-49a7-b60f-6868c51a6866 1565 2022-06-16T05:00:30.456Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-16T05:00:30.457Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-16T05:00:30.457Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T05:00:30.457Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:30.465Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:30.465Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355630456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-16T05:00:30.561Z||pool-139-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-16T05:00:30.562Z||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-06-16T05:00:30.563Z||pool-139-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:30.584Z||pool-139-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:30.585Z||pool-139-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:00:31.466Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "31361c92-edc5-4ad6-b25b-98aaffbd813d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aa1f0e57-1721-40b3-8f02-5fc2c38828d7", "vfModuleModelCustomizationUUID": "6a36df9a-cdd4-4ad0-8429-866e969fd888", "isBase": true, "artifacts": [ "eb2a0def-083f-4e29-99f5-d7180c8b657e", "d5face56-be44-4937-8baf-2feb63ec220f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "47974ff9-53f5-495c-8146-6dd72ce0d220", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aaf8f160-2db7-4e53-bea9-927b2572da7f", "vfModuleModelCustomizationUUID": "1eb80b9f-2a7b-4121-8f40-254faab35040", "isBase": false, "artifacts": [ "85ebd85c-37a8-4c95-a55e-396b04f56d24" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-16T05:00:31.477Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:aa1f0e57-1721-40b3-8f02-5fc2c38828d7 VfModuleModelInvariantUUID:31361c92-edc5-4ad6-b25b-98aaffbd813d VfModuleModelDescription:NULL Artifacts UUID List:{ eb2a0def-083f-4e29-99f5-d7180c8b657e , d5face56-be44-4937-8baf-2feb63ec220f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:aaf8f160-2db7-4e53-bea9-927b2572da7f VfModuleModelInvariantUUID:47974ff9-53f5-495c-8146-6dd72ce0d220 VfModuleModelDescription:NULL Artifacts UUID List:{ 85ebd85c-37a8-4c95-a55e-396b04f56d24 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-16T05:00:31.481Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||VF_MODULE_ARTIFACT: [ { "vfModuleModelName": "BasicCnfMacro..base_template_dummy_ignore..module-0", "vfModuleModelInvariantUUID": "31361c92-edc5-4ad6-b25b-98aaffbd813d", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aa1f0e57-1721-40b3-8f02-5fc2c38828d7", "vfModuleModelCustomizationUUID": "6a36df9a-cdd4-4ad0-8429-866e969fd888", "isBase": true, "artifacts": [ "eb2a0def-083f-4e29-99f5-d7180c8b657e", "d5face56-be44-4937-8baf-2feb63ec220f" ], "properties": { "min_vf_module_instances": "1", "vf_module_label": "base_template_dummy_ignore", "max_vf_module_instances": "1", "vfc_list": "", "vf_module_type": "Base", "vf_module_description": "", "initial_count": "1", "volume_group": "false", "availability_zone_count": "" } }, { "vfModuleModelName": "BasicCnfMacro..helm_apache..module-1", "vfModuleModelInvariantUUID": "47974ff9-53f5-495c-8146-6dd72ce0d220", "vfModuleModelVersion": "1", "vfModuleModelUUID": "aaf8f160-2db7-4e53-bea9-927b2572da7f", "vfModuleModelCustomizationUUID": "1eb80b9f-2a7b-4121-8f40-254faab35040", "isBase": false, "artifacts": [ "85ebd85c-37a8-4c95-a55e-396b04f56d24" ], "properties": { "min_vf_module_instances": "0", "vf_module_label": "helm_apache", "max_vf_module_instances": "", "vfc_list": "", "vf_module_type": "Expansion", "vf_module_description": "", "initial_count": "0", "volume_group": "false", "availability_zone_count": "" } } ] 2022-06-16T05:00:31.481Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||VfModuleMetaData List: { VfModuleMetaData: VfModuleModelName:BasicCnfMacro..base_template_dummy_ignore..module-0 VfModuleModelVersion:1 VfModuleModelUUID:aa1f0e57-1721-40b3-8f02-5fc2c38828d7 VfModuleModelInvariantUUID:31361c92-edc5-4ad6-b25b-98aaffbd813d VfModuleModelDescription:NULL Artifacts UUID List:{ eb2a0def-083f-4e29-99f5-d7180c8b657e , d5face56-be44-4937-8baf-2feb63ec220f } Properties List:{ min_vf_module_instances : 1 vf_module_label : base_template_dummy_ignore max_vf_module_instances : 1 vfc_list : vf_module_type : Base vf_module_description : initial_count : 1 volume_group : false availability_zone_count : } isBase:true , VfModuleMetaData: VfModuleModelName:BasicCnfMacro..helm_apache..module-1 VfModuleModelVersion:1 VfModuleModelUUID:aaf8f160-2db7-4e53-bea9-927b2572da7f VfModuleModelInvariantUUID:47974ff9-53f5-495c-8146-6dd72ce0d220 VfModuleModelDescription:NULL Artifacts UUID List:{ 85ebd85c-37a8-4c95-a55e-396b04f56d24 } Properties List:{ min_vf_module_instances : 0 vf_module_label : helm_apache max_vf_module_instances : vfc_list : vf_module_type : Expansion vf_module_description : initial_count : 0 volume_group : false availability_zone_count : } isBase:false } 2022-06-16T05:00:31.481Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: eb2a0def-083f-4e29-99f5-d7180c8b657e from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-16T05:00:31.482Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-16T05:00:31.482Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-16T05:00:31.640Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-16T05:00:31.641Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml eb2a0def-083f-4e29-99f5-d7180c8b657e 914 2022-06-16T05:00:31.641Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-16T05:00:31.641Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-16T05:00:31.641Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T05:00:31.642Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:31.644Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:31.644Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355631641, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-16T05:00:31.744Z||pool-140-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T05:00:31.745Z||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-06-16T05:00:31.745Z||pool-140-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:31.771Z||pool-140-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:31.771Z||pool-140-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:00:32.645Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d2322ea9-2f11-44e4-986d-cdb0345b62a7 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-16T05:00:32.645Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-16T05:00:32.646Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-16T05:00:32.748Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-16T05:00:32.748Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env d2322ea9-2f11-44e4-986d-cdb0345b62a7 12 2022-06-16T05:00:32.749Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-16T05:00:32.749Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env 2022-06-16T05:00:32.749Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T05:00:32.750Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:32.753Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:32.753Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355632749, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-16T05:00:32.853Z||pool-141-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T05:00:32.854Z||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-06-16T05:00:32.854Z||pool-141-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:32.883Z||pool-141-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:32.884Z||pool-141-thread-1|||||INFO|500||cambria reply ok (31 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:00:33.754Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: d5face56-be44-4937-8baf-2feb63ec220f from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-16T05:00:33.755Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-16T05:00:33.755Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-16T05:00:33.802Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-16T05:00:33.803Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env d5face56-be44-4937-8baf-2feb63ec220f 96 2022-06-16T05:00:33.804Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-16T05:00:33.804Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-16T05:00:33.804Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T05:00:33.805Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:33.808Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:33.808Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355633804, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-16T05:00:33.908Z||pool-142-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T05:00:33.909Z||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-06-16T05:00:33.909Z||pool-142-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:33.930Z||pool-142-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:33.937Z||pool-142-thread-1|||||INFO|500||cambria reply ok (28 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:00:34.809Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||Trying to download the artifact UUID: 85ebd85c-37a8-4c95-a55e-396b04f56d24 from URL: /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-16T05:00:34.810Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - download 2022-06-16T05:00:34.810Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-16T05:00:34.864Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||GET Response Status 200 2022-06-16T05:00:34.866Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 85ebd85c-37a8-4c95-a55e-396b04f56d24 20206 2022-06-16T05:00:34.866Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-16T05:00:34.867Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz 2022-06-16T05:00:34.867Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T05:00:34.867Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:34.870Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:34.870Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355634866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-16T05:00:34.971Z||pool-143-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T05:00:34.972Z||pool-143-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-16T05:00:34.973Z||pool-143-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:34.995Z||pool-143-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:34.996Z||pool-143-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:00:35.875Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Preparing to deploy Service: e4981401-244b-42d7-84f1-235da5791cb9 2022-06-16T05:00:35.876Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT basic_cnf_macro 0 5841f78c-a484-487f-bc6a-2197e050e8b6 ASDC Hibernate: select heatenviro0_.ARTIFACT_UUID as artifact1_26_, heatenviro0_.ARTIFACT_CHECKSUM as artifact2_26_, heatenviro0_.CREATION_TIMESTAMP as creation3_26_, heatenviro0_.DESCRIPTION as descript4_26_, heatenviro0_.BODY as body5_26_, heatenviro0_.NAME as name6_26_, heatenviro0_.VERSION as version7_26_ from heat_environment heatenviro0_ where heatenviro0_.ARTIFACT_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_0_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_0_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_0_, toscacsar0_.DESCRIPTION as descript4_57_0_, toscacsar0_.NAME as name5_57_0_, toscacsar0_.URL as url6_57_0_, toscacsar0_.Version as version7_57_0_ from tosca_csar toscacsar0_ where toscacsar0_.ARTIFACT_UUID=? Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-16T05:00:35.925Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@3c4bdcc7, org.onap.sdc.toscaparser.api.parameters.Input@12c99dc1, org.onap.sdc.toscaparser.api.parameters.Input@14a2f670, org.onap.sdc.toscaparser.api.parameters.Input@6f21e52b, org.onap.sdc.toscaparser.api.parameters.Input@d6eb1ec] 2022-06-16T05:00:35.927Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:35.928Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:00:35.928Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||VF Category is: Generic 2022-06-16T05:00:35.928Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||VFCustomizationUUID= 898668c0-d9c3-4d81-8850-ec6668a2a6f9 2022-06-16T05:00:35.928Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Checking if Notification VF ResourceCustomizationUUID: 898668c0-d9c3-4d81-8850-ec6668a2a6f9 matches Tosca VF Customization UUID: 898668c0-d9c3-4d81-8850-ec6668a2a6f9 2022-06-16T05:00:35.929Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||vfCustomizationUUID: 898668c0-d9c3-4d81-8850-ec6668a2a6f9 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-06-16T05:00:35.933Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:35.933Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:00:35.934Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||resource request for resource customization id 898668c0-d9c3-4d81-8850-ec6668a2a6f9: {\"vf_module_id\":\"demo_module_id\",\"skip_post_instantiation_configuration\":\"false\",\"nf_naming\":\"true\",\"multi_stage_design\":\"false\",\"controller_actor\":\"CDS\",\"availability_zone_max_count\":\"1\",\"vnf_id\":\"demo_app\",\"sdnc_model_version\":\"1.0.0\",\"sdnc_artifact_name\":\"vnf\",\"vnf_name\":\"demo_vnf_ignore\",\"sdnc_model_name\":\"APACHE\"} 2022-06-16T05:00:35.935Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||vfModuleStructure: org.onap.so.asdc.installer.VfModuleStructure@30edd0e7 2022-06-16T05:00:35.935Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:35.935Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=GROUP, nodeTemplateType=null, toscaType=org.openecomp.groups.VfModule, uUID=null, customizationUUID=null 2022-06-16T05:00:35.935Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Comparing Vf_Modules_Metadata CustomizationUUID : 1eb80b9f-2a7b-4121-8f40-254faab35040 2022-06-16T05:00:35.935Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||To Csar Group VFModuleModelCustomizationUUID 1eb80b9f-2a7b-4121-8f40-254faab35040 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-06-16T05:00:35.939Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:35.940Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-16T05:00:35.940Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T05:00:35.940Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:35.940Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-16T05:00:35.941Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=null 2022-06-16T05:00:35.941Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:35.941Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Node template basic_cnf_macro 0 is matching search criteria 2022-06-16T05:00:35.941Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Found topology templates [basic_cnf_macro 0] matching following query criteria: sdcType=VF, customizationUUID=898668c0-d9c3-4d81-8850-ec6668a2a6f9 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-06-16T05:00:35.945Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:35.946Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:00:35.946Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500|| resourceSeq for service uuid e4981401-244b-42d7-84f1-235da5791cb9: basic_cnf_macro 2022-06-16T05:00:35.947Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:35.947Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:00:35.948Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:35.948Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:00:35.948Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:35.949Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:00:35.949Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:35.949Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:00:35.950Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:00:35.950Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Service basic_cnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:00:35.951Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||Saving Service: basic_cnf_macro Hibernate: select service0_.MODEL_UUID as model_uu1_50_3_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_3_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_3_, service0_.SERVICE_CATEGORY as service_4_50_3_, service0_.CONTROLLER_ACTOR as controll5_50_3_, service0_.CREATION_TIMESTAMP as creation6_50_3_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, service0_.DESCRIPTION as descript7_50_3_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_3_, service0_.ENVIRONMENT_CONTEXT as environm9_50_3_, service0_.MODEL_INVARIANT_UUID as model_i10_50_3_, service0_.MODEL_NAME as model_n11_50_3_, service0_.MODEL_VERSION as model_v12_50_3_, service0_.NAMING_POLICY as naming_13_50_3_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_3_, service0_.RESOURCE_ORDER as resourc15_50_3_, service0_.SERVICE_FUNCTION as service16_50_3_, service0_.SERVICE_ROLE as service17_50_3_, service0_.SERVICE_TYPE as service18_50_3_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_3_, service0_.WORKLOAD_CONTEXT as workloa20_50_3_, allottedcu1_.SERVICE_MODEL_UUID as service_1_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as resource2_8_5_, allottedre2_.MODEL_CUSTOMIZATION_UUID as model_cu1_7_0_, allottedre2_.AR_MODEL_UUID as ar_mode15_7_0_, allottedre2_.CREATION_TIMESTAMP as creation2_7_0_, allottedre2_.MAX_INSTANCES as max_inst3_7_0_, allottedre2_.MIN_INSTANCES as min_inst4_7_0_, allottedre2_.MODEL_INSTANCE_NAME as model_in5_7_0_, allottedre2_.NF_FUNCTION as nf_funct6_7_0_, allottedre2_.NF_NAMING_CODE as nf_namin7_7_0_, allottedre2_.NF_ROLE as nf_role8_7_0_, allottedre2_.NF_TYPE as nf_type9_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_INVARIANT_UUID as providi10_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_NAME as providi11_7_0_, allottedre2_.PROVIDING_SERVICE_MODEL_UUID as providi12_7_0_, allottedre2_.RESOURCE_INPUT as resourc13_7_0_, allottedre2_.TARGET_NETWORK_ROLE as target_14_7_0_, allottedre3_.MODEL_UUID as model_uu1_6_1_, allottedre3_.CREATION_TIMESTAMP as creation2_6_1_, allottedre3_.DESCRIPTION as descript3_6_1_, allottedre3_.MODEL_INVARIANT_UUID as model_in4_6_1_, allottedre3_.MODEL_NAME as model_na5_6_1_, allottedre3_.MODEL_VERSION as model_ve6_6_1_, allottedre3_.SUBCATEGORY as subcateg7_6_1_, allottedre3_.TOSCA_NODE_TYPE as tosca_no8_6_1_, toscacsar4_.ARTIFACT_UUID as artifact1_57_2_, toscacsar4_.ARTIFACT_CHECKSUM as artifact2_57_2_, toscacsar4_.CREATION_TIMESTAMP as creation3_57_2_, toscacsar4_.DESCRIPTION as descript4_57_2_, toscacsar4_.NAME as name5_57_2_, toscacsar4_.URL as url6_57_2_, toscacsar4_.Version as version7_57_2_ from service service0_ left outer join allotted_resource_customization_to_service allottedcu1_ on service0_.MODEL_UUID=allottedcu1_.SERVICE_MODEL_UUID left outer join allotted_resource_customization allottedre2_ on allottedcu1_.RESOURCE_MODEL_CUSTOMIZATION_UUID=allottedre2_.MODEL_CUSTOMIZATION_UUID left outer join allotted_resource allottedre3_ on allottedre2_.AR_MODEL_UUID=allottedre3_.MODEL_UUID left outer join tosca_csar toscacsar4_ on service0_.TOSCA_CSAR_ARTIFACT_UUID=toscacsar4_.ARTIFACT_UUID where service0_.MODEL_UUID=? Hibernate: select toscacsar0_.ARTIFACT_UUID as artifact1_57_1_, toscacsar0_.ARTIFACT_CHECKSUM as artifact2_57_1_, toscacsar0_.CREATION_TIMESTAMP as creation3_57_1_, toscacsar0_.DESCRIPTION as descript4_57_1_, toscacsar0_.NAME as name5_57_1_, toscacsar0_.URL as url6_57_1_, toscacsar0_.Version as version7_57_1_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_3_, services1_.MODEL_UUID as model_uu1_50_3_, services1_.MODEL_UUID as model_uu1_50_0_, services1_.CDS_BLUEPRINT_NAME as cds_blue2_50_0_, services1_.CDS_BLUEPRINT_VERSION as cds_blue3_50_0_, services1_.SERVICE_CATEGORY as service_4_50_0_, services1_.CONTROLLER_ACTOR as controll5_50_0_, services1_.CREATION_TIMESTAMP as creation6_50_0_, services1_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_0_, services1_.DESCRIPTION as descript7_50_0_, services1_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_0_, services1_.ENVIRONMENT_CONTEXT as environm9_50_0_, services1_.MODEL_INVARIANT_UUID as model_i10_50_0_, services1_.MODEL_NAME as model_n11_50_0_, services1_.MODEL_VERSION as model_v12_50_0_, services1_.NAMING_POLICY as naming_13_50_0_, services1_.ONAP_GENERATED_NAMING as onap_ge14_50_0_, services1_.RESOURCE_ORDER as resourc15_50_0_, services1_.SERVICE_FUNCTION as service16_50_0_, services1_.SERVICE_ROLE as service17_50_0_, services1_.SERVICE_TYPE as service18_50_0_, services1_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_0_, services1_.WORKLOAD_CONTEXT as workloa20_50_0_ from tosca_csar toscacsar0_ left outer join service services1_ on toscacsar0_.ARTIFACT_UUID=services1_.TOSCA_CSAR_ARTIFACT_UUID where toscacsar0_.ARTIFACT_UUID=? Hibernate: insert into tosca_csar (ARTIFACT_CHECKSUM, CREATION_TIMESTAMP, DESCRIPTION, NAME, URL, Version, ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service (CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, SERVICE_CATEGORY, CONTROLLER_ACTOR, CREATION_TIMESTAMP, TOSCA_CSAR_ARTIFACT_UUID, DESCRIPTION, OVERALL_DISTRIBUTION_STATUS, ENVIRONMENT_CONTEXT, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, NAMING_POLICY, ONAP_GENERATED_NAMING, RESOURCE_ORDER, SERVICE_FUNCTION, SERVICE_ROLE, SERVICE_TYPE, SKIP_POST_INSTANTIATION_CONFIGURATION, WORKLOAD_CONTEXT, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into service_info (SERVICE_MODEL_UUID, SERVICE_INPUT, SERVICE_PROPERTIES) values (?, ?, ?) Hibernate: select vnfresourc0_.MODEL_UUID as model_uu1_64_0_, vnfresourc0_.AIC_VERSION_MAX as aic_vers2_64_0_, vnfresourc0_.AIC_VERSION_MIN as aic_vers3_64_0_, vnfresourc0_.RESOURCE_CATEGORY as resource4_64_0_, vnfresourc0_.CREATION_TIMESTAMP as creation5_64_0_, vnfresourc0_.DESCRIPTION as descript6_64_0_, vnfresourc0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_0_, vnfresourc0_.MODEL_INVARIANT_UUID as model_in7_64_0_, vnfresourc0_.MODEL_NAME as model_na8_64_0_, vnfresourc0_.MODEL_VERSION as model_ve9_64_0_, vnfresourc0_.ORCHESTRATION_MODE as orchest10_64_0_, vnfresourc0_.RESOURCE_SUB_CATEGORY as resourc11_64_0_, vnfresourc0_.TOSCA_NODE_TYPE as tosca_n12_64_0_ from vnf_resource vnfresourc0_ where vnfresourc0_.MODEL_UUID=? Hibernate: insert into vnf_resource (AIC_VERSION_MAX, AIC_VERSION_MIN, RESOURCE_CATEGORY, CREATION_TIMESTAMP, DESCRIPTION, HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, ORCHESTRATION_MODE, RESOURCE_SUB_CATEGORY, TOSCA_NODE_TYPE, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vnf_resource_customization (AVAILABILITY_ZONE_MAX_COUNT, CDS_BLUEPRINT_NAME, CDS_BLUEPRINT_VERSION, CONTROLLER_ACTOR, CREATION_TIMESTAMP, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, MODEL_INSTANCE_NAME, MULTI_STAGE_DESIGN, NF_DATA_VALID, NF_FUNCTION, NF_NAMING_CODE, NF_ROLE, NF_TYPE, RESOURCE_INPUT, SERVICE_MODEL_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VNF_RESOURCE_MODEL_UUID, VNFCINSTANCEGROUP_ORDER) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select vfmodule0_.MODEL_UUID as model_uu1_59_4_, vfmodule0_.CREATION_TIMESTAMP as creation2_59_4_, vfmodule0_.DESCRIPTION as descript3_59_4_, vfmodule0_.IS_BASE as is_base4_59_4_, vfmodule0_.MODEL_INVARIANT_UUID as model_in5_59_4_, vfmodule0_.MODEL_NAME as model_na6_59_4_, vfmodule0_.MODEL_VERSION as model_ve7_59_4_, vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_tem8_59_4_, vfmodule0_.VNF_RESOURCE_MODEL_UUID as vnf_reso9_59_4_, vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID as vol_hea10_59_4_, heatfiles1_.VF_MODULE_MODEL_UUID as vf_modul1_61_6_, heatfiles2_.ARTIFACT_UUID as heat_fil2_61_6_, heatfiles2_.ARTIFACT_UUID as artifact1_27_0_, heatfiles2_.ARTIFACT_CHECKSUM as artifact2_27_0_, heatfiles2_.CREATION_TIMESTAMP as creation3_27_0_, heatfiles2_.DESCRIPTION as descript4_27_0_, heatfiles2_.BODY as body5_27_0_, heatfiles2_.NAME as name6_27_0_, heatfiles2_.VERSION as version7_27_0_, heattempla3_.ARTIFACT_UUID as artifact1_29_1_, heattempla3_.ARTIFACT_CHECKSUM as artifact2_29_1_, heattempla3_.CREATION_TIMESTAMP as creation3_29_1_, heattempla3_.DESCRIPTION as descript4_29_1_, heattempla3_.BODY as body5_29_1_, heattempla3_.NAME as name6_29_1_, heattempla3_.TIMEOUT_MINUTES as timeout_7_29_1_, heattempla3_.VERSION as version8_29_1_, vnfresourc4_.MODEL_UUID as model_uu1_64_2_, vnfresourc4_.AIC_VERSION_MAX as aic_vers2_64_2_, vnfresourc4_.AIC_VERSION_MIN as aic_vers3_64_2_, vnfresourc4_.RESOURCE_CATEGORY as resource4_64_2_, vnfresourc4_.CREATION_TIMESTAMP as creation5_64_2_, vnfresourc4_.DESCRIPTION as descript6_64_2_, vnfresourc4_.HEAT_TEMPLATE_ARTIFACT_UUID as heat_te13_64_2_, vnfresourc4_.MODEL_INVARIANT_UUID as model_in7_64_2_, vnfresourc4_.MODEL_NAME as model_na8_64_2_, vnfresourc4_.MODEL_VERSION as model_ve9_64_2_, vnfresourc4_.ORCHESTRATION_MODE as orchest10_64_2_, vnfresourc4_.RESOURCE_SUB_CATEGORY as resourc11_64_2_, vnfresourc4_.TOSCA_NODE_TYPE as tosca_n12_64_2_, heattempla5_.ARTIFACT_UUID as artifact1_29_3_, heattempla5_.ARTIFACT_CHECKSUM as artifact2_29_3_, heattempla5_.CREATION_TIMESTAMP as creation3_29_3_, heattempla5_.DESCRIPTION as descript4_29_3_, heattempla5_.BODY as body5_29_3_, heattempla5_.NAME as name6_29_3_, heattempla5_.TIMEOUT_MINUTES as timeout_7_29_3_, heattempla5_.VERSION as version8_29_3_ from vf_module vfmodule0_ left outer join vf_module_to_heat_files heatfiles1_ on vfmodule0_.MODEL_UUID=heatfiles1_.VF_MODULE_MODEL_UUID left outer join heat_files heatfiles2_ on heatfiles1_.HEAT_FILES_ARTIFACT_UUID=heatfiles2_.ARTIFACT_UUID left outer join heat_template heattempla3_ on vfmodule0_.HEAT_TEMPLATE_ARTIFACT_UUID=heattempla3_.ARTIFACT_UUID left outer join vnf_resource vnfresourc4_ on vfmodule0_.VNF_RESOURCE_MODEL_UUID=vnfresourc4_.MODEL_UUID left outer join heat_template heattempla5_ on vfmodule0_.VOL_HEAT_TEMPLATE_ARTIFACT_UUID=heattempla5_.ARTIFACT_UUID where vfmodule0_.MODEL_UUID=? Hibernate: insert into vf_module (CREATION_TIMESTAMP, DESCRIPTION, IS_BASE, MODEL_INVARIANT_UUID, MODEL_NAME, MODEL_VERSION, HEAT_TEMPLATE_ARTIFACT_UUID, VNF_RESOURCE_MODEL_UUID, VOL_HEAT_TEMPLATE_ARTIFACT_UUID, MODEL_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: insert into vf_module_customization (AVAILABILITY_ZONE_COUNT, CREATION_TIMESTAMP, HEAT_ENVIRONMENT_ARTIFACT_UUID, INITIAL_COUNT, LABEL, MAX_INSTANCES, MIN_INSTANCES, MODEL_CUSTOMIZATION_UUID, SKIP_POST_INSTANTIATION_CONFIGURATION, VF_MODULE_MODEL_UUID, VNF_RESOURCE_CUSTOMIZATION_ID, VOL_ENVIRONMENT_ARTIFACT_UUID) values (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_0_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_0_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_0_, watchdogco0_.CREATE_TIME as create_t4_12_0_, watchdogco0_.MODIFY_TIME as modify_t5_12_0_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.COMPONENT_NAME=? and watchdogco0_.DISTRIBUTION_ID=? Hibernate: insert into watchdog_per_component_distribution_status (COMPONENT_DISTRIBUTION_STATUS, CREATE_TIME, MODIFY_TIME, COMPONENT_NAME, DISTRIBUTION_ID) values (?, ?, ?, ?, ?) 2022-06-16T05:00:36.034Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC basic_cnf_macro 5841f78c-a484-487f-bc6a-2197e050e8b6 2 ASDC deployResourceStructure 2022-06-16T05:00:36.035Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json ASDC sendASDCNotification 2022-06-16T05:00:36.035Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json 2022-06-16T05:00:36.035Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T05:00:36.036Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:36.044Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:36.044Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355636035, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-16T05:00:36.139Z||pool-144-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-06-16T05:00:36.140Z||pool-144-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-16T05:00:36.140Z||pool-144-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:36.182Z||pool-144-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:36.188Z||pool-144-thread-1|||||INFO|500||cambria reply ok (49 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:00:37.045Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml ASDC sendASDCNotification 2022-06-16T05:00:37.046Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml 2022-06-16T05:00:37.046Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T05:00:37.046Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:37.056Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:37.056Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355637045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-16T05:00:37.154Z||pool-145-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-16T05:00:37.155Z||pool-145-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-16T05:00:37.155Z||pool-145-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:37.176Z||pool-145-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:37.176Z||pool-145-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:00:38.057Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env ASDC sendASDCNotification 2022-06-16T05:00:38.058Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env(The artifact has not been used by the modules defined in the resource) 2022-06-16T05:00:38.058Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-16T05:00:38.059Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:38.062Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:38.063Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355638057, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-16T05:00:38.164Z||pool-146-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 101 ms 2022-06-16T05:00:38.165Z||pool-146-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-16T05:00:38.165Z||pool-146-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:38.189Z||pool-146-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:38.190Z||pool-146-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:00:39.064Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env ASDC sendASDCNotification 2022-06-16T05:00:39.066Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env 2022-06-16T05:00:39.066Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T05:00:39.067Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:39.070Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:39.070Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355639064, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-16T05:00:39.170Z||pool-147-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T05:00:39.171Z||pool-147-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-16T05:00:39.171Z||pool-147-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:39.204Z||pool-147-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:39.204Z||pool-147-thread-1|||||INFO|500||cambria reply ok (33 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:00:40.071Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_ERROR /sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz ASDC sendASDCNotification 2022-06-16T05:00:40.072Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_ERROR) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz(The artifact has not been used by the modules defined in the resource) 2022-06-16T05:00:40.073Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus with errorReason 2022-06-16T05:00:40.073Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:40.078Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:40.078Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355640071, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-16T05:00:40.177Z||pool-148-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T05:00:40.180Z||pool-148-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-16T05:00:40.180Z||pool-148-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:40.200Z||pool-148-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:40.201Z||pool-148-thread-1|||||INFO|500||cambria reply ok (22 ms):{"serverTimeMs":1,"count":1} 2022-06-16T05:00:41.079Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar ASDC sendASDCNotification 2022-06-16T05:00:41.079Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar 2022-06-16T05:00:41.079Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T05:00:41.080Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:00:41.083Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:00:41.083Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355641079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T05:00:41.183Z||pool-149-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T05:00:41.184Z||pool-149-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-16T05:00:41.184Z||pool-149-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:00:41.201Z||pool-149-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:00:41.202Z||pool-149-thread-1|||||INFO|500||cambria reply ok (19 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:00:42.093Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9915e6d8-fd92-41c7-9468-41208942f1ab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T05:00:42.132Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9915e6d8-fd92-41c7-9468-41208942f1ab Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T05:00:42.141Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T05:00:42.141Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-16T05:00:42.141Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-16T05:01:12.145Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9915e6d8-fd92-41c7-9468-41208942f1ab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T05:01:12.203Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9915e6d8-fd92-41c7-9468-41208942f1ab Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T05:01:12.211Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T05:01:12.211Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-16T05:01:12.211Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-16T05:01:19.681Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:01:19.682Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-06-16T05:01:19.682Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:01:19.772Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:01:19.773Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.773Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "multicloud-k8s-id", "timestamp": 1655355499354, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-16T05:01:19.775Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:01:19.776Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.776Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "clamp", "timestamp": 1655355498329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-16T05:01:19.776Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-16T05:01:19.776Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.776Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355499434, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T05:01:19.777Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:01:19.777Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.777Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "policy-id", "timestamp": 1655355492445, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T05:01:19.778Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-16T05:01:19.778Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.778Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "clamp", "timestamp": 1655355498329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T05:01:19.779Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-16T05:01:19.779Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.779Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "multicloud-k8s-id", "timestamp": 1655355500418, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-16T05:01:19.779Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:01:19.781Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.781Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "policy-id", "timestamp": 1655355492445, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T05:01:19.781Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-16T05:01:19.781Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.782Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "clamp", "timestamp": 1655355498329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:01:19.782Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-16T05:01:19.782Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.783Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "multicloud-k8s-id", "timestamp": 1655355501473, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-16T05:01:19.783Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:01:19.783Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.783Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "policy-id", "timestamp": 1655355492445, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T05:01:19.783Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-16T05:01:19.784Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.786Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355501823, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T05:01:19.786Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:01:19.786Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.787Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "clamp", "timestamp": 1655355498329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOT_NOTIFIED" } 2022-06-16T05:01:19.787Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-16T05:01:19.787Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.787Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "multicloud-k8s-id", "timestamp": 1655355502540, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-16T05:01:19.788Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:01:19.788Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.788Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "policy-id", "timestamp": 1655355503291, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T05:01:19.788Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:01:19.788Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.788Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355502826, "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-06-16T05:01:19.808Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 9915e6d8-fd92-41c7-9468-41208942f1ab 2022-06-16T05:01:19.809Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9915e6d8-fd92-41c7-9468-41208942f1ab 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-06-16T05:01:19.839Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.841Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "clamp", "timestamp": 1655355498329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOT_NOTIFIED" } 2022-06-16T05:01:19.841Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-16T05:01:19.841Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.841Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "policy-id", "timestamp": 1655355504304, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T05:01:19.842Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:01:19.842Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.842Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "multicloud-k8s-id", "timestamp": 1655355503721, "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-06-16T05:01:19.861Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9915e6d8-fd92-41c7-9468-41208942f1ab 2022-06-16T05:01:19.862Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9915e6d8-fd92-41c7-9468-41208942f1ab 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-06-16T05:01:19.878Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.879Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "clamp", "timestamp": 1655355498329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOT_NOTIFIED" } 2022-06-16T05:01:19.883Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-16T05:01:19.883Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.883Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "policy-id", "timestamp": 1655355505310, "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-06-16T05:01:19.895Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 9915e6d8-fd92-41c7-9468-41208942f1ab 2022-06-16T05:01:19.896Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9915e6d8-fd92-41c7-9468-41208942f1ab 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-06-16T05:01:19.908Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.908Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "multicloud-k8s-id", "timestamp": 1655355504724, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-16T05:01:19.908Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:01:19.909Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.909Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "clamp", "timestamp": 1655355498329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T05:01:19.909Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-16T05:01:19.909Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.910Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "aai-ml", "timestamp": 1655355506364, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T05:01:19.910Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:01:19.910Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.910Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "clamp", "timestamp": 1655355498329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T05:01:19.911Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-16T05:01:19.911Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.911Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "aai-ml", "timestamp": 1655355507368, "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-06-16T05:01:19.920Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 9915e6d8-fd92-41c7-9468-41208942f1ab 2022-06-16T05:01:19.920Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9915e6d8-fd92-41c7-9468-41208942f1ab 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-06-16T05:01:19.931Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.932Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "clamp", "timestamp": 1655355498329, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T05:01:19.932Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-16T05:01:19.932Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.933Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "clamp", "timestamp": 1655355513153, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T05:01:19.933Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:01:19.934Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.934Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "clamp", "timestamp": 1655355517564, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T05:01:19.934Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:01:19.934Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:01:19.934Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "clamp", "timestamp": 1655355518569, "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-06-16T05:01:19.941Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 9915e6d8-fd92-41c7-9468-41208942f1ab 2022-06-16T05:01:19.941Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||Entering installTheComponentStatus for distributionId 9915e6d8-fd92-41c7-9468-41208942f1ab 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-06-16T05:01:42.212Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 9915e6d8-fd92-41c7-9468-41208942f1ab Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T05:01:42.229Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 9915e6d8-fd92-41c7-9468-41208942f1ab Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T05:01:42.240Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T05:01:42.240Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-16T05:01:42.242Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-16T05:01:42.242Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-16T05:01:42.242Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T05:01:42.242Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T05:01:42.242Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T05:01:42.242Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T05:01:42.243Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T05:01:42.243Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T05:01:42.243Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Updating overall DistributionStatus to: SUCCESS for distributionId: Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? 2022-06-16T05:01:42.265Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-16T05:02:12.269Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 9915e6d8-fd92-41c7-9468-41208942f1ab 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-06-16T05:02:12.283Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 9915e6d8-fd92-41c7-9468-41208942f1ab and serviceModelVersionId: e4981401-244b-42d7-84f1-235da5791cb9 2022-06-16T05:02:12.284Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fd132f15-fc45-4e2e-bdcb-88faf40b0212 2022-06-16T05:02:12.286Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fd132f15-fc45-4e2e-bdcb-88faf40b0212/model-vers/model-ver/e4981401-244b-42d7-84f1-235da5791cb9?depth=0 2022-06-16T05:02:12.295Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||RestClientSSL using default SSL context! 2022-06-16T05:02:12.359Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd132f15-fc45-4e2e-bdcb-88faf40b0212/model-vers/model-ver/e4981401-244b-42d7-84f1-235da5791cb9?depth=0|INFO|500||Invoke 2022-06-16T05:02:12.360Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd132f15-fc45-4e2e-bdcb-88faf40b0212/model-vers/model-ver/e4981401-244b-42d7-84f1-235da5791cb9?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd132f15-fc45-4e2e-bdcb-88faf40b0212/model-vers/model-ver/e4981401-244b-42d7-84f1-235da5791cb9?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[9915e6d8-fd92-41c7-9468-41208942f1ab], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[aad2b729-cb3a-4f0c-b5f6-955a161e9947], X-ECOMP-RequestID=[9915e6d8-fd92-41c7-9468-41208942f1ab], X-TransactionId=[], X-ONAP-RequestID=[9915e6d8-fd92-41c7-9468-41208942f1ab], Content-Type=[application/merge-patch+json]} 2022-06-16T05:02:12.406Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd132f15-fc45-4e2e-bdcb-88faf40b0212/model-vers/model-ver/e4981401-244b-42d7-84f1-235da5791cb9?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-16T05:02:12.654Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd132f15-fc45-4e2e-bdcb-88faf40b0212/model-vers/model-ver/e4981401-244b-42d7-84f1-235da5791cb9?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/fd132f15-fc45-4e2e-bdcb-88faf40b0212/model-vers/model-ver/e4981401-244b-42d7-84f1-235da5791cb9?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[0-aai-resources-220616-05:02:11:019-65593], vertex-id=[237800], Content-Length=[0], Date=[Thu, 16 Jun 2022 05:02:11 GMT], Content-Type=[application/json]} 2022-06-16T05:02:12.655Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd132f15-fc45-4e2e-bdcb-88faf40b0212/model-vers/model-ver/e4981401-244b-42d7-84f1-235da5791cb9?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-16T05:02:12.656Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fd132f15-fc45-4e2e-bdcb-88faf40b0212/model-vers/model-ver/e4981401-244b-42d7-84f1-235da5791cb9?depth=0|INFO|500||InvokeReturn 2022-06-16T05:02:12.657Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-16T05:02:12.657Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||A&AI Updated succefully with Distribution Status! Hibernate: select service0_.MODEL_UUID as model_uu1_50_, service0_.CDS_BLUEPRINT_NAME as cds_blue2_50_, service0_.CDS_BLUEPRINT_VERSION as cds_blue3_50_, service0_.SERVICE_CATEGORY as service_4_50_, service0_.CONTROLLER_ACTOR as controll5_50_, service0_.CREATION_TIMESTAMP as creation6_50_, service0_.TOSCA_CSAR_ARTIFACT_UUID as tosca_c21_50_, service0_.DESCRIPTION as descript7_50_, service0_.OVERALL_DISTRIBUTION_STATUS as overall_8_50_, service0_.ENVIRONMENT_CONTEXT as environm9_50_, service0_.MODEL_INVARIANT_UUID as model_i10_50_, service0_.MODEL_NAME as model_n11_50_, service0_.MODEL_VERSION as model_v12_50_, service0_.NAMING_POLICY as naming_13_50_, service0_.ONAP_GENERATED_NAMING as onap_ge14_50_, service0_.RESOURCE_ORDER as resourc15_50_, service0_.SERVICE_FUNCTION as service16_50_, service0_.SERVICE_ROLE as service17_50_, service0_.SERVICE_TYPE as service18_50_, service0_.SKIP_POST_INSTANTIATION_CONFIGURATION as skip_po19_50_, service0_.WORKLOAD_CONTEXT as workloa20_50_ from service service0_ where service0_.MODEL_UUID=? 2022-06-16T05:02:12.679Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||ERROR|500||Error updating CatalogDBStatus java.lang.NullPointerException: null at org.onap.so.asdc.tenantIsolation.WatchdogDistribution.updateCatalogDBStatus(WatchdogDistribution.java:206) at org.onap.so.asdc.client.ASDCController.treatNotification(ASDCController.java:690) at org.onap.so.asdc.client.ASDCNotificationCallBack.activateCallback(ASDCNotificationCallBack.java:52) at org.onap.sdc.impl.NotificationConsumer.run(NotificationConsumer.java:71) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 2022-06-16T05:02:12.680Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 9915e6d8-fd92-41c7-9468-41208942f1ab and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-16T05:02:12.680Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-16T05:02:12.680Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:02:12.686Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:02:12.687Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||DEBUG|500||try to send status { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355732680, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-16T05:02:12.785Z||pool-150-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 96 ms 2022-06-16T05:02:12.786Z||pool-150-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-16T05:02:12.787Z||pool-150-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:02:12.823Z||pool-150-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:02:12.824Z||pool-150-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_TIME as modify_t4_11_0_, watchdogdi0_.LOCK_VERSION as lock_ver5_11_0_ from watchdog_distributionid_status watchdogdi0_ where watchdogdi0_.DISTRIBUTION_ID=? Hibernate: update watchdog_distributionid_status set DISTRIBUTION_ID_STATUS=?, MODIFY_TIME=?, LOCK_VERSION=? where DISTRIBUTION_ID=? 2022-06-16T05:02:13.731Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:02:13.732Z||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-06-16T05:02:13.732Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:02:19.681Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:02:19.682Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-06-16T05:02:19.682Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:02:19.710Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:02:19.711Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:02:19.712Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "d59e8930-7287-4730-b32b-8dffb251f7ce", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355611077, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-16T05:02:19.713Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:02:19.713Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:02:19.713Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355612110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:02:19.714Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-16T05:02:19.714Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:02:19.714Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355612110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "NOTIFIED" } 2022-06-16T05:02:19.714Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-16T05:02:19.714Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||received message from topic 2022-06-16T05:02:19.714Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355612110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "NOTIFIED" } 2022-06-16T05:02:19.715Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||Missing status on Status Object. 2022-06-16T05:02:23.293Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:02:23.294Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:02:23.294Z||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-06-16T05:02:23.294Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:02:32.858Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:02:32.859Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:02:32.860Z||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-06-16T05:02:32.860Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:02:42.409Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:02:42.410Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:02:42.411Z||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-06-16T05:02:42.411Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:02:52.019Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:03:19.675Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:03:19.677Z||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-06-16T05:03:19.677Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:03:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:03:19.681Z||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-06-16T05:03:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:03:19.730Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:03:19.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:03:19.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355612110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:03:19.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:03:19.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:03:19.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355612110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "NOTIFIED" } 2022-06-16T05:03:19.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:03:19.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:03:19.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355612110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "NOTIFIED" } 2022-06-16T05:03:19.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:03:19.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:03:19.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355612110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "NOTIFIED" } 2022-06-16T05:03:19.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:03:19.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:03:19.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355612110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_cba_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T05:03:19.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:03:19.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:03:19.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355612110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T05:03:19.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:03:19.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:03:19.746Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355612110, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T05:03:19.746Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:03:19.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:03:19.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355626859, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T05:03:19.747Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:03:19.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:03:19.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355630456, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DOWNLOAD_OK" } 2022-06-16T05:03:19.747Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:03:19.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:03:19.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355631641, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DOWNLOAD_OK" } 2022-06-16T05:03:19.748Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:03:19.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:03:19.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355632749, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DOWNLOAD_OK" } 2022-06-16T05:03:19.748Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:03:19.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:03:19.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355633804, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DOWNLOAD_OK" } 2022-06-16T05:03:19.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:03:19.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:03:19.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355634866, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DOWNLOAD_OK" } 2022-06-16T05:03:19.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:03:19.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:03:19.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355636035, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/basic_cnf_macro0_modules.json", "status": "DEPLOY_OK" } 2022-06-16T05:03:19.749Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:03:19.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:03:19.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355637045, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.yaml", "status": "DEPLOY_OK" } 2022-06-16T05:03:19.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:03:19.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:03:19.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355638057, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.env", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-16T05:03:19.750Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:03:19.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:03:19.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355639064, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/base_template_dummy_ignore.env", "status": "DEPLOY_OK" } 2022-06-16T05:03:19.751Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:03:19.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:03:19.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355640071, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/resourceInstances/basic_cnf_macro0/artifacts/helm_apache.tgz", "status": "DEPLOY_ERROR", "errorReason": "The artifact has not been used by the modules defined in the resource" } 2022-06-16T05:03:19.751Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:03:19.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:03:19.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355641079, "artifactURL": "/sdc/v1/catalog/services/BasicCnfMacro/1.0/artifacts/service-BasicCnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T05:03:19.751Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:03:29.222Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:04:19.675Z||pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:04:19.677Z||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-06-16T05:04:19.677Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:04:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:04:19.682Z||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-06-16T05:04:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:04:19.737Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:04:19.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:04:19.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "9915e6d8-fd92-41c7-9468-41208942f1ab", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355732680, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-16T05:04:19.739Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:04:20.338Z||pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:04:20.339Z||pool-2-thread-8|||||DEBUG|500||received message from topic 2022-06-16T05:04:20.339Z||pool-2-thread-8|||||DEBUG|500||recieved notification from broker: {"distributionID":"228b797e-cbfb-4c87-bc1a-06d96bccda65","serviceName":"test_pnf_macro","serviceVersion":"1.0","serviceUUID":"7c156f33-21f0-4a23-8748-6a55273a9be6","serviceDescription":"service","serviceInvariantUUID":"fe303aa9-316a-4ebf-96d9-6e87f9bb426b","resources":[{"resourceInstanceName":"test-pnf 0","resourceName":"test-pnf","resourceVersion":"1.0","resoucreType":"PNF","resourceUUID":"782c1bc2-52a5-49eb-9513-2c5de106801c","resourceInvariantUUID":"1ad346d5-958f-4553-bdfa-b5a1426e91eb","resourceCustomizationUUID":"0f4ff9a9-c0a5-44e2-b09f-44ed6129d29c","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":"MTMzYjVkMTg2MGIyYWZlZDE0YjhmMTZhMjQxMjFlZTg\u003d","artifactDescription":"VF license file","artifactTimeout":0,"artifactUUID":"ec7b2a34-51b3-4744-a535-86d60bdceec0","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":"92bada1f-694a-4f03-aab3-47541ae135bf","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":"a2c40c0d-4cb1-4dff-a761-632e07bc55a4","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":"ZTE3OWFjNmVlMGQ5M2JmZTI0NGMzOThiYjM2ODExNjQ\u003d","artifactDescription":"test","artifactTimeout":0,"artifactUUID":"472ae8ad-d0ef-4b34-bf34-f80c96786f06","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":"b631ea3d-fada-49f6-a2f1-1452510dbf8d","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":"817c7e87-3ad8-4f51-97f8-6dcf3485268a","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":"8f910a5b-967d-4261-948a-4e62a7d67dc0","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":"M2Y4ODZjNzI1ODUxYmI1OTNkMjEyOGQ0NjgzZGYzZDE\u003d","artifactDescription":"TOSCA representation of the asset","artifactTimeout":0,"artifactUUID":"479d0598-6f23-4b99-bb0a-8d765659b945","artifactVersion":"1"},{"artifactName":"service-TestPnfMacro-csar.csar","artifactType":"TOSCA_CSAR","artifactURL":"/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar","artifactChecksum":"MTFmMWQyOTlkMWExNWI1NDEzOTNjMmNlZDY4ZTgzZmY\u003d","artifactDescription":"TOSCA definition package of the asset","artifactTimeout":0,"artifactUUID":"dcac76ab-6e60-49d7-b93c-cb8fdc30b908","artifactVersion":"1"}],"workloadContext":"Production"} 2022-06-16T05:04:20.344Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T05:04:20.346Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:04:20.354Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:04:20.358Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355859675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:04:20.454Z||pool-151-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 95 ms 2022-06-16T05:04:20.455Z||pool-151-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-16T05:04:20.455Z||pool-151-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:04:20.474Z||pool-151-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:04:20.475Z||pool-151-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:04:21.361Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T05:04:21.369Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:04:21.381Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:04:21.382Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355859675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T05:04:21.472Z||pool-152-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 90 ms 2022-06-16T05:04:21.473Z||pool-152-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-16T05:04:21.473Z||pool-152-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:04:21.499Z||pool-152-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:04:21.500Z||pool-152-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:04:22.385Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T05:04:22.390Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:04:22.393Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:04:22.393Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355859675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T05:04:22.493Z||pool-153-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T05:04:22.496Z||pool-153-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-16T05:04:22.501Z||pool-153-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:04:22.521Z||pool-153-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:04:22.522Z||pool-153-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:04:23.395Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T05:04:23.395Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:04:23.399Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:04:23.399Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355859675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T05:04:23.498Z||pool-154-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T05:04:23.499Z||pool-154-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-16T05:04:23.499Z||pool-154-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:04:23.521Z||pool-154-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:04:23.522Z||pool-154-thread-1|||||INFO|500||cambria reply ok (23 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:04:24.401Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T05:04:24.401Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:04:24.407Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:04:24.407Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355859675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:04:24.505Z||pool-155-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 94 ms 2022-06-16T05:04:24.506Z||pool-155-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-16T05:04:24.506Z||pool-155-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:04:24.543Z||pool-155-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:04:24.543Z||pool-155-thread-1|||||INFO|500||cambria reply ok (38 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:04:25.424Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T05:04:25.425Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:04:25.428Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:04:25.428Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355859675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T05:04:25.528Z||pool-156-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 100 ms 2022-06-16T05:04:25.529Z||pool-156-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-16T05:04:25.529Z||pool-156-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:04:25.548Z||pool-156-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:04:25.548Z||pool-156-thread-1|||||INFO|500||cambria reply ok (20 ms):{"serverTimeMs":1,"count":1} 2022-06-16T05:04:26.430Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T05:04:26.430Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:04:26.445Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:04:26.445Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355859675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T05:04:26.539Z||pool-157-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 93 ms 2022-06-16T05:04:26.540Z||pool-157-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-16T05:04:26.540Z||pool-157-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:04:26.565Z||pool-157-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:04:26.566Z||pool-157-thread-1|||||INFO|500||cambria reply ok (27 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:04:27.446Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T05:04:27.447Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:04:27.468Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:04:27.468Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355859675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T05:04:27.553Z||pool-158-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 85 ms 2022-06-16T05:04:27.554Z||pool-158-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-16T05:04:27.554Z||pool-158-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:04:27.578Z||pool-158-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:04:27.579Z||pool-158-thread-1|||||INFO|500||cambria reply ok (26 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:04:28.471Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendNotificationStatus 2022-06-16T05:04:28.474Z||pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:04:28.480Z||pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:04:28.480Z||pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355859675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T05:04:28.578Z||pool-159-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-16T05:04:28.580Z||pool-159-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-16T05:04:28.580Z||pool-159-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:04:28.602Z||pool-159-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:04:28.603Z||pool-159-thread-1|||||INFO|500||cambria reply ok (24 ms):{"serverTimeMs":1,"count":1} 2022-06-16T05:04:29.484Z||pool-2-thread-8|||||DEBUG|500||sending notification to client: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "serviceName": "test_pnf_macro", "serviceVersion": "1.0", "serviceUUID": "7c156f33-21f0-4a23-8748-6a55273a9be6", "serviceDescription": "service", "serviceInvariantUUID": "fe303aa9-316a-4ebf-96d9-6e87f9bb426b", "resources": [ { "resourceInstanceName": "test-pnf 0", "resourceCustomizationUUID": "0f4ff9a9-c0a5-44e2-b09f-44ed6129d29c", "resourceName": "test-pnf", "resourceVersion": "1.0", "resoucreType": "PNF", "resourceUUID": "782c1bc2-52a5-49eb-9513-2c5de106801c", "resourceInvariantUUID": "1ad346d5-958f-4553-bdfa-b5a1426e91eb", "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": "MTFmMWQyOTlkMWExNWI1NDEzOTNjMmNlZDY4ZTgzZmY\u003d", "artifactDescription": "TOSCA definition package of the asset", "artifactTimeout": 0, "artifactVersion": "1", "artifactUUID": "dcac76ab-6e60-49d7-b93c-cb8fdc30b908" } ], "workloadContext": "Production" } 2022-06-16T05:04:29.484Z||pool-2-thread-8|||||DEBUG|500||Receive a callback notification in ASDC, nb of resources: 1 2022-06-16T05:04:29.485Z||pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_CALLBACK_NOTIF 0 7c156f33-21f0-4a23-8748-6a55273a9be6 ASDC 2022-06-16T05:04:29.485Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||ASDC Notification: DistributionID:228b797e-cbfb-4c87-bc1a-06d96bccda65 ServiceName:test_pnf_macro ServiceVersion:1.0 ServiceUUID:7c156f33-21f0-4a23-8748-6a55273a9be6 ServiceInvariantUUID:fe303aa9-316a-4ebf-96d9-6e87f9bb426b 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:dcac76ab-6e60-49d7-b93c-cb8fdc30b908 ArtifactChecksum:MTFmMWQyOTlkMWExNWI1NDEzOTNjMmNlZDY4ZTgzZmY= GeneratedArtifact:{NULL } RelatedArtifacts:{ } } Resource Instances List: { Resource Instance Info: ResourceInstanceName:test-pnf 0 ResourceCustomizationUUID:0f4ff9a9-c0a5-44e2-b09f-44ed6129d29c ResourceInvariantUUID:1ad346d5-958f-4553-bdfa-b5a1426e91eb ResourceName:test-pnf ResourceType:PNF ResourceUUID:782c1bc2-52a5-49eb-9513-2c5de106801c ResourceVersion:1.0 Category:Generic SubCategory:Abstract Resource Artifacts List: NULL } 2022-06-16T05:04:29.486Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF 7c156f33-21f0-4a23-8748-6a55273a9be6 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-06-16T05:04:29.575Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-16T05:04:29.576Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-16T05:04:29.576Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-16T05:04:29.576Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||Trying to download the artifact UUID: dcac76ab-6e60-49d7-b93c-cb8fdc30b908 from URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-16T05:04:29.576Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||DistributionClient - download 2022-06-16T05:04:29.577Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||url to send https://sdc-be.onap:8443/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-16T05:04:29.681Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||GET Response Status 200 2022-06-16T05:04:29.689Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DOWNLOAD_SUC /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar dcac76ab-6e60-49d7-b93c-cb8fdc30b908 105663 2022-06-16T05:04:29.689Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DOWNLOAD DOWNLOAD_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-16T05:04:29.689Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Sending DOWNLOAD(DOWNLOAD_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-16T05:04:29.690Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||DistributionClient - sendDownloadStatus 2022-06-16T05:04:29.690Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:04:29.694Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:04:29.694Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355869689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T05:04:29.793Z||pool-160-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 98 ms 2022-06-16T05:04:29.794Z||pool-160-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-16T05:04:29.794Z||pool-160-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:04:29.817Z||pool-160-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:04:29.818Z||pool-160-thread-1|||||INFO|500||cambria reply ok (25 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:04:30.695Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||Unable to find the system property mso.config.path, use the default configuration 2022-06-16T05:04:30.696Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||MSO config path is: /app 2022-06-16T05:04:30.697Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||Trying to write artifact UUID: dcac76ab-6e60-49d7-b93c-cb8fdc30b908, URL: /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar to file: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-16T05:04:30.698Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***WRITE FILE ARTIFACT NAME ASDC service-TestPnfMacro-csar.csar 2022-06-16T05:04:30.698Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||ASDC File path is: /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-16T05:04:30.699Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||ASDC_RECEIVE_SERVICE_NOTIF ***PATH ASDC /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-16T05:04:30.883Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||ToscaTemplate Loading YAMEL file /tmp/JTP15559224757108695004/Definitions/service-TestPnfMacro-template.yml 2022-06-16T05:04:32.547Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||CSAR conformance level is 11.0 2022-06-16T05:04:32.548Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-16T05:04:32.548Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||WARN|500||CSAR Warnings found! CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-16T05:04:32.548Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||WARN|500||ToscaTemplate - verifyTemplate - 7 Parsing Warnings occurred... 2022-06-16T05:04:32.548Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [network_role, network_role_tag]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-16T05:04:32.548Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "pnfExtCp_1" are missing field(s): [unit, type]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-16T05:04:32.549Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: properties of template "test-pnf 0" are missing field(s): [nf_function, sdnc_model_version, software_versions, sdnc_artifact_name, nf_role, default_software_version, nf_type, sdnc_model_name]. CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-16T05:04:32.549Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.IpRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-16T05:04:32.549Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.AssignmentRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-16T05:04:32.549Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.network.MacRequirements" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-16T05:04:32.549Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||WARN|500||JTosca Exception [JE003]: MissingRequiredFieldError: Data value of type "org.openecomp.datatypes.Naming" is missing required field(s) "[supplemental_data]". CSAR name - /app/ASDC/1/service-TestPnfMacro-csar.csar 2022-06-16T05:04:32.549Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||WARN|500||#################################################################################################### 2022-06-16T05:04:32.549Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:04:32.550Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=SERVICE_PROXY, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:04:32.550Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-16T05:04:32.550Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-16T05:04:32.550Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-16T05:04:32.551Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:04:32.551Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CONFIGURATION, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:04:32.551Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Node template test-pnf 0 is matching search criteria 2022-06-16T05:04:32.551Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Search for entities recursively 2022-06-16T05:04:32.551Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Found topology templates [test-pnf 0] matching following query criteria: sdcType=Service, customizationUUID=null 2022-06-16T05:04:32.552Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:04:32.552Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:04:32.552Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:04:32.552Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VL, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:04:32.552Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:04:32.553Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=CR, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:04:32.553Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:04:32.553Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=VF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:04:32.553Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:04:32.553Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:04:32.553Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||CSAR Notification: Service Level Properties: Name:test_pnf_macro Description:service Model UUID:7c156f33-21f0-4a23-8748-6a55273a9be6 Model Version:NULL Model InvariantUuid:fe303aa9-316a-4ebf-96d9-6e87f9bb426b 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-06-16T05:04:32.614Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||Processing Resource Type: PNF, Model UUID: 782c1bc2-52a5-49eb-9513-2c5de106801c 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-06-16T05:04:32.623Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||test-pnf 0 2022-06-16T05:04:32.624Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Processing Resource Type: PNF and Model UUID: 782c1bc2-52a5-49eb-9513-2c5de106801c 2022-06-16T05:04:32.624Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||No resources found for Service: 7c156f33-21f0-4a23-8748-6a55273a9be6 2022-06-16T05:04:32.624Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Preparing to deploy Service: 7c156f33-21f0-4a23-8748-6a55273a9be6 2022-06-16T05:04:32.624Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||ASDC_START_DEPLOY_ARTIFACT test-pnf 0 782c1bc2-52a5-49eb-9513-2c5de106801c 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-06-16T05:04:32.649Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||serviceInputs: {} [org.onap.sdc.toscaparser.api.parameters.Input@10176b78, org.onap.sdc.toscaparser.api.parameters.Input@39c56e37, org.onap.sdc.toscaparser.api.parameters.Input@1de7ef18, org.onap.sdc.toscaparser.api.parameters.Input@3e49c3d0, org.onap.sdc.toscaparser.api.parameters.Input@15ae33ca] 2022-06-16T05:04:32.650Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:04:32.650Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=null, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:04:32.651Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500|| resourceSeq for service uuid 7c156f33-21f0-4a23-8748-6a55273a9be6: test-pnf 2022-06-16T05:04:32.651Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||Processing PNF resource: 782c1bc2-52a5-49eb-9513-2c5de106801c 2022-06-16T05:04:32.651Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||getEntity request: EntityQuery , TopologyTemplateQuery , isRecursive 2022-06-16T05:04:32.651Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Service test_pnf_macro is searched for EntityType=NODE_TEMPLATE, nodeTemplateType=PNF, toscaType=null, uUID=null, customizationUUID=null 2022-06-16T05:04:32.651Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||Resource customization UUID: 0f4ff9a9-c0a5-44e2-b09f-44ed6129d29c is the same as notified resource customizationUUID: 0f4ff9a9-c0a5-44e2-b09f-44ed6129d29c 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-06-16T05:04:32.763Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||ASDC_ARTIFACT_DEPLOY_SUC test-pnf 782c1bc2-52a5-49eb-9513-2c5de106801c 0 ASDC deployResourceStructure 2022-06-16T05:04:32.764Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||ASDC_SEND_NOTIF_ASDC DEPLOY DEPLOY_OK /sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar ASDC sendASDCNotification 2022-06-16T05:04:32.764Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Sending DEPLOY(DEPLOY_OK) notification to ASDC for artifact:/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar 2022-06-16T05:04:32.764Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||DistributionClient - sendDeploymentStatus 2022-06-16T05:04:32.764Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:04:32.767Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:04:32.768Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355872764, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T05:04:32.867Z||pool-161-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T05:04:32.868Z||pool-161-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-16T05:04:32.869Z||pool-161-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:04:32.887Z||pool-161-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:04:32.888Z||pool-161-thread-1|||||INFO|500||cambria reply ok (21 ms):{"serverTimeMs":0,"count":1} 2022-06-16T05:04:33.774Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 228b797e-cbfb-4c87-bc1a-06d96bccda65 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T05:04:33.796Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 228b797e-cbfb-4c87-bc1a-06d96bccda65 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T05:04:33.801Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T05:04:33.802Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-16T05:04:33.802Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-16T05:05:03.802Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 228b797e-cbfb-4c87-bc1a-06d96bccda65 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T05:05:03.837Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 228b797e-cbfb-4c87-bc1a-06d96bccda65 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T05:05:03.840Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T05:05:03.840Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||AAI has not be updated in the the WatchDog Component DB yet, so ending the loop 2022-06-16T05:05:03.840Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Components Size Didn't match with the WatchdogComponentDistributionStatus results. 2022-06-16T05:05:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:05:19.682Z||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-06-16T05:05:19.683Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:05:19.728Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:05:19.730Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.731Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "multicloud-k8s-id", "timestamp": 1655355808501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "ves-openapi-manager", "timestamp": 1655355804133, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.732Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.732Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.732Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "cds", "timestamp": 1655355810309, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "multicloud-k8s-id", "timestamp": 1655355808501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.733Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.733Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.733Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "ves-openapi-manager", "timestamp": 1655355804133, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.734Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.734Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "cds", "timestamp": 1655355810309, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.734Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.735Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.736Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "aai-ml", "timestamp": 1655355812059, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.736Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.736Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "multicloud-k8s-id", "timestamp": 1655355808501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.737Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.737Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "ves-openapi-manager", "timestamp": 1655355804133, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.737Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.738Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "policy-id", "timestamp": 1655355812443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.738Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.738Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "cds", "timestamp": 1655355810309, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.739Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "aai-ml", "timestamp": 1655355812059, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.739Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.739Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.740Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "ves-openapi-manager", "timestamp": 1655355804133, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.740Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.740Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "policy-id", "timestamp": 1655355812443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.741Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.741Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "multicloud-k8s-id", "timestamp": 1655355808501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.741Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "cds", "timestamp": 1655355810309, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.742Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.742Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.742Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "aai-ml", "timestamp": 1655355812059, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "ves-openapi-manager", "timestamp": 1655355804133, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.743Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.743Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.743Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "multicloud-k8s-id", "timestamp": 1655355808501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "policy-id", "timestamp": 1655355812443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.744Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.744Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.744Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "cds", "timestamp": 1655355810309, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "aai-ml", "timestamp": 1655355812059, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.745Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.745Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "ves-openapi-manager", "timestamp": 1655355804133, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.745Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.746Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "multicloud-k8s-id", "timestamp": 1655355808501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "policy-id", "timestamp": 1655355812443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.747Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "cds", "timestamp": 1655355810309, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.747Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.747Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "aai-ml", "timestamp": 1655355812059, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "ves-openapi-manager", "timestamp": 1655355804133, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOTIFIED" } 2022-06-16T05:05:19.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.748Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "multicloud-k8s-id", "timestamp": 1655355808501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.748Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.748Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "policy-id", "timestamp": 1655355812443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.749Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.749Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.749Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "cds", "timestamp": 1655355810309, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "aai-ml", "timestamp": 1655355812059, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.750Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.750Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.750Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "ves-openapi-manager", "timestamp": 1655355804133, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.751Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.751Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "policy-id", "timestamp": 1655355812443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.751Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "multicloud-k8s-id", "timestamp": 1655355808501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.752Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.752Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.752Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "cds", "timestamp": 1655355810309, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.753Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.753Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "aai-ml", "timestamp": 1655355812059, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.753Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.756Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.756Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "ves-openapi-manager", "timestamp": 1655355804133, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.756Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.760Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.760Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "policy-id", "timestamp": 1655355812443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.761Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.761Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "multicloud-k8s-id", "timestamp": 1655355808501, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T05:05:19.761Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.762Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "cds", "timestamp": 1655355810309, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T05:05:19.762Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.762Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.764Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "aai-ml", "timestamp": 1655355812059, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.764Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.764Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355818646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.765Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "policy-id", "timestamp": 1655355812443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.765Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.765Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.766Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "ves-openapi-manager", "timestamp": 1655355819637, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DOWNLOAD_OK" } 2022-06-16T05:05:19.767Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:05:19.767Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.771Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "cds", "timestamp": 1655355820788, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T05:05:19.771Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:05:19.772Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.772Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "aai-ml", "timestamp": 1655355812059, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T05:05:19.772Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.773Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.773Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355818646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.773Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.774Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.774Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "policy-id", "timestamp": 1655355812443, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T05:05:19.774Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.775Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "ves-openapi-manager", "timestamp": 1655355820659, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "DEPLOY_OK" } 2022-06-16T05:05:19.775Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:05:19.775Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.776Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "cds", "timestamp": 1655355822055, "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-06-16T05:05:19.797Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: cds and status of COMPONENT_DONE_OK distributionID of 228b797e-cbfb-4c87-bc1a-06d96bccda65 2022-06-16T05:05:19.798Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 228b797e-cbfb-4c87-bc1a-06d96bccda65 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-06-16T05:05:19.818Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "aai-ml", "timestamp": 1655355821870, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T05:05:19.819Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:05:19.819Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.819Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355818646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.820Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.820Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.821Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "ves-openapi-manager", "timestamp": 1655355821661, "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-06-16T05:05:19.837Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: and status of COMPONENT_DONE_OK distributionID of 228b797e-cbfb-4c87-bc1a-06d96bccda65 2022-06-16T05:05:19.837Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 228b797e-cbfb-4c87-bc1a-06d96bccda65 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-06-16T05:05:19.853Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.853Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "policy-id", "timestamp": 1655355822273, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T05:05:19.854Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:05:19.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.854Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355818646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.854Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.854Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "policy-id", "timestamp": 1655355823281, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T05:05:19.855Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:05:19.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.855Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355818646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.855Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.855Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.856Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "policy-id", "timestamp": 1655355824288, "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-06-16T05:05:19.866Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: POLICY and status of COMPONENT_DONE_OK distributionID of 228b797e-cbfb-4c87-bc1a-06d96bccda65 2022-06-16T05:05:19.867Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 228b797e-cbfb-4c87-bc1a-06d96bccda65 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-06-16T05:05:19.883Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.883Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355818646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.884Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.884Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.884Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355818646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355818646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.885Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.885Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.885Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355818646, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T05:05:19.886Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.886Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.886Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "aai-ml", "timestamp": 1655355828966, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T05:05:19.887Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:05:19.887Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.887Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "clamp", "timestamp": 1655355828327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.887Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355828485, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T05:05:19.888Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:05:19.888Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.888Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "aai-ml", "timestamp": 1655355829970, "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-06-16T05:05:19.897Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: AAI and status of COMPONENT_DONE_OK distributionID of 228b797e-cbfb-4c87-bc1a-06d96bccda65 2022-06-16T05:05:19.897Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 228b797e-cbfb-4c87-bc1a-06d96bccda65 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-06-16T05:05:19.917Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.918Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "clamp", "timestamp": 1655355828327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.919Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.919Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "clamp", "timestamp": 1655355828327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.919Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.920Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355830623, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T05:05:19.920Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:05:19.920Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.921Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "clamp", "timestamp": 1655355828327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.921Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.922Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.922Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "sdc-COpenSource-Env11-sdnc-dockero", "timestamp": 1655355831628, "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-06-16T05:05:19.930Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: SDNC and status of COMPONENT_DONE_OK distributionID of 228b797e-cbfb-4c87-bc1a-06d96bccda65 2022-06-16T05:05:19.930Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 228b797e-cbfb-4c87-bc1a-06d96bccda65 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-06-16T05:05:19.945Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.946Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "clamp", "timestamp": 1655355828327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.946Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "clamp", "timestamp": 1655355828327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.947Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.947Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.947Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "clamp", "timestamp": 1655355828327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.948Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.948Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "clamp", "timestamp": 1655355828327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T05:05:19.948Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.949Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.949Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "clamp", "timestamp": 1655355828327, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T05:05:19.949Z||pool-2-thread-3|||||INFO|500||Missing status on Status Object. 2022-06-16T05:05:19.950Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.950Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "clamp", "timestamp": 1655355842263, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T05:05:19.950Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:05:19.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "clamp", "timestamp": 1655355844272, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T05:05:19.951Z||pool-2-thread-3|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:05:19.951Z||pool-2-thread-3|||||DEBUG|500||received message from topic 2022-06-16T05:05:19.951Z||pool-2-thread-3|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "clamp", "timestamp": 1655355845276, "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-06-16T05:05:19.963Z||pool-2-thread-3|||||DEBUG|500||Receive a callback componentStatus in ASDC, for componentName: clamp and status of COMPONENT_DONE_OK distributionID of 228b797e-cbfb-4c87-bc1a-06d96bccda65 2022-06-16T05:05:19.964Z||pool-2-thread-3|||||DEBUG|500||Entering installTheComponentStatus for distributionId 228b797e-cbfb-4c87-bc1a-06d96bccda65 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-06-16T05:05:33.851Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Entered getOverallDistributionStatus method for distrubutionId: 228b797e-cbfb-4c87-bc1a-06d96bccda65 Hibernate: select watchdogdi0_.DISTRIBUTION_ID as distribu1_11_0_, watchdogdi0_.CREATE_TIME as create_t2_11_0_, watchdogdi0_.DISTRIBUTION_ID_STATUS as distribu3_11_0_, watchdogdi0_.MODIFY_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-06-16T05:05:33.913Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogComponentDistributionStatus for distrubutionId: 228b797e-cbfb-4c87-bc1a-06d96bccda65 Hibernate: select watchdogco0_.COMPONENT_NAME as componen1_12_, watchdogco0_.DISTRIBUTION_ID as distribu2_12_, watchdogco0_.COMPONENT_DISTRIBUTION_STATUS as componen3_12_, watchdogco0_.CREATE_TIME as create_t4_12_, watchdogco0_.MODIFY_TIME as modify_t5_12_ from watchdog_per_component_distribution_status watchdogco0_ where watchdogco0_.DISTRIBUTION_ID=? 2022-06-16T05:05:33.920Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Found componentName SO in the WatchDog Component DB 2022-06-16T05:05:33.921Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Found componentName AAI in the WatchDog Component DB 2022-06-16T05:05:33.921Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Found componentName SDNC in the WatchDog Component DB 2022-06-16T05:05:33.921Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Components Size matched with the WatchdogComponentDistributionStatus results. 2022-06-16T05:05:33.921Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T05:05:33.921Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T05:05:33.921Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T05:05:33.921Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T05:05:33.921Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T05:05:33.922Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T05:05:33.922Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Component status: COMPONENT_DONE_OK on componentName: 2022-06-16T05:05:33.922Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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-06-16T05:05:33.930Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Exiting getOverallDistributionStatus method in WatchdogDistribution 2022-06-16T05:06:03.933Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Entered executePatchAAI method with distrubutionId: 228b797e-cbfb-4c87-bc1a-06d96bccda65 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-06-16T05:06:03.954Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Executed RequestDB getWatchdogServiceModVerIdLookup with distributionId: 228b797e-cbfb-4c87-bc1a-06d96bccda65 and serviceModelVersionId: 7c156f33-21f0-4a23-8748-6a55273a9be6 2022-06-16T05:06:03.955Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||ASDC Notification ServiceModelInvariantUUID : fe303aa9-316a-4ebf-96d9-6e87f9bb426b 2022-06-16T05:06:03.958Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Target A&AI Resource URI: /service-design-and-creation/models/model/fe303aa9-316a-4ebf-96d9-6e87f9bb426b/model-vers/model-ver/7c156f33-21f0-4a23-8748-6a55273a9be6?depth=0 2022-06-16T05:06:03.974Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||RestClientSSL using default SSL context! 2022-06-16T05:06:04.069Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe303aa9-316a-4ebf-96d9-6e87f9bb426b/model-vers/model-ver/7c156f33-21f0-4a23-8748-6a55273a9be6?depth=0|INFO|500||Invoke 2022-06-16T05:06:04.070Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe303aa9-316a-4ebf-96d9-6e87f9bb426b/model-vers/model-ver/7c156f33-21f0-4a23-8748-6a55273a9be6?depth=0|DEBUG|500||Sending HTTP POST (overridden to PATCH) to:https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe303aa9-316a-4ebf-96d9-6e87f9bb426b/model-vers/model-ver/7c156f33-21f0-4a23-8748-6a55273a9be6?depth=0 with request headers:{Authorization=[***REDACTED***], X-RequestID=[228b797e-cbfb-4c87-bc1a-06d96bccda65], X-FromAppId=[MSO], X-ONAP-PartnerName=[UNKNOWN], X-HTTP-Method-Override=[PATCH], Accept=[application/json], X-InvocationID=[68d78a7c-c7b6-4b25-89f6-6ba7552a7c09], X-ECOMP-RequestID=[228b797e-cbfb-4c87-bc1a-06d96bccda65], X-TransactionId=[], X-ONAP-RequestID=[228b797e-cbfb-4c87-bc1a-06d96bccda65], Content-Type=[application/merge-patch+json]} 2022-06-16T05:06:04.162Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe303aa9-316a-4ebf-96d9-6e87f9bb426b/model-vers/model-ver/7c156f33-21f0-4a23-8748-6a55273a9be6?depth=0|DEBUG|500||{"distribution-status":"DISTRIBUTION_COMPLETE_OK"} 2022-06-16T05:06:04.320Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe303aa9-316a-4ebf-96d9-6e87f9bb426b/model-vers/model-ver/7c156f33-21f0-4a23-8748-6a55273a9be6?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/fe303aa9-316a-4ebf-96d9-6e87f9bb426b/model-vers/model-ver/7c156f33-21f0-4a23-8748-6a55273a9be6?depth=0 has http status code:200 and response headers:{Strict-Transport-Security=[max-age=16000000; includeSubDomains; preload;], X-AAI-TXID=[1-aai-resources-220616-05:06:02:754-12759], vertex-id=[270552], Content-Length=[0], Date=[Thu, 16 Jun 2022 05:06:02 GMT], Content-Type=[application/json]} 2022-06-16T05:06:04.325Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe303aa9-316a-4ebf-96d9-6e87f9bb426b/model-vers/model-ver/7c156f33-21f0-4a23-8748-6a55273a9be6?depth=0|DEBUG|500||Response was returned with an empty entity. 2022-06-16T05:06:04.326Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||AAI|https://aai.onap:8443/aai/v24/service-design-and-creation/models/model/fe303aa9-316a-4ebf-96d9-6e87f9bb426b/model-vers/model-ver/7c156f33-21f0-4a23-8748-6a55273a9be6?depth=0|INFO|500||InvokeReturn 2022-06-16T05:06:04.328Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||A&AI UPDATE MODEL Version is success! 2022-06-16T05:06:04.328Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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-06-16T05:06:04.344Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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-06-16T05:06:04.344Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||Enter sendFinalDistributionStatus with DistributionID 228b797e-cbfb-4c87-bc1a-06d96bccda65 and Status of DISTRIBUTION_COMPLETE_OK and ErrorReason null 2022-06-16T05:06:04.345Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||DistributionClient - sendFinalDistributionStatus status 2022-06-16T05:06:04.345Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||DistributionClient - sendStatus 2022-06-16T05:06:04.349Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||after create publisher server list [message-router.onap, message-router.onap] 2022-06-16T05:06:04.349Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||DEBUG|500||try to send status { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355964344, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-16T05:06:04.448Z||pool-162-thread-1|||||INFO|500||sending 1 msgs to /events/SDC-DISTR-STATUS-TOPIC-AUTO. Oldest: 99 ms 2022-06-16T05:06:04.449Z||pool-162-thread-1|||||WARN|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO will send credentials over a clear channel. 2022-06-16T05:06:04.450Z||pool-162-thread-1|||||INFO|500||POST http://message-router.onap:3904/events/SDC-DISTR-STATUS-TOPIC-AUTO (as mkstf6Xe9UKuh0hC) ... 2022-06-16T05:06:04.489Z||pool-162-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:06:04.490Z||pool-162-thread-1|||||INFO|500||cambria reply ok (41 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-06-16T05:06:05.367Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:06:05.368Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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-06-16T05:06:05.368Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:06:14.918Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:06:19.675Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:06:19.676Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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-06-16T05:06:19.676Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:06:19.681Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:06:19.682Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|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-06-16T05:06:19.682Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:06:19.716Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:06:19.717Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-16T05:06:19.717Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355859675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vf-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:06:19.718Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-16T05:06:19.719Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-16T05:06:19.719Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355859675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/pNF.csar", "status": "NOT_NOTIFIED" } 2022-06-16T05:06:19.719Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-16T05:06:19.719Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-16T05:06:19.719Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355859675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/mynetconf.yang", "status": "NOT_NOTIFIED" } 2022-06-16T05:06:19.719Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-16T05:06:19.719Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-16T05:06:19.720Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355859675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/CBA_enriched.zip", "status": "NOT_NOTIFIED" } 2022-06-16T05:06:19.720Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-16T05:06:19.720Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-16T05:06:19.720Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355859675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/vendor-license-model.xml", "status": "NOT_NOTIFIED" } 2022-06-16T05:06:19.722Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-16T05:06:19.722Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-16T05:06:19.722Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355859675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/PM_Dictionary.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T05:06:19.722Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-16T05:06:19.722Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-16T05:06:19.722Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355859675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/resourceInstances/testpnf0/artifacts/MyPnf_Pnf_v1.yaml", "status": "NOT_NOTIFIED" } 2022-06-16T05:06:19.723Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-16T05:06:19.723Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-16T05:06:19.723Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355859675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-template.yml", "status": "NOT_NOTIFIED" } 2022-06-16T05:06:19.723Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-16T05:06:19.723Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-16T05:06:19.723Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355859675, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "NOTIFIED" } 2022-06-16T05:06:19.723Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Missing status on Status Object. 2022-06-16T05:06:19.724Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-16T05:06:19.724Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355869689, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DOWNLOAD_OK" } 2022-06-16T05:06:19.724Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:06:19.724Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-16T05:06:19.724Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355872764, "artifactURL": "/sdc/v1/catalog/services/TestPnfMacro/1.0/artifacts/service-TestPnfMacro-csar.csar", "status": "DEPLOY_OK" } 2022-06-16T05:06:19.724Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:06:29.231Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:07:19.675Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:07:19.677Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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-06-16T05:07:19.677Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:07:19.681Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:07:19.681Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|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-06-16T05:07:19.681Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:07:20.233Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:07:20.235Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||received message from topic 2022-06-16T05:07:20.235Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||DEBUG|500||recieved notification from broker: { "distributionID": "228b797e-cbfb-4c87-bc1a-06d96bccda65", "consumerID": "SO-COpenSource-Env11", "timestamp": 1655355964344, "artifactURL": "", "status": "DISTRIBUTION_COMPLETE_OK" } 2022-06-16T05:07:20.236Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||Status is not 'Component Done OK' or 'Component Done Error' 2022-06-16T05:07:29.250Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:08:19.675Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:08:19.678Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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-06-16T05:08:19.679Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:08:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:08:19.682Z||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-06-16T05:08:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:08:29.238Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:08:29.247Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:09:19.675Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:09:19.676Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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-06-16T05:09:19.676Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:09:19.689Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:09:19.691Z||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-06-16T05:09:19.691Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:09:29.232Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:09:29.267Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:10:19.675Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:10:19.677Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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-06-16T05:10:19.677Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:10:19.684Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:10:19.685Z||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-06-16T05:10:19.685Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:10:29.258Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:10:29.266Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:11:19.675Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:11:19.676Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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-06-16T05:11:19.676Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:11:19.681Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:11:19.682Z||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-06-16T05:11:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:11:29.278Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:11:29.281Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:12:19.675Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:12:19.676Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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-06-16T05:12:19.676Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:12:19.681Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:12:19.682Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|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-06-16T05:12:19.682Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:12:29.255Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:12:29.260Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:13:19.675Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:13:19.676Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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-06-16T05:13:19.676Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:13:19.681Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:13:19.682Z||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-06-16T05:13:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:13:29.243Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:13:29.246Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:14:19.676Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:14:19.677Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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-06-16T05:14:19.677Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:14:19.681Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:14:19.682Z|9915e6d8-fd92-41c7-9468-41208942f1ab|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-06-16T05:14:19.682Z|9915e6d8-fd92-41c7-9468-41208942f1ab|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:14:29.232Z|228b797e-cbfb-4c87-bc1a-06d96bccda65|pool-2-thread-8|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:14:29.233Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:15:19.675Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:15:19.677Z|9915e6d8-fd92-41c7-9468-41208942f1ab|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-06-16T05:15:19.678Z|9915e6d8-fd92-41c7-9468-41208942f1ab|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:15:19.681Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:15:19.681Z||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-06-16T05:15:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:15:29.245Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:15:29.245Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:16:19.679Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:16:19.681Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:16:19.681Z||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-06-16T05:16:19.681Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:16:19.681Z|9915e6d8-fd92-41c7-9468-41208942f1ab|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-06-16T05:16:19.686Z|9915e6d8-fd92-41c7-9468-41208942f1ab|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:16:29.241Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:16:29.244Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:17:19.675Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:17:19.676Z|9915e6d8-fd92-41c7-9468-41208942f1ab|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-06-16T05:17:19.676Z|9915e6d8-fd92-41c7-9468-41208942f1ab|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:17:19.681Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:17:19.681Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|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-06-16T05:17:19.682Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:17:29.247Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:17:29.249Z|328c95c9-8174-41ce-ba8c-854bf5a97e39|pool-2-thread-1|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:18:19.675Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:18:19.677Z|9915e6d8-fd92-41c7-9468-41208942f1ab|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-06-16T05:18:19.677Z|9915e6d8-fd92-41c7-9468-41208942f1ab|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:18:19.681Z||pool-2-thread-2|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:18:19.682Z||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-06-16T05:18:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:18:29.238Z||pool-2-thread-2|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:18:29.238Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:19:19.675Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:19:19.677Z|9915e6d8-fd92-41c7-9468-41208942f1ab|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-06-16T05:19:19.677Z|9915e6d8-fd92-41c7-9468-41208942f1ab|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:19:19.682Z||pool-2-thread-5|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:19:19.684Z||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-06-16T05:19:19.684Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:19:29.246Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:19:29.257Z||pool-2-thread-5|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:20:19.679Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:20:19.680Z|9915e6d8-fd92-41c7-9468-41208942f1ab|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-06-16T05:20:19.680Z|9915e6d8-fd92-41c7-9468-41208942f1ab|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:20:19.681Z||pool-2-thread-3|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:20:19.681Z||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-06-16T05:20:19.681Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:20:29.253Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:20:29.259Z||pool-2-thread-3|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:21:19.676Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:21:19.677Z|9915e6d8-fd92-41c7-9468-41208942f1ab|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-06-16T05:21:19.677Z|9915e6d8-fd92-41c7-9468-41208942f1ab|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:21:19.681Z||pool-2-thread-6|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:21:19.681Z||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-06-16T05:21:19.681Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:21:29.236Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:21:29.236Z||pool-2-thread-6|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:22:19.675Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:22:19.676Z|9915e6d8-fd92-41c7-9468-41208942f1ab|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-06-16T05:22:19.676Z|9915e6d8-fd92-41c7-9468-41208942f1ab|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:22:19.681Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:22:19.682Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|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-06-16T05:22:19.682Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:22:29.234Z|9d17e876-3f2b-42af-a1e3-a3e341da403d|pool-2-thread-9|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:22:29.245Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:23:19.675Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:23:19.676Z|9915e6d8-fd92-41c7-9468-41208942f1ab|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-06-16T05:23:19.676Z|9915e6d8-fd92-41c7-9468-41208942f1ab|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:23:19.681Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:23:19.682Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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-06-16T05:23:19.682Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:23:29.247Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:23:29.249Z|093b6f40-be01-4c09-93b8-80f9fd4433f2|pool-2-thread-10|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:24:19.677Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500||UEB GET /events/SDC-DISTR-NOTIF-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:24:19.678Z|9915e6d8-fd92-41c7-9468-41208942f1ab|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-06-16T05:24:19.679Z|9915e6d8-fd92-41c7-9468-41208942f1ab|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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:24:19.681Z||pool-2-thread-4|||||INFO|500||UEB GET /events/SDC-DISTR-STATUS-TOPIC-AUTO/SO-OpenSource-Env11/SO-COpenSource-Env11 2022-06-16T05:24:19.682Z||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-06-16T05:24:19.682Z||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 mkstf6Xe9UKuh0hC) ... 2022-06-16T05:24:29.241Z|9915e6d8-fd92-41c7-9468-41208942f1ab|pool-2-thread-7|||||INFO|500|| --> HTTP/1.1 200 OK 2022-06-16T05:24:29.242Z||pool-2-thread-4|||||INFO|500|| --> HTTP/1.1 200 OK